1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49: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: "Articuno ex"
en: "Articuno ex",
fr: "Artikodin-ex",
es: "Articuno ex",
it: "Articuno-ex",
de: "Arktos-ex",
'pt-br': "Articuno ex",
ko: "프리져 ex"
},
illustrator: "PLANETA Saito",
@ -19,7 +25,13 @@ const card: Card = {
cost: ["Water", "Colorless"],
name: {
en: "Ice Wing"
en: "Ice Wing",
fr: "Aile Glace",
es: "Ala Gélida",
it: "Alagelata",
de: "Frostschwinge",
'pt-br': "Asa de Gelo",
ko: "아이스윙"
},
damage: "40"
@ -27,11 +39,23 @@ const card: Card = {
cost: ["Water", "Water", "Water"],
name: {
en: "Blizzard"
en: "Blizzard",
fr: "Blizzard",
es: "Ventisca",
it: "Bora",
de: "Blizzard",
'pt-br': "Nevasca",
ko: "눈보라"
},
effect: {
en: "This attack does 10 damage to each of your opponent's Benched Pokémon."
en: "This attack also does 10 damage to each of your opponent's Benched Pokémon.",
fr: "Cette attaque inflige aussi 10 dégâts à chaque Pokémon de Banc de votre adversaire.",
es: "Este ataque también hace 10 puntos de daño a cada uno de los Pokémon en Banca de tu rival.",
it: "Questo attacco infligge anche 10 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 10 Schadenspunkte zu.",
'pt-br': "Este ataque também causa 10 pontos de dano a cada Pokémon no Banco do seu oponente.",
ko: "상대의 벤치 포켓몬 전원에게도 10데미지를 준다."
},
damage: "80"