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: "Mamoswine"
|
||||
en: "Mamoswine",
|
||||
fr: "Mammochon",
|
||||
es: "Mamoswine",
|
||||
it: "Mamoswine",
|
||||
de: "Mamutel",
|
||||
'pt-br': "Mamoswine",
|
||||
ko: "맘모꾸리"
|
||||
},
|
||||
|
||||
illustrator: "OKACHEKE",
|
||||
@ -19,7 +25,13 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "This Pokémon can be spotted in wall paintings from as far back as 10,000 years ago. For a while, it was thought to have gone extinct."
|
||||
en: "This Pokémon can be spotted in wall paintings from as far back as 10,000 years ago. For a while, it was thought to have gone extinct.",
|
||||
fr: "On le retrouve dessiné sur des fresques\nmurales vieilles de 10 000 ans. On a cru pendant\nun temps que son espèce s'était éteinte.",
|
||||
es: "Aparece representado en pinturas rupestres de hace 10 000\naños. Hubo un tiempo en el que se lo consideró extinto.",
|
||||
it: "Si trova raffigurato nelle pitture rupestri di 10.000\nanni fa. Per un periodo si riteneva che fosse estinto.",
|
||||
de: "Sie sind schon auf 10 000 Jahre alten\nWandmalereien abgebildet. Es gab Zeiten,\nin denen man sie für ausgestorben hielt.",
|
||||
'pt-br': "Imagens deste Pokémon já foram encontradas em pinturas\nrupestres que remontam a 10.000 anos. Antigamente,\nacreditava-se que Mamoswine estava extinto.",
|
||||
ko: "1만 년 전의 벽화에도\n그려져 있다. 멸종되었다고\n여겨지던 시기도 있었다."
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
@ -28,17 +40,35 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Thick Fat"
|
||||
en: "Thick Fat",
|
||||
fr: "Isograisse",
|
||||
es: "Sebo",
|
||||
it: "Grassospesso",
|
||||
de: "Speckschicht",
|
||||
'pt-br': "Gordura Espessa",
|
||||
ko: "두꺼운지방"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon takes −30 damage from attacks from <span class=\"energy-text energy-text--type-fire\"></span> or <span class=\"energy-text energy-text--type-water\"></span> Pokémon."
|
||||
en: "This Pokémon takes −30 damage from attacks from {R} or {W} Pokémon.",
|
||||
fr: "Ce Pokémon subit − 30 dégâts provenant des attaques des Pokémon {R} ou {W}.",
|
||||
es: "Los ataques de los Pokémon {R} o {W} hacen -30 puntos de daño a este Pokémon.",
|
||||
it: "Questo Pokémon subisce -30 danni dagli attacchi dei Pokémon {R} o {W}.",
|
||||
de: "Diesem Pokémon werden durch Attacken von {R}- oder {W}-Pokémon − 30 Schadenspunkte zugefügt.",
|
||||
'pt-br': "Este Pokémon recebe −30 pontos de dano de ataques de Pokémon {R} ou {W}.",
|
||||
ko: "이 포켓몬이 {R} 또는 {W}포켓몬으로부터 받는 기술의 데미지를 {R}-30[/Ctrl:NoBreak]한다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Frosty Flattening"
|
||||
en: "Frosty Flattening",
|
||||
fr: "Aplatissement Givré",
|
||||
es: "Aplastamiento Gélido",
|
||||
it: "Piallata Gelida",
|
||||
de: "Frostige Plättung",
|
||||
'pt-br': "Esmagamento Congelante",
|
||||
ko: "프로스트덤프"
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
|
Reference in New Issue
Block a user