1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-19 02:39: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: "Eelektrik"
en: "Eelektrik",
fr: "Lampéroie",
es: "Eelektrik",
it: "Eelektrik",
de: "Zapplalek",
'pt-br': "Eelektrik",
ko: "저리릴"
},
illustrator: "Midori Harada",
@ -22,7 +28,13 @@ const card: Card = {
cost: ["Lightning"],
name: {
en: "Head Bolt"
en: "Head Bolt",
fr: "Éclair Frontal",
es: "Rayo de Cabeza",
it: "Zuccalampo",
de: "Kopf-Blitz",
'pt-br': "Raio de Cabeça",
ko: "헤드볼트"
},
damage: "40"
@ -38,6 +50,12 @@ const card: Card = {
description: {
en: "They coil around foes and shock them with electricity-generating organs that seem simply to be circular patterns.",
fr: "Ses taches rondes sont des organes qui émettent de l'électricité.\nIl s'enroule autour de ses proies et les électrocute.",
es: "Las motas redondas componen su\naparato electrificador. Enrolla a su rival\ny deja que la corriente fluya por ellas.",
it: "I motivi circolari sono organi generatori di\ncorrente. Si avvolge al nemico premendoglieli\naddosso per poi rilasciare una scarica elettrica.",
de: "Die runden Flecken sind Organe, die Strom\nerzeugen. Es schlingt sich um seinen Gegner,\npresst sie gegen ihn und aktiviert sie.",
'pt-br': "Eles se enrolam nos adversários e disparam choques\ncom órgãos geradores de eletricidade que parecem\nsimplesmente ser padrões circulares.",
ko: "둥근 무늬가 발전 기관이다.\n상대를 휘감은 후 무늬를\n딱 붙여서 전기를 흘려보낸다."
}
}