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: "Red Card"
|
||||
en: "Red Card",
|
||||
fr: "Carton Rouge",
|
||||
es: "Tarjeta Roja",
|
||||
it: "Cartelrosso",
|
||||
de: "Rote Karte",
|
||||
'pt-br': "Cartão Vermelho",
|
||||
ko: "레드카드"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -13,7 +19,14 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Your opponent shuffles their hand into their deck and draws 3 cards."
|
||||
en: "Your opponent shuffles their hand into their deck and draws 3 cards.",
|
||||
fr: "Votre adversaire mélange sa main dans son deck et pioche 3 cartes.",
|
||||
es: "Tu rival pone las cartas de su mano en su baraja, las baraja todas y roba 3 cartas.",
|
||||
it: "Il tuo avversario rimischia le carte che ha in mano nel proprio mazzo e poi pesca 3 carte.",
|
||||
de: "Dein Gegner mischt seine Handkarten in sein Deck und zieht 3 Karten.",
|
||||
|
||||
ko: "상대의 패를 모두 덱으로 되돌린다. 상대는 덱을 3장 뽑는다.",
|
||||
'pt-br': "Seu oponente embaralha a mão dele no baralho dele e compra 3 cartas."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
|
Reference in New Issue
Block a user