1
0
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:
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: "Kakuna"
en: "Kakuna",
fr: "Coconfort",
es: "Kakuna",
it: "Kakuna",
de: "Kokuna",
'pt-br': "Kakuna",
ko: "딱충이"
},
illustrator: "Yuka Morii",
@ -19,21 +25,40 @@ const card: Card = {
},
description: {
en: "Almost incapable of moving, this Pokémon can only harden its shell to protect itself when it is in danger."
en: "Almost incapable of moving, this Pokémon can only harden its shell to protect itself when it is in danger.",
fr: "Incapable de se déplacer de lui-même,\nil se défend en durcissant sa carapace.",
es: "Casi incapaz de moverse, este Pokémon solo\npuede endurecer su caparazón para protegerse.",
it: "Quasi incapace di muoversi, questo Pokémon può\nsolo indurire il proprio guscio per proteggersi.",
de: "Dieses Pokémon kann sich kaum bewegen.\nBei drohender Gefahr verhärtet es seinen Panzer.",
'pt-br': "Quase incapaz de se mover, esse Pokémon\npode apenas endurecer sua carapaça para\nse proteger quando está em perigo.",
ko: "스스로는 거의 움직일 수 없지만\n위험할 때는 단단해져서\n몸을 보호하고 있는 것 같다."
},
stage: "Stage1",
attacks: [{
name: {
en: "String Shot"
en: "String Shot",
fr: "Sécrétion",
es: "Disparo Demora",
it: "Millebave",
de: "Fadenschuss",
'pt-br': "Estilingada",
ko: "실뿜기"
},
damage: 20,
cost: ["Grass"],
effect: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed."
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
es: "Lanza 1 moneda. Si sale cara, el Pokémon Activo de tu rival pasa a estar Paralizado.",
it: "Lancia una moneta. Se esce testa, il Pokémon attivo del tuo avversario viene paralizzato.",
de: "Wirf 1 Münze. Bei Kopf ist das Aktive Pokémon deines Gegners jetzt paralysiert.",
ko: "동전을 1번 던져서 앞면이 나오면 상대의 배틀 포켓몬을 마비로 만든다.",
'pt-br': "Jogue uma moeda. Se sair cara, o Pokémon Ativo do seu oponente agora estará Paralisado."
}
}],