mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +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: "Adaman"
|
||||
en: "Adaman",
|
||||
fr: "Adamantin",
|
||||
es: "Adamas",
|
||||
it: "Damon",
|
||||
de: "Diam",
|
||||
'pt-br': "Ádamo",
|
||||
ko: "찬석"
|
||||
},
|
||||
|
||||
illustrator: "akagi",
|
||||
@ -13,10 +19,16 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, all of your <span class=\"energy-text energy-text--type-metal\"></span> Pokémon take −20 damage from attacks from your opponent's Pokémon."
|
||||
en: "During your opponent's next turn, all of your {M} Pokémon take −20 damage from attacks from your opponent's Pokémon.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, tous vos Pokémon {M} subissent − 20 dégâts provenant des attaques des Pokémon de votre adversaire.",
|
||||
es: "Durante el próximo turno de tu rival, los ataques de los Pokémon de tu rival hacen -20 puntos de daño a todos tus Pokémon {M}.",
|
||||
it: "Durante il prossimo turno del tuo avversario, tutti i tuoi Pokémon {M} subiscono -20 danni dagli attacchi dei Pokémon avversari.",
|
||||
de: "Während des nächsten Zuges deines Gegners werden allen deinen {M}-Pokémon durch Attacken von Pokémon deines Gegners − 20 Schadenspunkte zugefügt.",
|
||||
'pt-br': "Durante o próximo turno do seu oponente, todos os seus Pokémon {M} receberão −20 pontos de dano de ataques dos Pokémon do seu oponente.",
|
||||
ko: "상대의 다음 차례에 자신의 {M}포켓몬 전원이 상대의 포켓몬으로부터 받는 기술의 데미지를 -20한다."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user