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:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Professor Oak’s 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",
|
||||
|
||||
|
Reference in New Issue
Block a user