1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-04 13:21:58 +00:00

feat: Added XY Datas for other languages (#265)

This commit is contained in:
2022-03-31 11:01:32 +02:00
committed by GitHub
parent fc74c637d3
commit 4ec775fe56
1694 changed files with 23608 additions and 4670 deletions

View File

@@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Sparkling Robe",
fr: "Peignoir Scintillant",
es: "Albornoz Destellante",
it: "Accappatoio Scintillante",
pt: "Veste Cintilante",
de: "Glänzender Mantel"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
@@ -24,7 +28,11 @@ const card: Card = {
effect: {
fr: "Le Pokémon auquel cette carte est attachée ne peut être affecté par aucun État Spécial. (Retirez tous les États Spéciaux affectant le Pokémon concerné.)",
en: "The Pokémon this card is attached to cant be affected by any Special Conditions. (Remove any Special Conditions affecting that Pokémon.)"
en: "The Pokémon this card is attached to can't be affected by any Special Conditions. (Remove any Special Conditions affecting that Pokémon.)",
es: "El Pokémon que tenga esta carta unida a él no se puede ver afectado por ninguna Condición Especial. (Elimina cualquier Condición Especial que afecte a ese Pokémon).",
it: "Il Pokémon a cui è assegnata questa carta non può essere influenzato da condizioni speciali (rimuovi tutte le condizioni speciali che influenzano tale Pokémon).",
pt: "O Pokémon ao qual este card está ligado não poderá ser afetado por nenhuma Condição Especial. (Remova todas as Condições Especiais que afetam esse Pokémon.)",
de: "Das Pokémon, an das diese Karte angelegt ist, kann nicht von Speziellen Zuständen betroffen werden. (Alle Speziellen Zustände auf diesem Pokémon verlieren ihre Wirkung.)"
},
trainerType: "Tool",