mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18:29:19 +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: "Togepi"
|
||||
en: "Togepi",
|
||||
fr: "Togepi",
|
||||
es: "Togepi",
|
||||
it: "Togepi",
|
||||
de: "Togepi",
|
||||
'pt-br': "Togepi",
|
||||
ko: "토게피"
|
||||
},
|
||||
|
||||
illustrator: "Naoyo Kimura",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Psychic"],
|
||||
|
||||
description: {
|
||||
en: "The shell seems to be filled with joy. It is said that it will share good luck when treated kindly."
|
||||
en: "The shell seems to be filled with joy. It is said that it will share good luck when treated kindly.",
|
||||
fr: "Sa coquille est remplie de joie.\nOn dit que s'il est bien traité, il porte chance.",
|
||||
es: "El cascarón parece estar lleno de alegría.\nDicen que trae buena suerte si se le trata con cariño.",
|
||||
it: "Sembra che il suo guscio sia ricolmo di felicità.\nSi dice che porti fortuna se lo si tratta bene.",
|
||||
de: "Seine Schale ist voll von Freude. Es heißt,\nwenn man es freundlich und gut behandelt,\nteile es sein Glück.",
|
||||
'pt-br': "Sua casca parece ser cheia de alegria e dizem que\ncompartilha a boa sorte quando é tratado com carinho.",
|
||||
ko: "껍질 안에 행복이 가득 차 있어서\n상냥하게 대해준 사람에게\n행운을 나누어 준다고 한다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Pound"
|
||||
en: "Pound",
|
||||
fr: "Écras'Face",
|
||||
es: "Destructor",
|
||||
it: "Botta",
|
||||
de: "Klaps",
|
||||
'pt-br': "Pancada",
|
||||
ko: "막치기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user