1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-21 11:29: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: "Dubwool"
en: "Dubwool",
fr: "Moumouflon",
es: "Dubwool",
it: "Dubwool",
de: "Zwollock",
'pt-br': "Dubwool",
ko: "배우르"
},
illustrator: "saino misaki",
@ -21,7 +27,13 @@ const card: Card = {
cost: ["Colorless", "Colorless", "Colorless"],
name: {
en: "Rolling Tackle"
en: "Rolling Tackle",
fr: "Roulé-Boulé",
es: "Placaje Giro",
it: "Rollazione",
de: "Rolltackle",
'pt-br': "Golpe de Colisão Rolante",
ko: "구르기 태클"
},
damage: "80"
@ -37,6 +49,12 @@ const card: Card = {
description: {
en: "Weave a carpet from its springy wool, and you end up with something closer to a trampoline. You'll start to bounce the moment you set foot on it.",
fr: "La texture de sa laine est si élastique que\nla surface des tapis fabriqués avec ce matériau\nest aussi rebondissante que celle d'un trampoline.",
es: "Su lana es muy flexible. Las alfombras tejidas con ella\nadoptan una textura similar a la de las camas elásticas.",
it: "I tappeti realizzati con i suoi peli sono\ntalmente elastici che saltandoci sopra\nsi rimbalza come su un trampolino.",
de: "Spannt man einen aus den elastischen Haaren\nvon Zwollock gewobenen Teppich auf, kann man\ndarauf hüpfen wie auf einem Trampolin.",
'pt-br': "Tece um tapete feito de sua lã elástica, e o resultado\né algo semelhante a um trampolim. Você começará\na pular assim que pisar nele.",
ko: "탄력 있는 털로 짜낸\n카펫은 트램펄린 같아서\n올라가면 통통 튀어 오르게 된다."
}
}