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: "Hoothoot",
fr: "Hoothoot",
es: "Hoothoot",
it: "Hoothoot",
pt: "Hoothoot",
de: "Hoothoot"
},
illustrator: "Miki Tanaka",
rarity: "Common",
@ -31,10 +35,18 @@ const card: Card = {
name: {
en: "Proclaim the Night",
fr: "Proclamation Nocturne",
es: "Proclamar la Noche",
it: "Nottequi",
pt: "Proclamar a Noite",
de: "Verkünder der Nacht"
},
effect: {
en: "Your opponent cant play any Item cards from his or her hand during his or her next turn.",
en: "Your opponent can't play any Item cards from his or her hand during his or her next turn.",
fr: "Votre adversaire ne peut pas jouer de cartes Objet de sa main pendant son prochain tour.",
es: "Tu rival no puede jugar ninguna carta de Objeto de su mano durante su próximo turno.",
it: "Il tuo avversario non può giocare carte Strumento dalla sua mano durante il suo prossimo turno.",
pt: "Seu oponente não poderá jogar nenhum card de Item da mão dele ou dela durante a próxima vez de jogar desse oponente.",
de: "Dein Gegner kann während seines nächsten Zuges keine Itemkarten von seiner Hand spielen."
},
},