mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 02:59:18 +00:00
feat: Add the TCG Pocket cards in other languages (#734)
This commit is contained in:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Shellos"
|
||||
en: "Shellos",
|
||||
fr: "Sancoki",
|
||||
es: "Shellos",
|
||||
it: "Shellos",
|
||||
de: "Schalellos",
|
||||
'pt-br': "Shellos",
|
||||
ko: "깝질무"
|
||||
},
|
||||
|
||||
illustrator: "Teeziro",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
|
||||
description: {
|
||||
en: "It used to have a shell on its back long ago. This species is closely related to Pokémon like Shellder."
|
||||
en: "It used to have a shell on its back long ago. This species is closely related to Pokémon like Shellder.",
|
||||
fr: "Il avait autrefois une coquille sur le dos. C'est un proche parent\nde Kokiyas et d'autres espèces de Pokémon similaires.",
|
||||
es: "Antiguamente cargaba con un caparazón al lomo.\nEs un Pokémon estrechamente emparentado\ncon los Shellder y otras especies similares.",
|
||||
it: "In passato aveva una conchiglia sul dorso.\nLa sua specie è strettamente imparentata\ncon quella di Shellder e altri Pokémon simili.",
|
||||
de: "Vor langer Zeit hatte es eine Muschelschale\nauf dem Rücken. Diese Art ist eng verwandt\nmit Pokémon wie Muschas.",
|
||||
'pt-br': "Antigamente, tinha uma concha em suas costas.\nEsta espécie está fortemente relacionada a\nPokémon como Shellder.",
|
||||
ko: "옛날에는 등에\n조개껍질을 지고 있었다.\n셀러 등과 가까운 종류의 포켓몬."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Mud-Slap"
|
||||
en: "Mud-Slap",
|
||||
fr: "Coud'Boue",
|
||||
es: "Bofetón Lodo",
|
||||
it: "Fangosberla",
|
||||
de: "Lehmschelle",
|
||||
'pt-br': "Tapa de Lama",
|
||||
ko: "진흙뿌리기"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user