1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-13 17:22:03 +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: "Heatran"
en: "Heatran",
fr: "Heatran",
es: "Heatran",
it: "Heatran",
de: "Heatran",
'pt-br': "Heatran",
ko: "히드런"
},
illustrator: "OKUBO",
@@ -15,21 +21,39 @@ const card: Card = {
types: ["Metal"],
description: {
en: "It dwells in volcanic caves. It digs in with its cross-shaped feet to crawl on ceilings and walls."
en: "It dwells in volcanic caves. It digs in with its cross-shaped feet to crawl on ceilings and walls.",
fr: "Il hante les grottes volcaniques. Il rampe au mur\net au plafond grâce à ses pieds en forme de croix.",
es: "Habita cuevas volcánicas. Cava con sus pies en\nforma de cruz para trepar por techos y paredes.",
it: "Vive nelle cavità dei vulcani. Scava con i suoi piedi\na croce per scalare pareti e arrampicarsi sui soffitti.",
de: "Es lebt in vulkanischen Höhlen. Mit seinen kreuzförmigen\nKlauen kann es sogar an der Decke laufen.",
'pt-br': "Ele habita crateras vulcânicas. Ele escava com seus pés\nem forma de cruz para rastejar em telhados e paredes.",
ko: "화산의 동굴에서 서식한다.\n십자형의 발톱을 박아서\n벽이나 천장을 돌아다닌다."
},
stage: "Basic",
attacks: [{
name: {
en: "Steel Tackle"
en: "Steel Tackle",
fr: "Charge d'Acier",
es: "Placaje de Acero",
it: "Ferrazione",
de: "Stahltackle",
'pt-br': "Colisão de Aço",
ko: "강철태클"
},
damage: 110,
cost: ["Metal", "Metal", "Metal"],
effect: {
en: "This Pokémon also does 20 damage to itself."
en: "This Pokémon also does 20 damage to itself.",
fr: "Ce Pokémon s'inflige aussi 20 dégâts.",
es: "Este Pokémon también se hace 20 puntos de daño a sí mismo.",
it: "Questo Pokémon infligge anche 20 danni a se stesso.",
de: "Dieses Pokémon fügt auch sich selbst 20 Schadenspunkte zu.",
'pt-br': "Este Pokémon também causa 20 pontos de dano a si mesmo.",
ko: "이 포켓몬에게도 20데미지를 준다."
}
}],