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,14 +5,26 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Erika"
|
||||
en: "Erika",
|
||||
fr: "Erika",
|
||||
es: "Erika",
|
||||
it: "Erika",
|
||||
de: "Erika",
|
||||
'pt-br': "Érica",
|
||||
ko: "민화"
|
||||
},
|
||||
|
||||
illustrator: "kirisAki",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Heal 50 damage from 1 of your G Pokémon."
|
||||
en: "Heal 50 damage from 1 of your {G} Pokémon.",
|
||||
fr: "Soignez 50 dégâts d'un de vos Pokémon {G}.",
|
||||
es: "Cura 50 puntos de daño a 1 de tus Pokémon {G}.",
|
||||
it: "Cura uno dei tuoi Pokémon {G} da 50 danni.",
|
||||
de: "Heile 50 Schadenspunkte bei 1 deiner\n{G}-Pokémon.",
|
||||
'pt-br': "Cure 50 pontos de dano de 1 dos seus Pokémon {G}.",
|
||||
ko: "자신의 {G}포켓몬 1마리의 HP를 50회복."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
|
Reference in New Issue
Block a user