1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Pokédex",
fr: "Pokédex",
es: "Pokédex",
it: "Pokédex",
pt: "Pokédex",
de: "Pokédex"
},
illustrator: "Keiji Kinebuchi",
rarity: "Uncommon",
@ -24,7 +28,11 @@ const card: Card = {
effect: {
fr: "Regardez les 5 cartes du dessus de votre deck et replacez-les dans lordre de votre choix.",
en: "Look at the top 5 cards of your deck and put them back in any order."
en: "Look at the top 5 cards of your deck and put them back in any order.",
es: "Mira las 5 primeras cartas de tu baraja y vuelve a ponerlas en la parte superior de tu baraja en el orden que quieras.",
it: "Guarda le prime cinque carte del tuo mazzo e rimettile a posto nellordine che preferisci.",
pt: "Olhe os 5 primeiros cards do seu baralho e coloque-os de volta em qualquer ordem.",
de: "Schau dir die obersten 5 Karten deines Decks an und lege sie in beliebiger Reihenfolge zurück in dein Deck."
},
trainerType: "Item",