mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add the TCG Pocket cards in other languages (#734)
This commit is contained in:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Tangela"
|
||||
en: "Tangela",
|
||||
fr: "Saquedeneu",
|
||||
es: "Tangela",
|
||||
it: "Tangela",
|
||||
de: "Tangela",
|
||||
'pt-br': "Tangela",
|
||||
ko: "덩쿠리"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
@ -18,11 +24,23 @@ const card: Card = {
|
||||
cost: ["Grass", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Absorb"
|
||||
en: "Absorb",
|
||||
fr: "Vole-Vie",
|
||||
es: "Absorber",
|
||||
it: "Assorbimento",
|
||||
de: "Absorber",
|
||||
'pt-br': "Absorção",
|
||||
ko: "흡수"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Heal 10 damage from this Pokémon."
|
||||
en: "Heal 10 damage from this Pokémon.",
|
||||
fr: "Soignez 10 dégâts de ce Pokémon.",
|
||||
es: "Cura 10 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 10 danni.",
|
||||
de: "Heile 10 Schadenspunkte bei diesem Pokémon.",
|
||||
'pt-br': "Cure 10 pontos de dano deste Pokémon.",
|
||||
ko: "이 포켓몬의 HP를 10회복."
|
||||
},
|
||||
|
||||
damage: "40"
|
||||
@ -38,6 +56,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "Hidden beneath a tangle of vines that grows nonstop even if the vines are torn off, this Pokémon's true appearance remains a mystery.",
|
||||
fr: "On ne sait toujours pas ce qui se cache sous ses lianes.\nMême si on les coupe, elles repoussent à l'infini.",
|
||||
es: "Sus lianas no dejan de crecer aunque se le desprendan.\nAún se desconoce qué aspecto tiene sin ellas.",
|
||||
it: "Non è ancora chiaro quale sia il vero aspetto\ncelato dietro alle sue liane, che crescono\nall'infinito anche dopo essere state recise.",
|
||||
de: "Seine wahre Gestalt ist weiterhin ein Mysterium,\nda sie von Ranken verdeckt wird, die unaufhörlich\nnachwachsen, selbst wenn sie abreißen.",
|
||||
'pt-br': "Esconde-se sob um emaranhado de trepadeiras que\ncrescem sem parar mesmo se forem arrancadas.\nA verdadeira aparência deste Pokémon permanece um mistério.",
|
||||
ko: "잘려도 잘려도 무한으로 늘어나는\n덩굴 속의 정체는\n아직 밝혀지지 않았다."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user