1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-11 16:31: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: "Krabby"
en: "Krabby",
fr: "Krabby",
es: "Krabby",
it: "Krabby",
de: "Krabby",
'pt-br': "Krabby",
ko: "크랩"
},
illustrator: "Tomokazu Komiya",
@@ -18,7 +24,13 @@ const card: Card = {
cost: ["Water", "Colorless"],
name: {
en: "Vise Grip"
en: "Vise Grip",
fr: "Force Poigne",
es: "Agarre",
it: "Presa",
de: "Klammer",
'pt-br': "Agarramento Compressor",
ko: "찝기"
},
damage: "40"
@@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "It can be found near the sea. The large pincers grow back if they are torn out of their sockets.",
fr: "On trouve ce Pokémon près de la mer.\nSes grosses pinces peuvent repousser\nsi elles sont arrachées.",
es: "Es fácil encontrarlo cerca del mar. Las largas pinzas\nque tiene vuelven a crecer si se las quitan de su sitio.",
it: "Lo si può trovare vicino al mare. Le grandi\nchele, se si staccano, ricrescono.",
de: "Es kommt vor allem nahe dem Meer vor.\nDie großen Scheren wachsen nach, wenn\nsie vom Körper abgetrennt wurden.",
'pt-br': "Estes Pokémon vivem perto do mar e\nsuas grandes pinças crescem de volta\nse forem arrancadas.",
ko: "바다 근처에서 발견된다.\n커다란 집게는 뜯겨도\n나중에 다시 자라난다."
}
}