mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Full Heal",
|
||||
fr: "Total Soin",
|
||||
es: "Cura Total",
|
||||
it: "Cura Totale",
|
||||
pt: "Cura Total",
|
||||
de: "Hyperheiler"
|
||||
},
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Uncommon",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Retirez tous les États Spéciaux de votre Pokémon Actif.",
|
||||
en: "Remove all Special Conditions from your Active Pokémon."
|
||||
en: "Remove all Special Conditions from your Active Pokémon.",
|
||||
es: "Elimina todas las Condiciones Especiales de tu Pokémon Activo.",
|
||||
it: "Rimuovi tutte le condizioni speciali dal tuo Pokémon attivo.",
|
||||
pt: "Remova todas as Condições Especiais do seu Pokémon Ativo.",
|
||||
de: "Alle Speziellen Zustände auf deinem Aktiven Pokémon verlieren ihre Wirkung."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user