1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 10: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: "Raichu"
en: "Raichu",
fr: "Raichu",
es: "Raichu",
it: "Raichu",
de: "Raichu",
'pt-br': "Raichu",
ko: "라이츄"
},
illustrator: "hncl",
@ -18,21 +24,39 @@ const card: Card = {
},
description: {
en: "Its tail discharges electricity into the ground, protecting it from getting shocked."
en: "Its tail discharges electricity into the ground, protecting it from getting shocked.",
fr: "Il se protège des décharges grâce à sa queue,\nqui dissipe l'électricité dans le sol.",
es: "Su cola actúa como toma de tierra\ny descarga electricidad al suelo, lo\nque le protege de los calambrazos.",
it: "La sua coda scarica elettricità a terra,\nproteggendolo dalle scosse elettriche.",
de: "Mithilfe seines Schweifs entlädt es Elektrizität\nin den Boden, um sich auf diese Weise vor\nelektrischen Schlägen zu schützen.",
'pt-br': "Sua cauda descarrega a eletricidade\nno solo, protegendo-o contra choques.",
ko: "꼬리가 어스 역할을 하여\n전기를 지면으로 흘려보내므로\n자신은 감전되거나 하지 않는다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Gigashock"
en: "Gigashock",
fr: "Electrochok",
es: "Gigasacudida",
it: "Superscossa",
de: "Gigaschock",
'pt-br': "Gigachoque",
ko: "기가스파크"
},
damage: 60,
cost: ["Lightning", "Lightning", "Lightning"],
effect: {
en: "This attack also does 20 damage to each of your opponent's Benched Pokémon."
en: "This attack also does 20 damage to each of your opponent's Benched Pokémon.",
fr: "Cette attaque inflige aussi 20 dégâts à chaque Pokémon de Banc de votre adversaire.",
es: "Este ataque también hace 20 puntos de daño a cada uno de los Pokémon en Banca de tu rival.",
it: "Questo attacco infligge anche 20 danni a ciascuno dei Pokémon nella panchina del tuo avversario.",
de: "Diese Attacke fügt auch jedem Pokémon auf der Bank deines Gegners 20 Schadenspunkte zu.",
'pt-br': "Este ataque também causa 20 pontos de dano a cada Pokémon no Banco do seu oponente.",
ko: "상대의 벤치 포켓몬 전원에게도 20데미지를 준다."
}
}],