mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-25 13: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: "Paldean Wooper"
|
||||
en: "Paldean Wooper",
|
||||
fr: "Axolotode Paldea",
|
||||
es: "Wooperde Paldea",
|
||||
it: "Wooperdi Paldea",
|
||||
de: "Paldea-Felino",
|
||||
'pt-br': "Wooperde Paldea",
|
||||
ko: "팔데아우파"
|
||||
},
|
||||
|
||||
illustrator: "Mori Yuu",
|
||||
@ -15,21 +21,40 @@ const card: Card = {
|
||||
types: ["Darkness"],
|
||||
|
||||
description: {
|
||||
en: "After losing a territorial struggle, Wooper began living on land. The Pokémon changed over time, developing a poisonous film to protect its body."
|
||||
en: "After losing a territorial struggle, Wooper began living on land. The Pokémon changed over time, developing a poisonous film to protect its body.",
|
||||
fr: "Depuis qu'une dispute territoriale l'a contraint\nà vivre sur la terre ferme, il protège son corps\nen le recouvrant d'un fluide toxique.",
|
||||
es: "Tras perder una disputa territorial, se vio forzado\na vivir en tierra firme y desarrolló una membrana\nmucosa tóxica con la que proteger su cuerpo.",
|
||||
it: "Vive sulla terraferma da quando perse una\nlotta territoriale. Per proteggere il corpo ha\nsviluppato una membrana mucosa tossica.",
|
||||
de: "Ein verlorener Revierkampf zwang es, an Land\nzu leben. Um sich zu schützen, entwickelte es\neine giftige Schleimschicht auf seinem Körper.",
|
||||
'pt-br': "Após perder uma disputa por território, Wooper passou a\nviver em terra firme. Seu corpo mudou ao longo do tempo,\ndesenvolvendo uma camada venenosa para protegê-lo.",
|
||||
ko: "영역 다툼에서 밀려 육지에 살게 되면서\n독성을 띠는 점막으로\n몸을 보호하도록 변화했다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Poison Jab"
|
||||
en: "Poison Jab",
|
||||
fr: "Direct Toxik",
|
||||
es: "Puya Nociva",
|
||||
it: "Velenpuntura",
|
||||
de: "Gifthieb",
|
||||
'pt-br': "Golpe Envenenado",
|
||||
ko: "독찌르기"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Darkness"],
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Poisoned."
|
||||
en: "Your opponent's Active Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet.",
|
||||
|
||||
ko: "상대의 배틀 포켓몬을 독으로 만든다.",
|
||||
'pt-br': "O Pokémon Ativo do seu oponente agora está Envenenado."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user