1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-21 11: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: "Haunter"
en: "Haunter",
fr: "Spectrum",
es: "Haunter",
it: "Haunter",
de: "Alpollo",
'pt-br': "Haunter",
ko: "고우스트"
},
illustrator: "kurumitsu",
@ -19,14 +25,26 @@ const card: Card = {
},
description: {
en: "It likes to lurk in the dark and tap shoulders with a gaseous hand. Its touch causes endless shuddering."
en: "It likes to lurk in the dark and tap shoulders with a gaseous hand. Its touch causes endless shuddering.",
fr: "Il adore se tapir dans l'ombre et faire frissonner\nses proies pour l'éternité en leur touchant l'épaule.",
es: "Le gusta acechar en la oscuridad y tocarles el\nhombro a sus víctimas con su mano gaseosa.\nEstas se quedan temblando para siempre.",
it: "Adora stare in agguato nei luoghi bui e toccare\nle spalle delle vittime con le sue mani gassose.\nIl suo tocco causa brividi incontenibili.",
de: "Es lauert gern im Dunkeln und tippt Leuten mit\nseiner gasförmigen Hand auf die Schulter.\nSeine Berührung erzeugt endloses Schaudern.",
'pt-br': "Gosta de se esconder no escuro e bater nos\nombros dos outros com sua mão gasosa.\nSeu toque causa arrepios que não acabam mais.",
ko: "어둠을 틈타 가스로 된 손을 뻗쳐\n사람의 어깨를 두드리기 좋아한다.\n그 손에 닿으면 떨림이 멈추지 않는다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Will-O-Wisp"
en: "Will-O-Wisp",
fr: "Feu Follet",
es: "Fuego Fatuo",
it: "Fuocofatuo",
de: "Irrlicht",
'pt-br': "Fogo Fátuo",
ko: "도깨비불"
},
damage: 30,