1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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: "Jirachi",
fr: "Jirachi",
es: "Jirachi",
it: "Jirachi",
pt: "Jirachi",
de: "Jirachi"
},
illustrator: "Sanosuke Sakuma",
rarity: "Rare",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Diminutive Desire",
fr: "Infimreket",
es: "Deseo Diminuto",
it: "Miniderio",
pt: "Desejo Diminutivo",
de: "Winziger Wunsch"
},
effect: {
en: "Look at the top 7 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck.",
fr: "Regardez les 7 cartes du dessus de votre deck et ajoutez 1 d'entre elles à votre main. Mélangez les autres cartes avec votre deck.",
es: "Mira las 7 primeras cartas de tu baraja y pon 1 de ellas en tu mano. Pon el resto de cartas de nuevo en tu baraja y barájalas todas.",
it: "Guarda le prime sette carte del tuo mazzo e aggiungi una di esse alle carte che hai in mano. Poi rimischia le altre carte nel tuo mazzo.",
pt: "Olhe os 7 cards de cima do seu baralho e coloque 1 deles em sua mão. Embaralhe os demais cards de volta.",
de: "Schau dir die obersten 7 Karten deines Decks an und nimm 1 auf deine Hand. Mische die anderen Karten anschließend in dein Deck."
},
},
@ -45,10 +57,18 @@ const card: Card = {
name: {
en: "Doom Desire",
fr: "Carnareket",
es: "Deseo Oculto",
it: "Obbliderio",
pt: "Desejo Cruel",
de: "Kismetwunsch"
},
effect: {
en: "Discard all Energy attached to this Pokémon. The Defending Pokémon is Knocked Out at the end of your opponents next turn.",
en: "Discard all Energy attached to this Pokémon. The Defending Pokémon is Knocked Out at the end of your opponent's next turn.",
fr: "Défaussez toutes les Énergies attachées à ce Pokémon. Le Pokémon Défenseur est mis K.O. à la fin du prochain tour de votre adversaire.",
es: "Descarta todas las Energías unidas a este Pokémon. El Pokémon Defensor queda Fuera de Combate al final del próximo turno de tu rival.",
it: "Scarta tutte le Energie assegnate a questo Pokémon. Il Pokémon difensore viene messo KO alla fine del prossimo turno del tuo avversario.",
pt: "Descarte toda a Energia ligada a este Pokémon. O Pokémon Defensor será Nocauteado no final da próxima vez de jogar do seu oponente.",
de: "Lege alle an dieses Pokémon angelegten Energien auf deinen Ablagestapel. Das Verteidigende Pokémon wird am Ende des nächsten Zuges deines Gegners kampfunfähig."
},
},