mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-26 05:49: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: "toriyufu",
|
||||
@ -19,7 +25,13 @@ 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",
|
||||
@ -28,17 +40,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Resilience Link"
|
||||
en: "Resilience Link",
|
||||
fr: "Lien Protection",
|
||||
es: "Vínculo Protector",
|
||||
it: "Tenacia Simbiotica",
|
||||
de: "Widerstandskopplung",
|
||||
'pt-br': "Elo de Resiliência",
|
||||
ko: "가드 링크"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you have Arceus or Arceus ex in play, this Pokémon takes −30 damage from attacks."
|
||||
en: "If you have Arceus or Arceus ex in play, this Pokémon takes −30 damage from attacks.",
|
||||
fr: "Si vous avez Arceus ou Arceus-ex en jeu, ce Pokémon subit − 30 dégâts provenant des attaques.",
|
||||
es: "Si tienes a Arceus o Arceus ex en juego, los ataques hacen -30 puntos de daño a este Pokémon.",
|
||||
it: "Se hai in gioco Arceus o Arceus-ex, questo Pokémon subisce -30 danni dagli attacchi.",
|
||||
de: "Wenn du Arceus oder Arceus-ex im Spiel hast, werden diesem Pokémon durch Attacken − 30 Schadenspunkte zugefügt.",
|
||||
'pt-br': "Se você tiver Arceus ou Arceus ex em jogo, este Pokémon receberá −30 pontos de dano de ataques.",
|
||||
ko: "자신의 필드에 「아르세우스」 또는 「아르세우스 ex」 있다면 이 포켓몬이 받는 기술의 데미지를 -30한다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Power Beam"
|
||||
en: "Power Beam",
|
||||
fr: "Puissant Rayon",
|
||||
es: "Rayo de Luz Poderoso",
|
||||
it: "Raggiopotenza",
|
||||
de: "Power-Strahl",
|
||||
'pt-br': "Raio de Poder",
|
||||
ko: "파워빔"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
|
Reference in New Issue
Block a user