mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 11: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: "Magnezone"
|
||||
en: "Magnezone",
|
||||
fr: "Magnézone",
|
||||
es: "Magnezone",
|
||||
it: "Magnezone",
|
||||
de: "Magnezone",
|
||||
'pt-br': "Magnezone",
|
||||
ko: "자포코일"
|
||||
},
|
||||
|
||||
illustrator: "Yoshinobu Saito",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "As it zooms through the sky, this Pokémon seems to be receiving signals of unknown origin while transmitting signals of unknown purpose."
|
||||
en: "As it zooms through the sky, this Pokémon seems to be receiving signals of unknown origin while transmitting signals of unknown purpose.",
|
||||
fr: "Il parcourt le ciel en émettant et en\nrecevant des ondes bien mystérieuses.",
|
||||
es: "Se dice que mientras vuela emite unas ondas eléctricas\nmisteriosas, a la vez que recibe otras ondas desconocidas.",
|
||||
it: "Vola per il cielo inviando misteriose onde\nelettromagnetiche e ricevendo onde sconosciute.",
|
||||
de: "Es heißt, dass es beim Herumfliegen mysteriöse Funkwellen\naussende und unbekannte Wellen empfange.",
|
||||
'pt-br': "Dizem que enquanto voa pelo céu, emite ondas\neletromagnéticas misteriosas enquanto recebe\nondas desconhecidas.",
|
||||
ko: "괴전파를 발신하며 하늘을 날면서\n미지의 전파를 수신한다고 한다."
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Thunder Blast"
|
||||
en: "Thunder Blast",
|
||||
fr: "Grondement de Tonnerre",
|
||||
es: "Estallido Trueno",
|
||||
it: "Tuonobomba",
|
||||
de: "Donnerkeil",
|
||||
'pt-br': "Explosão de Trovões",
|
||||
ko: "썬더블라스트"
|
||||
},
|
||||
|
||||
damage: 110,
|
||||
cost: ["Lightning", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Discard a <span class=\"energy-text energy-text--type-lightning\"></span> Energy from this Pokémon."
|
||||
en: "Discard a {L} Energy from this Pokémon.",
|
||||
fr: "Défaussez une Énergie {L} de ce Pokémon.",
|
||||
es: "Descarta 1 Energía {L} de este Pokémon.",
|
||||
it: "Rimuovi un'Energia {L} da questo Pokémon.",
|
||||
de: "Lege 1 {L}-Energie von diesem Pokémon ab.",
|
||||
'pt-br': "Descarte 1 Energia {L} deste Pokémon.",
|
||||
ko: "이 포켓몬에서 {L}에너지를 1개 트래쉬한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user