1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 17:39:18 +00:00

feat: Add the TCG Pocket cards in other languages (#734)

This commit is contained in:
2025-05-17 19:27:22 +02:00
committed by GitHub
parent c26b91ac85
commit 8ca40f410d
1116 changed files with 26787 additions and 4023 deletions

View File

@ -5,7 +5,13 @@ const card: Card = {
set: Set,
name: {
en: "Charmeleon"
en: "Charmeleon",
fr: "Reptincel",
es: "Charmeleon",
it: "Charmeleon",
de: "Glutexo",
'pt-br': "Charmeleon",
ko: "리자드"
},
illustrator: "Souichirou Gunjima",
@ -18,14 +24,26 @@ const card: Card = {
},
description: {
en: "It has a barbaric nature. In battle, it whips its fiery tail around and slashes away with sharp claws."
en: "It has a barbaric nature. In battle, it whips its fiery tail around and slashes away with sharp claws.",
fr: "Il est très brutal. En combat, il se sert de ses griffes acérées\net de sa queue enflammée pour mettre en pièces ses adversaires.",
es: "Este Pokémon de naturaleza agresiva\nataca en combate con su cola llameante\ny hace trizas al rival con sus afiladas garras.",
it: "Ha un'indole feroce. Usa la coda fiammeggiante come\nuna frusta e lacera l'avversario con gli artigli affilati.",
de: "Es ist brutal veranlagt. Im Kampf schlägt es mit\nseinem brennenden Schweif um sich und schlitzt\nGegner mit seinen scharfen Klauen auf.",
'pt-br': "Possui uma natureza bárbara. Em batalha, chicoteia\ncom sua cauda de fogo e corta com suas garras afiadas.",
ko: "불타는 꼬리를 휘두르며\n날카로운 발톱으로 상대를\n베어 가르는 몹시 거친 성격이다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Combustion"
en: "Combustion",
fr: "Fournaise",
es: "Combustión",
it: "Fuoco Continuo",
de: "Glühen",
'pt-br': "Combustão",
ko: "화염"
},
damage: 40,