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: "Shellder"
en: "Shellder",
fr: "Kokiyas",
es: "Shellder",
it: "Shellder",
de: "Muschas",
'pt-br': "Shellder",
ko: "셀러"
},
illustrator: "Sumiyoshi Kizuki",
@ -18,7 +24,13 @@ const card: Card = {
cost: ["Water"],
name: {
en: "Tongue Slap"
en: "Tongue Slap",
fr: "Gros Coup de Langue",
es: "Bofetón Lengua",
it: "Linguasberla",
de: "Zungenschelle",
'pt-br': "Tapa de Língua",
ko: "혀로 막치기"
},
damage: "20"
@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "It is encased in a shell that is harder than diamond. Inside, however, it is surprisingly tender.",
fr: "Une coquille plus dure que le diamant le protège.\nIl est toutefois étonnamment tendre à l'intérieur.",
es: "Está metido en una concha más dura que el\ndiamante, pero tiene un cuerpo muy blando.",
it: "La conchiglia esterna è più dura del diamante.\nL'interno, invece, è sorprendentemente morbido.",
de: "Seine Schale ist härter als Diamant. Im Inneren ist\nes jedoch überraschend weich.",
'pt-br': "Este Pokémon é envolto em uma concha\nmais dura que diamante. O seu interior,\nporém, é surpreendentemente macio.",
ko: "다이아몬드보다 단단한\n껍데기에 싸여 있지만\n속은 의외로 말랑하다."
}
}