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:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Togetic"
|
||||
en: "Togetic",
|
||||
fr: "Togetic",
|
||||
es: "Togetic",
|
||||
it: "Togetic",
|
||||
de: "Togetic",
|
||||
'pt-br': "Togetic",
|
||||
ko: "토게틱"
|
||||
},
|
||||
|
||||
illustrator: "Kanako Eo",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "They say that it will appear before kindhearted, caring people and shower them with happiness."
|
||||
en: "They say that it will appear before kindhearted, caring people and shower them with happiness.",
|
||||
fr: "On dit qu'il se montre aux personnes dotées\nd'un cœur pur pour leur apporter joie et bonheur.",
|
||||
es: "Dicen que se le aparece a la gente de\nbuen corazón y la inunda de felicidad.",
|
||||
it: "Si dice che appaia alle persone buone\ne premurose, inondandole di felicità.",
|
||||
de: "Man sagt, es zeige sich nur gutherzigen und\neinfühlsamen Menschen und überschütte sie\ndann mit Freude.",
|
||||
'pt-br': "Diz-se que ele surgirá perante pessoas afetuosas\ne de bom coração para inundá-las de felicidade.",
|
||||
ko: "마음 착한 사람에게\n행복을 가져다주기 위해\n모습을 드러낸다고 전해진다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Fairy Wind"
|
||||
en: "Fairy Wind",
|
||||
fr: "Vent Féérique",
|
||||
es: "Viento Feérico",
|
||||
it: "Vento di Fata",
|
||||
de: "Feenbrise",
|
||||
'pt-br': "Vento de Fada",
|
||||
ko: "요정의바람"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
Reference in New Issue
Block a user