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: "Professor Oaks Hint",
fr: "Indice du Prof. Chen",
es: "Pista del Profesor Oak",
it: "Consiglio del Professor Oak",
pt: "Dica do Professor Carvalho",
de: "Prof. Eichs Tipp"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
@ -23,8 +27,12 @@ const card: Card = {
effect: {
fr: "Piochez des cartes jusqu'à ce que vous ayez 7 cartes en main. Votre tour se termine.",
en: "Draw cards until you have 7 cards in your hand. Your turn ends."
fr: "Piochez des cartes jusquà ce que vous ayez 7 cartes en main. Votre tour se termine.",
en: "Draw cards until you have 7 cards in your hand. Your turn ends.",
es: "Roba cartas hasta que tengas 7 cartas en tu mano. Tu turno termina.",
it: "Pesca fino ad avere sette carte in mano. Il tuo turno finisce.",
pt: "Compre cards até ter 7 cards em sua mão. Sua vez de jogar termina.",
de: "Ziehe so viele Karten, bis du 7 Karten auf der Hand hast. Dein Zug endet."
},
trainerType: "Supporter",