mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-25 13:29: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: "Iono"
|
||||
en: "Iono",
|
||||
fr: "Mashynn",
|
||||
es: "e-Nigma",
|
||||
it: "Kissara",
|
||||
de: "Enigmara",
|
||||
'pt-br': "Kissera",
|
||||
ko: "모야모"
|
||||
},
|
||||
|
||||
illustrator: "saino misaki",
|
||||
@ -13,7 +19,13 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Each player shuffles the cards in their hand into their deck, then draws that many cards."
|
||||
en: "Each player shuffles the cards in their hand into their deck, then draws that many cards.",
|
||||
fr: "Chaque joueur mélange les cartes de sa main avec son deck, puis pioche ce même nombre de cartes.",
|
||||
es: "Cada jugador pone las cartas de su mano en su baraja y las baraja todas. Después, roba ese mismo número de cartas.",
|
||||
it: "Ciascun giocatore rimischia le carte che ha in mano nel proprio mazzo e pesca altrettante carte.",
|
||||
de: "Jeder Spieler mischt seine Handkarten in sein Deck und zieht anschließend dieselbe Anzahl Karten.",
|
||||
'pt-br': "Cada jogador embaralha as cartas da própria mão no próprio baralho e, em seguida, compra aquele mesmo número de cartas.",
|
||||
ko: "서로의 플레이어는 각각 패를 모두 덱으로 되돌린다. 그 뒤, 각각 되돌린 장수만큼 덱을 뽑는다."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
Reference in New Issue
Block a user