mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39: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: "Mars"
|
||||
en: "Mars",
|
||||
fr: "Mars",
|
||||
es: "Venus",
|
||||
it: "Martes",
|
||||
de: "Mars",
|
||||
'pt-br': "Marte",
|
||||
ko: "마스"
|
||||
},
|
||||
|
||||
illustrator: "Yuu Nishida",
|
||||
@ -13,7 +19,13 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Your opponent shuffles their hand into their deck and draws a card for each of their remaining points needed to win."
|
||||
en: "Your opponent shuffles their hand into their deck and draws a card for each of their remaining points needed to win.",
|
||||
fr: "Votre adversaire mélange sa main avec son deck et pioche une carte pour chaque point qui lui reste à gagner pour obtenir la victoire.",
|
||||
es: "Tu rival pone las cartas de su mano en su baraja, las baraja todas y roba una carta por cada uno de los puntos restantes que necesita para ganar.",
|
||||
it: "Il tuo avversario rimischia le carte che ha in mano nel proprio mazzo e pesca una carta per ogni punto che deve ancora ottenere per vincere.",
|
||||
de: "Dein Gegner mischt seine Handkarten in sein Deck und zieht 1 Karte für jeden Punkt, der ihm zum Sieg fehlt.",
|
||||
'pt-br': "Seu oponente embaralha a própria mão no baralho dele e compra 1 carta para cada um dos pontos restantes que precisa para vencer.",
|
||||
ko: "상대의 패를 모두 덱으로 되돌린다. 상대는 상대 자신이 이기기 위해 필요한 남은 포인트의 수만큼 덱을 뽑는다."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
Reference in New Issue
Block a user