mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +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: "Guzma"
|
||||
en: "Guzma",
|
||||
fr: "Guzma",
|
||||
es: "Guzmán",
|
||||
it: "Guzman",
|
||||
de: "Bromley",
|
||||
'pt-br': "Guzma",
|
||||
ko: "구즈마"
|
||||
},
|
||||
|
||||
illustrator: "GOSSAN",
|
||||
@ -13,7 +19,13 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Discard all Pokémon Tool cards attached to each of your opponent's Pokémon."
|
||||
en: "Discard all Pokémon Tool cards attached to each of your opponent's Pokémon.",
|
||||
fr: "Défaussez toutes les cartes Outil Pokémon attachées à chacun des Pokémon de votre adversaire.",
|
||||
es: "Descarta todas las cartas de Herramienta Pokémon unidas a cada uno de los Pokémon de tu rival.",
|
||||
it: "Scarta tutte le carte Oggetto Pokémon assegnate ai Pokémon del tuo avversario.",
|
||||
de: "Lege alle an gegnerische Pokémon angelegte Pokémon-Ausrüstungen auf den Ablagestapel deines Gegners.",
|
||||
'pt-br': "Descarte todas as cartas de Ferramenta Pokémon ligadas a cada um dos Pokémon do seu oponente.",
|
||||
ko: "상대의 포켓몬 전원으로부터 「포켓몬의 도구」를 모두 트래쉬한다."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
Reference in New Issue
Block a user