1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-09 15:31:59 +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: "Joltik"
en: "Joltik",
fr: "Statitik",
es: "Joltik",
it: "Joltik",
de: "Wattzapf",
'pt-br': "Joltik",
ko: "파쪼옥"
},
illustrator: "MINAMINAMI Take",
@@ -14,14 +20,26 @@ const card: Card = {
types: ["Lightning"],
description: {
en: "Joltik can be found clinging to other Pokémon. It's soaking up static electricity because it can't produce a charge on its own."
en: "Joltik can be found clinging to other Pokémon. It's soaking up static electricity because it can't produce a charge on its own.",
fr: "Il s'accroche au corps des autres Pokémon\npour absorber leur électricité statique.\nIl est incapable d'en produire tout seul.",
es: "No puede generar electricidad por sí mismo,\nasí que se encarama a otros Pokémon\ny absorbe su energía estática.",
it: "Si aggrappa al corpo di altri Pokémon\ne ne assorbe l'energia elettrostatica.\nNon può produrre elettricità da sé.",
de: "Wattzapf heftet sich an andere Pokémon und\nsaugt ihnen statische Elektrizität ab. Es selbst\nkann keinen Strom produzieren.",
'pt-br': "Joltik podem ser encontrados agarrados a outros Pokémon, absorvendo\nenergia estática, já que não conseguem produzir sua própria eletricidade.",
ko: "포켓몬의 몸에 들러붙어\n정전기를 흡수한다.\n스스로는 전기를 만들 수 없다."
},
stage: "Basic",
attacks: [{
name: {
en: "Bug Bite"
en: "Bug Bite",
fr: "Piqûre",
es: "Picadura",
it: "Coleomorso",
de: "Käferbiss",
'pt-br': "Picada",
ko: "벌레먹기"
},
damage: 30,