mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-22 03:49:19 +00:00
feat: Add the TCG Pocket cards in other languages (#734)
This commit is contained in:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Zapdos ex"
|
||||
en: "Zapdos ex",
|
||||
fr: "Électhor-ex",
|
||||
es: "Zapdos ex",
|
||||
it: "Zapdos-ex",
|
||||
de: "Zapdos-ex",
|
||||
'pt-br': "Zapdos ex",
|
||||
ko: "썬더 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Saito",
|
||||
@ -19,11 +25,23 @@ const card: Card = {
|
||||
cost: ["Lightning", "Lightning", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Raging Thunder"
|
||||
en: "Raging Thunder",
|
||||
fr: "Tonnerre Déchaîné",
|
||||
es: "Trueno Rabioso",
|
||||
it: "Rombotuono",
|
||||
de: "Tosender Donner",
|
||||
'pt-br': "Trovão Devastador",
|
||||
ko: "낙뢰"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack also does 30 damage to 1 of your Benched Pokémon."
|
||||
en: "This attack also does 30 damage to 1 of your Benched Pokémon.",
|
||||
fr: "Cette attaque inflige aussi 30 dégâts à un de vos Pokémon de Banc.",
|
||||
es: "Este ataque también hace 30 puntos de daño a 1 de tus Pokémon en Banca.",
|
||||
it: "Questo attacco infligge anche 30 danni a uno dei tuoi Pokémon in panchina.",
|
||||
de: "Diese Attacke fügt auch 1 Pokémon auf deiner Bank 30 Schadenspunkte zu.",
|
||||
'pt-br': "Este ataque também causa 30 pontos de dano a 1 dos seus Pokémon no Banco.",
|
||||
ko: "자신의 벤치 포켓몬 1마리에게도 30데미지를 준다."
|
||||
},
|
||||
|
||||
damage: "100"
|
||||
|
Reference in New Issue
Block a user