mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-25 13:29: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: "Pokémon Center Lady"
|
||||
en: "Pokémon Center Lady",
|
||||
fr: "Dame du Centre Pokémon",
|
||||
es: "Chica del Centro Pokémon",
|
||||
it: "Addetta del Centro Pokémon",
|
||||
de: "Pokémon-Center-Dame",
|
||||
'pt-br': "Dama do Centro Pokémon",
|
||||
ko: "포켓몬센터 직원"
|
||||
},
|
||||
|
||||
illustrator: "Susumu Maeya",
|
||||
@ -13,7 +19,13 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from 1 of your Pokémon, and it recovers from all Special Conditions."
|
||||
en: "Heal 30 damage from 1 of your Pokémon, and it recovers from all Special Conditions.",
|
||||
fr: "Soignez 30 dégâts de l'un de vos Pokémon, et il guérit de tous les États Spéciaux.",
|
||||
es: "Cura 30 puntos de daño a 1 de tus Pokémon, y este se recupera de todas las Condiciones Especiales.",
|
||||
it: "Cura uno dei tuoi Pokémon da 30 danni. Quel Pokémon guarisce da tutte le condizioni speciali.",
|
||||
de: "Heile 30 Schadenspunkte bei 1 deiner Pokémon, und es erholt sich von allen Speziellen Zuständen.",
|
||||
'pt-br': "Cure 30 pontos de dano de 1 dos seus Pokémon, e ele se recupera de todas as Condições Especiais.",
|
||||
ko: "자신의 포켓몬 1마리의 HP를 30회복하고 특수 상태도 모두 회복."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
Reference in New Issue
Block a user