1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-04 05:11:58 +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: "Psyduck"
en: "Psyduck",
fr: "Psykokwak",
es: "Psyduck",
it: "Psyduck",
de: "Enton",
'pt-br': "Psyduck",
ko: "고라파덕"
},
illustrator: "Shibuzoh.",
@@ -18,11 +24,23 @@ const card: Card = {
cost: ["Colorless"],
name: {
en: "Headache"
en: "Headache",
fr: "Migraine",
es: "Dolor de Cabeza",
it: "Emicrania",
de: "Kopfweh",
'pt-br': "Dor de Cabeça",
ko: "두통"
},
effect: {
en: "Your opponent can't use any Supporter cards from their hand during their next turn."
en: "Your opponent can't use any Supporter cards from their hand during their next turn.",
fr: "Votre adversaire ne peut pas jouer de carte Supporter de sa main lors son prochain tour.",
es: "Tu rival no puede jugar ninguna carta de Partidario de su mano durante su próximo turno.",
it: "Il tuo avversario non può giocare le carte Aiuto che ha in mano durante il suo prossimo turno.",
de: "Dein Gegner kann während seines nächsten Zuges keine Unterstützerkarten aus seiner Hand spielen.",
'pt-br': "Seu oponente não poderá usar nenhuma carta de Apoiador durante o próximo turno dele.",
ko: "상대의 다음 차례에 상대는 패에서 서포트를 꺼내서 사용할 수 없다."
},
damage: "10"
@@ -38,6 +56,12 @@ const card: Card = {
description: {
en: "It is constantly wracked by a headache. When the headache turns intense, it begins using mysterious powers.",
fr: "Ce Pokémon a tout le temps la migraine.\nQuand la douleur devient trop intense,\nil se met à utiliser des pouvoirs mystérieux.",
es: "Padece continuamente dolores de\ncabeza. Cuando son muy fuertes,\nempieza a usar misteriosos poderes.",
it: "È costantemente tormentato dal mal di testa.\nQuando il dolore si fa particolarmente\nintenso, inizia a usare strani poteri.",
de: "Es wird permanent von Kopfschmerzen\ngeplagt. Wird der Schmerz stärker,\nsetzt es geheimnisvolle Kräfte ein.",
'pt-br': "Sofre constantemente de dor de cabeça.\nQuando ela se intensifica, este Pokémon\ncomeça a usar poderes misteriosos.",
ko: "항상 두통에 시달리고 있다.\n이 두통이 심해지면\n이상한 힘을 쓰기 시작한다."
}
}