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: "Pidgeot ex"
en: "Pidgeot ex",
fr: "Roucarnage-ex",
es: "Pidgeot ex",
it: "Pidgeot-ex",
de: "Tauboss-ex",
'pt-br': "Pidgeot ex",
ko: "피죤투 ex"
},
illustrator: "PLANETA CG Works",
@ -22,14 +28,26 @@ const card: Card = {
attacks: [{
name: {
en: "Scattering Cyclone"
en: "Scattering Cyclone",
fr: "Cyclone Ravageur",
es: "Ciclón Fragmentado",
it: "Ciclone Travolgente",
de: "Wütender Zyklon",
'pt-br': "Ciclone Disperso",
ko: "차흩뜨리기 사이클론"
},
damage: "80+",
cost: ["Colorless", "Colorless", "Colorless"],
effect: {
en: "This attack does 20 more damage for each of your opponent's Benched Pokémon."
en: "This attack does 20 more damage for each of your opponent's Benched Pokémon.",
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Pokémon de Banc de votre adversaire.",
es: "Este ataque hace 20 puntos de daño más por cada uno de los Pokémon en Banca de tu rival.",
it: "Questo attacco infligge 20 danni in più per ogni Pokémon nella panchina del tuo avversario.",
de: "Diese Attacke fügt für jedes Pokémon auf der Bank deines Gegners 20 Schadenspunkte mehr zu.",
'pt-br': "Este ataque causa 20 pontos de dano a mais para cada um dos Pokémon no Banco do seu oponente.",
ko: "상대의 벤치 포켓몬의 수 × 20데미지를 추가한다."
}
}],