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: "Acerola"
|
||||
en: "Acerola",
|
||||
fr: "Margie",
|
||||
es: "Zarala",
|
||||
it: "Malpi",
|
||||
de: "Lola",
|
||||
'pt-br': "Acerola",
|
||||
ko: "아세로라"
|
||||
},
|
||||
|
||||
illustrator: "Susumu Maeya",
|
||||
@ -13,7 +19,13 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Choose 1 of your Palossand or Mimikyu that has damage on it, and move 40 of its damage to your opponent's Active Pokémon."
|
||||
en: "Choose 1 of your Palossand or Mimikyu that has damage on it, and move 40 of its damage to your opponent's Active Pokémon.",
|
||||
fr: "Choisissez un de vos Trépassable ou Mimiqui ayant subi des dégâts et déplacez 40 de ses dégâts vers le Pokémon Actif de votre adversaire.",
|
||||
es: "Elige 1 de tus Palossand o tus Mimikyu que ya tenga daño y mueve 40 de sus puntos de daño al Pokémon Activo de tu rival.",
|
||||
it: "Scegli uno dei tuoi Palossand o Mimikyu danneggiati e sposta 40 dei suoi danni sul Pokémon attivo del tuo avversario.",
|
||||
de: "Wähle 1 deiner Colossand oder Mimigma, dem bereits Schaden zugefügt wurde, und verschiebe 40 der bereits zugefügten Schadenspunkte auf das Aktive Pokémon deines Gegners.",
|
||||
'pt-br': "Escolha 1 dos seus Palossand ou Mimikyu que estiver danificado e mova 40 dos seus pontos de dano para o Pokémon Ativo do seu oponente.",
|
||||
ko: "데미지를 받고 있는 자신의 「모래성이당」 또는 「따라큐」 1마리 선택해서 선택한 포켓몬이 받고 있는 데미지를 40 상대의 배틀 포켓몬에게 옮긴다."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
Reference in New Issue
Block a user