1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 20:09: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: "Electrike"
en: "Electrike",
fr: "Dynavolt",
es: "Electrike",
it: "Electrike",
de: "Frizelbliz",
'pt-br': "Electrike",
ko: "썬더라이"
},
illustrator: "Shin Nagasawa",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Lightning"],
description: {
en: "It stores static electricity in its fur for discharging. It gives off sparks if a storm approaches."
en: "It stores static electricity in its fur for discharging. It gives off sparks if a storm approaches.",
fr: "Il émet des décharges à partir de l'électricité\nstatique accumulée dans sa fourrure. Il produit\ndes étincelles lorsque le temps devient orageux.",
es: "Acumula electricidad estática en el pelaje para lanzar descargas.\nCuando va a haber tormenta, suelta chispas por todo el cuerpo.",
it: "Accumula elettricità statica nella pelliccia e poi la rilascia.\nSe si avvicina una tempesta, emette scintille.",
de: "In seinem Fell speichert es statische Elektrizität\nfür spätere Entladungen. Braut sich ein Sturm\nzusammen, entlädt es Funken.",
'pt-br': "Ele armazena eletricidade estática no pelo\npara depois descarregá-la.\nQuando uma tempestade se aproxima, solta fagulhas.",
ko: "정전기를 털에 비축하여\n방전한다. 폭풍이 가까이 오면\n온몸에서 불꽃을 튀긴다."
},
stage: "Basic",
attacks: [{
name: {
en: "Zap Kick"
en: "Zap Kick",
fr: "Coup de Pied Ravageur",
es: "Electropatada",
it: "Dinamocalcio",
de: "Stromtritt",
'pt-br': "Chute Zap",
ko: "일렉트릭킥"
},
damage: 20,