1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +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: "Growlithe"
en: "Growlithe",
fr: "Caninos",
es: "Growlithe",
it: "Growlithe",
de: "Fukano",
'pt-br': "Growlithe",
ko: "가디"
},
illustrator: "Naoyo Kimura",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Fire"],
description: {
en: "It has a brave and trustworthy nature. It fearlessly stands up to bigger and stronger foes."
en: "It has a brave and trustworthy nature. It fearlessly stands up to bigger and stronger foes.",
fr: "Courageux et fidèle, il se dresse vaillamment devant\nses ennemis même s'ils sont plus puissants que lui.",
es: "De naturaleza valiente y honrada, se enfrenta\nsin miedo a enemigos más grandes y fuertes.",
it: "Coraggioso e affidabile, si oppone senza\npaura anche a nemici più grandi e forti di lui.",
de: "Es ist von Natur aus tapfer und vertrauenswürdig\nund scheut auch vor Gegnern nicht zurück,\ndie größer und stärker sind als es selbst.",
'pt-br': "Tem uma natureza corajosa e leal e enfrenta\nsem medo adversários maiores e mais fortes.",
ko: "자신보다 강하고\n큰 상대라도 겁 없이 맞서는\n용감하고 믿음직스런 성격이다."
},
stage: "Basic",
attacks: [{
name: {
en: "Combustion"
en: "Combustion",
fr: "Fournaise",
es: "Combustión",
it: "Fuoco Continuo",
de: "Glühen",
'pt-br': "Combustão",
ko: "화염"
},
damage: 30,