mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 19:19:18 +00:00
feat: Add the TCG Pocket cards in other languages (#734)
This commit is contained in:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Rotom Dex"
|
||||
en: "Rotom Dex",
|
||||
fr: "Motisma-Dex",
|
||||
es: "RotomDex",
|
||||
it: "Pokédex Rotom",
|
||||
de: "Rotom-Pokédex",
|
||||
'pt-br': "Pokédex Rotom",
|
||||
ko: "로토무도감"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -13,7 +19,14 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Look at the top card of your deck. Then, you may shuffle your deck."
|
||||
en: "Look at the top card of your deck. Then, you may shuffle your deck.",
|
||||
fr: "Regardez la carte du dessus de votre deck. Ensuite, vous pouvez mélanger votre deck.",
|
||||
es: "Mira la primera carta de tu baraja. Después, puedes barajar las cartas de tu baraja.",
|
||||
it: "Guarda la prima carta del tuo mazzo. Poi, puoi rimischiare le carte del tuo mazzo.",
|
||||
de: "Schau dir die oberste Karte deines Decks an. Anschließend kannst du dein Deck mischen.",
|
||||
|
||||
ko: "자신의 덱을 위에서부터 1장 보고 원래대로 되돌린다. 원한다면 자신의 덱을 섞는다.",
|
||||
'pt-br': "Olhe 1 carta de cima do seu baralho. Em seguida, você pode embaralhar o seu baralho."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
|
Reference in New Issue
Block a user