1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 19:19: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: "Gastly"
en: "Gastly",
fr: "Fantominus",
es: "Gastly",
it: "Gastly",
de: "Nebulak",
'pt-br': "Gastly",
ko: "고오스"
},
illustrator: "Masako Yamashita",
@ -18,7 +24,13 @@ const card: Card = {
cost: ["Psychic"],
name: {
en: "Suffocating Gas"
en: "Suffocating Gas",
fr: "Gaz Suffocant",
es: "Gas Sofocante",
it: "Gas Soffocante",
de: "Würgegas",
'pt-br': "Gás Asfixiante",
ko: "가스로감싸기"
},
damage: "20"
@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "It wraps its opponent in its gas-like body, slowly weakening its prey by poisoning it through the skin.",
fr: "Il enveloppe ses proies dans le nuage de gaz\nque forme son corps et les empoisonne à travers\nleur peau afin de les affaiblir petit à petit.",
es: "Su estrategia consiste en envolver al rival con su\ncuerpo gaseoso y envenenarlo a través de la piel.",
it: "Avvolge le prede nel corpo gassoso\ne le indebolisce lentamente facendo\npenetrare il veleno nella loro pelle.",
de: "Es hüllt seine Beute in seinen Gaskörper ein\nund schwächt sie, indem es sie nach und nach\nüber die Haut vergiftet.",
'pt-br': "Envolve o oponente em seu corpo gasoso,\nenfraquecendo sua presa lentamente\ne a envenenando pela pele.",
ko: "가스로 된 몸으로 휘감은 다음\n먹이의 피부를 통해 조금씩\n독을 흘려보내어 약하게 만든다."
}
}