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: "Kabuto"
en: "Kabuto",
fr: "Kabuto",
es: "Kabuto",
it: "Kabuto",
de: "Kabuto",
'pt-br': "Kabuto",
ko: "투구"
},
illustrator: "sui",
@@ -22,7 +28,13 @@ const card: Card = {
cost: ["Fighting"],
name: {
en: "Shell Attack"
en: "Shell Attack",
fr: "Coquill-Attaque",
es: "Ataque Caparazón",
it: "Gusciattacco",
de: "Muschelangriff",
'pt-br': "Ataque Carapaça",
ko: "등껍질 어택"
},
damage: "40"
@@ -38,6 +50,12 @@ const card: Card = {
description: {
en: "This species is almost entirely extinct. Kabuto molt every three days, making their shells harder and harder.",
fr: "Ce Pokémon au bord de l'extinction mue tous les trois jours\net renforce ainsi davantage sa carapace.",
es: "Un Pokémon casi extinto. Cada tres\ndías, muda el caparazón, que se va\nendureciendo de forma progresiva.",
it: "È un Pokémon sull'orlo dell'estinzione. Fa la muta\nogni tre giorni indurendo gradualmente il carapace.",
de: "Dieses Pokémon ist so gut wie ausgestorben.\nSein Panzer wird immer härter, indem es sich\nalle drei Tage häutet.",
'pt-br': "Esta espécie está quase extinta. Kabuto\nmudam seus cascos a cada três dias,\ntornando-os cada vez mais rígidos.",
ko: "거의 멸종된 포켓몬이다.\n3일에 1번 탈피하여\n껍질을 점점 단단하게 만든다."
}
}