mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 19:19: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: "Shellder"
|
||||
en: "Shellder",
|
||||
fr: "Kokiyas",
|
||||
es: "Shellder",
|
||||
it: "Shellder",
|
||||
de: "Muschas",
|
||||
'pt-br': "Shellder",
|
||||
ko: "셀러"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
|
||||
description: {
|
||||
en: "It is encased in a shell that is harder than diamond. Inside, however, it is surprisingly tender."
|
||||
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속은 의외로 말랑하다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Tackle"
|
||||
en: "Tackle",
|
||||
fr: "Charge",
|
||||
es: "Placaje",
|
||||
it: "Azione",
|
||||
de: "Tackle",
|
||||
'pt-br': "Investida",
|
||||
ko: "몸통박치기"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user