1
0
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:
2025-05-17 19:27:22 +02:00
committed by GitHub
parent c26b91ac85
commit 8ca40f410d
1116 changed files with 26787 additions and 4023 deletions

View File

@ -5,7 +5,13 @@ const card: Card = {
set: Set,
name: {
en: "Piloswine"
en: "Piloswine",
fr: "Cochignon",
es: "Piloswine",
it: "Piloswine",
de: "Keifel",
'pt-br': "Piloswine",
ko: "메꾸리"
},
illustrator: "Suwama Chiaki",
@ -19,7 +25,13 @@ const card: Card = {
},
description: {
en: "If it charges at an enemy, the hairs on its back stand up straight. It is very sensitive to sound."
en: "If it charges at an enemy, the hairs on its back stand up straight. It is very sensitive to sound.",
fr: "S'il charge un ennemi, les poils de son dos\nse dressent. Il est très sensible au bruit.",
es: "Cuando carga contra un enemigo, se le erizan\nlos pelos del lomo. Es muy sensible al sonido.",
it: "Quando carica il nemico, i peli gli si\nrizzano sul dorso. È molto sensibile ai suoni.",
de: "Beim Angriff auf einen Gegner stellen sich seine\nRückenhaare auf. Es hört außergewöhnlich gut.",
'pt-br': "Quando Piloswine dispara contra um oponente,\nos pelos nas suas costas se arrepiam.\nEste Pokémon é muito sensível ao som.",
ko: "상대를 목표로 삼고 돌진할 때\n등에 있는 털이 곤두선다.\n소리에 매우 민감하다."
},
stage: "Stage1",
@ -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 20 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 20 damage from attacks from {R} or {W} Pokémon.",
fr: "Ce Pokémon subit 20 dégâts provenant des attaques des Pokémon {R} ou {W}.",
es: "Los ataques de los Pokémon {R} o {W} hacen -20 puntos de daño a este Pokémon.",
it: "Questo Pokémon subisce -20 danni dagli attacchi dei Pokémon {R} o {W}.",
de: "Diesem Pokémon werden durch Attacken von {R}- oder {W}-Pokémon 20 Schadenspunkte zugefügt.",
'pt-br': "Este Pokémon recebe 20 pontos de dano de ataques de Pokémon {R} ou {W}.",
ko: "이 포켓몬이 {R} 또는 {W}포켓몬으로부터 받는 기술의 데미지를 {R}-20[/Ctrl:NoBreak]한다."
}
}],
attacks: [{
name: {
en: "Hammer In"
en: "Hammer In",
fr: "Enfoncement",
es: "Martillear",
it: "Martello",
de: "Einhämmern",
'pt-br': "Martelada",
ko: "한방 먹이기"
},
damage: 60,