1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +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: "Wigglytuff"
en: "Wigglytuff",
fr: "Grodoudou",
es: "Wigglytuff",
it: "Wigglytuff",
de: "Knuddeluff",
'pt-br': "Wigglytuff",
ko: "푸크린"
},
illustrator: "Atsuko Nishida",
@ -21,7 +27,13 @@ const card: Card = {
cost: ["Colorless", "Colorless"],
name: {
en: "Hyper Voice"
en: "Hyper Voice",
fr: "Mégaphone",
es: "Vozarrón",
it: "Granvoce",
de: "Schallwelle",
'pt-br': "Hipervoz",
ko: "하이퍼보이스"
},
damage: "60"
@ -37,6 +49,12 @@ const card: Card = {
description: {
en: "It has a very fine fur. Take care not to make it angry, or it may inflate steadily and hit with a body slam.",
fr: "Il a une très belle fourrure. Mieux vaut éviter de le mettre\nen colère, ou il gonflera avant d'attaquer de tout son corps.",
es: "Tiene un pelaje muy fino. Se recomienda no enfadarlo,\no se inflará y golpeará con todo su cuerpo.",
it: "Ha un pelo molto fino. Attenzione a non farlo adirare,\nperché può gonfiarsi e caricare con tutto il suo peso.",
de: "Es hat sehr feines Fell. Doch Vorsicht: Verärgert\nman Knuddeluff, bläst es sich stark auf und stürzt\nsich mit seinem ganzen Körper auf einen.",
'pt-br': "Ele tem a pele muito fina. Tome cuidado para\nnão zangá-lo ou ele pode inflar permanentemente\ne golpear com uma pancada de corpo.",
ko: "얇고 고운 털을 지니고 있다.\n화나게 하면 몸을 점점 부풀리며\n덮쳐 오기 때문에 주의가 필요하다."
}
}