mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +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: "Pikachu ex"
|
||||
en: "Pikachu ex",
|
||||
fr: "Pikachu-ex",
|
||||
es: "Pikachu ex",
|
||||
it: "Pikachu-ex",
|
||||
de: "Pikachu-ex",
|
||||
'pt-br': "Pikachu ex",
|
||||
ko: "피카츄 ex"
|
||||
},
|
||||
|
||||
illustrator: "Ryota Murayama",
|
||||
@ -19,11 +25,23 @@ const card: Card = {
|
||||
cost: ["Lightning", "Lightning"],
|
||||
|
||||
name: {
|
||||
en: "Circle Circuit"
|
||||
en: "Circle Circuit",
|
||||
fr: "Cercle Électrik",
|
||||
es: "Circuito Circular",
|
||||
it: "Elettroruota",
|
||||
de: "Rundparcours",
|
||||
'pt-br': "Circuito Circular",
|
||||
ko: "일렉트릭서클"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 30 damage for each of your Benched L Pokémon."
|
||||
en: "This attack does 30 damage for each of your Benched {L} Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts pour chaque Pokémon {L} sur votre Banc.",
|
||||
es: "Este ataque hace 30 puntos de daño por cada uno de tus Pokémon {L} en Banca.",
|
||||
it: "Questo attacco infligge 30 danni per ogni Pokémon {L} nella tua panchina.",
|
||||
de: "Diese Attacke fügt für jedes {L}-Pokémon auf deiner Bank 30 Schadenspunkte zu.",
|
||||
'pt-br': "Este Pokémon causa 30 pontos de dano para cada Pokémon {L} no seu Banco.",
|
||||
ko: "자신의 벤치의 {L}포켓몬의 수 × 30데미지를 준다."
|
||||
},
|
||||
|
||||
damage: "30×"
|
||||
|
Reference in New Issue
Block a user