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: "Hitmontop"
en: "Hitmontop",
fr: "Kapoera",
es: "Hitmontop",
it: "Hitmontop",
de: "Kapoera",
'pt-br': "Hitmontop",
ko: "카포에라"
},
illustrator: "sowsow",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Fighting"],
description: {
en: "It launches kicks while spinning. If it spins at high speed, it may bore its way into the ground."
en: "It launches kicks while spinning. If it spins at high speed, it may bore its way into the ground.",
fr: "Il assène des coups de pied tout en tournant sur lui-même.\nIl va parfois si vite qu'il commence à s'enfoncer dans le sol.",
es: "Lanza patadas mientras gira. Si alcanza mucha\nvelocidad, puede cavar un hoyo en la tierra.",
it: "Gira su se stesso tirando calci. Se gira molto\nvelocemente può scavare una fossa nel terreno.",
de: "Es dreht sich um sich selbst und verteilt Tritte.\nGewinnt es ausreichend an Schwung, bohrt es\nsich dabei in den Boden.",
'pt-br': "Ele dá chutes enquanto gira. Se ele girar\nem alta velocidade, faz um caminho no chão.",
ko: "빙글빙글 돌며 킥을 날린다.\n고속으로 돌다 보면\n그대로 지면을 파고들어 간다."
},
stage: "Basic",
attacks: [{
name: {
en: "Spinning Attack"
en: "Spinning Attack",
fr: "Attaque Tournante",
es: "Ataque Giratorio",
it: "Attacco Rotante",
de: "Rundumangriff",
'pt-br': "Ataque Giratório",
ko: "회전어택"
},
damage: 50,