mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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: "Shauna",
|
||||
fr: "Sannah",
|
||||
es: "Xana",
|
||||
it: "Shana",
|
||||
pt: "Shauna",
|
||||
de: "Sannah"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Mélangez votre main avec votre deck. Ensuite, piochez 5 cartes.",
|
||||
en: "Shuffle your hand into your deck. Then, draw 5 cards."
|
||||
en: "Shuffle your hand into your deck. Then, draw 5 cards.",
|
||||
es: "Pon las cartas de tu mano en tu baraja y barájalas todas. Después, roba 5 cartas.",
|
||||
it: "Metti le carte che hai in mano nel tuo mazzo e rimischialo. Poi pesca cinque carte.",
|
||||
pt: "Embaralhe sua mão em seu baralho. Em seguida, compre 5 cards.",
|
||||
de: "Mische deine Handkarten in dein Deck. Ziehe anschließend 5 Karten."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
Reference in New Issue
Block a user