1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29:19 +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: "Magnemite"
en: "Magnemite",
fr: "Magnéti",
es: "Magnemite",
it: "Magnemite",
de: "Magnetilo",
'pt-br': "Magnemite",
ko: "코일"
},
illustrator: "OKACHEKE",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Metal"],
description: {
en: "The electromagnetic waves emitted by the units at the sides of its head expel antigravity, which allows it to float."
en: "The electromagnetic waves emitted by the units at the sides of its head expel antigravity, which allows it to float.",
fr: "Les ondes électromagnétiques émises par ses extrémités\nlui permettent de défier les lois de la gravité et de flotter.",
es: "Las unidades laterales crean ondas\nelectromagnéticas que contrarrestan\nla gravedad y le permiten flotar.",
it: "Le onde elettromagnetiche generate dagli\nelementi laterali neutralizzano la gravità\npermettendogli di levitare a mezz'aria.",
de: "Die seitlichen Module halten es in der Luft,\nindem sie mit elektromagnetischen Wellen\ndie Schwerkraft überlisten.",
'pt-br': "As ondas eletromagnéticas emitidas pelas\nunidades nas laterais de sua cabeça geram\nantigravidade, o que faz com que ele possa flutuar.",
ko: "좌우에 있는 유닛에서 나오는\n전자파를 이용해\n중력을 거슬러 하늘에 떠 있다."
},
stage: "Basic",
attacks: [{
name: {
en: "Tackle"
en: "Tackle",
fr: "Charge",
es: "Placaje",
it: "Azione",
de: "Tackle",
'pt-br': "Investida",
ko: "몸통박치기"
},
damage: 20,