1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59: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: "Scyther"
en: "Scyther",
fr: "Insécateur",
es: "Scyther",
it: "Scyther",
de: "Sichlor",
'pt-br': "Scyther",
ko: "스라크"
},
illustrator: "Hasuno",
@ -18,7 +24,13 @@ const card: Card = {
cost: ["Grass"],
name: {
en: "Sharp Scythe"
en: "Sharp Scythe",
fr: "Faucille Acérée",
es: "Guadaña Afilada",
it: "Falcetagliente",
de: "Scharfe Sense",
'pt-br': "Foice Afiada",
ko: "날카로운낫"
},
damage: "30"
@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "It slashes through grass with its sharp scythes, moving too fast for the human eye to track.",
fr: "Il fauche les herbes avec ses lames acérées.\nSes mouvements sont si rapides qu'ils sont\nimperceptibles à l'œil nu.",
es: "Avanza por la hierba con sus afiladas guadañas,\nmás rápido de lo que el ojo humano puede percibir.",
it: "Si fa strada tra l'erba grazie alle\nlame affilate, muovendosi troppo\nvelocemente per l'occhio umano.",
de: "Es bahnt sich mit seinen scharfen Sicheln so\nschnell einen Weg durch das Gras, dass es dabei\nfür das menschliche Auge unsichtbar ist.",
'pt-br': "Corta a grama com suas foices afiadas\ne se move tão rápido que o olho humano\nnão consegue enxergá-lo.",
ko: "아주 예리한 낫을 이용해\n풀숲을 베며 나아간다.\n매우 빠른 움직임에 눈이 따라가지 못한다."
}
}