1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 19:19: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: "Wartortle"
en: "Wartortle",
fr: "Carabaffe",
es: "Wartortle",
it: "Wartortle",
de: "Schillok",
'pt-br': "Wartortle",
ko: "어니부기"
},
illustrator: "Nisota Niso",
@ -19,14 +25,26 @@ const card: Card = {
},
description: {
en: "It is recognized as a symbol of longevity. If its shell has algae on it, that Wartortle is very old."
en: "It is recognized as a symbol of longevity. If its shell has algae on it, that Wartortle is very old.",
fr: "Il est considéré comme un symbole de longévité.\nOn reconnaît les spécimens les plus âgés\nà la mousse qui pousse sur leur carapace.",
es: "Se lo considera un símbolo de longevidad.\nLos ejemplares más ancianos tienen\nmusgo sobre el caparazón.",
it: "È considerato un simbolo di longevità. Se c'è del\nmuschio sul suo guscio, significa che è molto anziano.",
de: "Es gilt als Symbol für Langlebigkeit.\nSehr alte Exemplare erkennt man daran,\ndass ihr Panzer mit Algen übersät ist.",
'pt-br': "É um símbolo estabelecido de longevidade.\nSe seu casco possui algas, Wartortle é muito velho.",
ko: "장수의 상징으로 여겨진다.\n등껍질에 이끼가 붙어 있는 것은\n특히 장수한 어니부기다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Wave Splash"
en: "Wave Splash",
fr: "Grosse Vague",
es: "Chapoteo Ondulante",
it: "Schizzi d'Onda",
de: "Wellenplatscher",
'pt-br': "Onda Borrifante",
ko: "스플래시"
},
damage: 40,