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: "Reserved Ticket",
fr: "Billet Réservé",
es: "Pase Reservado",
it: "Prenotazione",
pt: "Tíquete Reservado",
de: "Vorbestellte Fahrkarte"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
@ -24,7 +28,11 @@ const card: Card = {
effect: {
fr: "Lancez une pièce. Si c'est face, cherchez une carte dans votre deck. Mélangez votre deck, puis mettez la carte sur le dessus de votre deck.",
en: "Flip a coin. If heads, search your deck for a card, shuffle your deck, then put that card on top of it."
en: "Flip a coin. If heads, search your deck for a card, shuffle your deck, then put that card on top of it.",
es: "Lanza 1 moneda. Si sale cara, busca en tu baraja 1 carta, baraja las cartas de tu baraja, y luego pon esa carta en la parte superior de tu baraja.",
it: "Lancia una moneta. Se esce testa, cerca una carta nel tuo mazzo, rimischia le carte del tuo mazzo, poi metti quella carta in cima al mazzo.",
pt: "Jogue uma moeda. Se sair cara, procure um card em seu baralho, embaralhe o seu baralho e coloque o card sobre ele.",
de: "Wirf 1 Münze. Bei \"Kopf\" durchsuche dein Deck nach 1 Karte, mische anschließend dein Deck und lege jene Karte auf dein Deck."
},
trainerType: "Item",