1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +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: "AZ",
fr: "A.Z.",
es: "A. Z.",
it: "AZ",
pt: "AZ",
de: "Azett"
},
illustrator: "Naoki Saito",
rarity: "Ultra Rare",
@ -24,7 +28,11 @@ const card: Card = {
effect: {
fr: "Placez l'un de vos Pokémon dans votre main. (Défaussez toutes les cartes attachées au Pokémon.)",
en: "Put 1 of your Pokémon into your hand. (Discard all cards attached to that Pokémon.)"
en: "Put 1 of your Pokémon into your hand. (Discard all cards attached to that Pokémon.)",
es: "Pon 1 de tus Pokémon en juego en tu mano. (Descarta todas las cartas unidas a ese Pokémon).",
it: "Riprendi in mano uno dei tuoi Pokémon, ma scarta tutte le carte assegnategli.",
pt: "Coloque 1 dos seus Pokémon na sua mão. (Descarte todos os cards ligados a esse Pokémon.)",
de: "Nimm 1 deiner Pokémon im Spiel auf deine Hand. (Lege alle an dieses Pokémon angelegten Karten auf deinen Ablagestapel.)"
},
trainerType: "Supporter",