1
0
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:
2025-05-17 19:27:22 +02:00
committed by GitHub
parent c26b91ac85
commit 8ca40f410d
1116 changed files with 26787 additions and 4023 deletions

View File

@ -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,