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: "Kricketot"
|
||||
en: "Kricketot",
|
||||
fr: "Crikzik",
|
||||
es: "Kricketot",
|
||||
it: "Kricketot",
|
||||
de: "Zirpurze",
|
||||
'pt-br': "Kricketot",
|
||||
ko: "귀뚤뚜기"
|
||||
},
|
||||
|
||||
illustrator: "Shigenori Negishi",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Grass"],
|
||||
|
||||
description: {
|
||||
en: "Its legs are short. Whenever it stumbles, its stiff antennae clack with a xylophone-like sound."
|
||||
en: "Its legs are short. Whenever it stumbles, its stiff antennae clack with a xylophone-like sound.",
|
||||
fr: "Il possède de courtes pattes. Quand il tombe,\nses antennes solides s'entrechoquent et émettent\ndes sons semblables à ceux d'un xylophone.",
|
||||
es: "Tiene las patas cortas. Cada vez que se tropieza,\nsus antenas chocan y suenan como un xilófono.",
|
||||
it: "Quando inciampa con le sue zampe corte, le antenne si\nurtano producendo un suono simile a quello di uno xilofono.",
|
||||
de: "Seine Beine sind kurz. Stolpert es, reiben seine\nstarren Antennen aneinander und klingen dabei\nwie ein Xylofon.",
|
||||
'pt-br': "Suas pernas são curtas. Sempre que ele tropeça,\nsuas pomposas antenas estalam com um som\nparecido com um xilofone.",
|
||||
ko: "다리가 짧아 넘어지려고 할 때마다\n단단한 더듬이가 서로 비벼져서\n실로폰 같은 소리가 울린다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Bug Bite"
|
||||
en: "Bug Bite",
|
||||
fr: "Piqûre",
|
||||
es: "Picadura",
|
||||
it: "Coleomorso",
|
||||
de: "Käferbiss",
|
||||
'pt-br': "Picada",
|
||||
ko: "벌레먹기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user