mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-11 08:21:59 +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: "Narumi Sato",
|
||||
@@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Grass"],
|
||||
|
||||
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."
|
||||
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아직 밝혀지지 않았다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Vine Whip"
|
||||
en: "Vine Whip",
|
||||
fr: "Fouet Lianes",
|
||||
es: "Látigo Cepa",
|
||||
it: "Frustata",
|
||||
de: "Rankenhieb",
|
||||
'pt-br': "Chicote de Vinha",
|
||||
ko: "덩굴채찍"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user