1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 19:19: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: "Pawniard"
en: "Pawniard",
fr: "Scalpion",
es: "Pawniard",
it: "Pawniard",
de: "Gladiantri",
'pt-br': "Pawniard",
ko: "자망칼"
},
illustrator: "Kouki Saitou",
@ -18,7 +24,13 @@ const card: Card = {
cost: ["Metal"],
name: {
en: "Pierce"
en: "Pierce",
fr: "Transpercement",
es: "Perforar",
it: "Perforare",
de: "Durchbohren",
'pt-br': "Perfurar",
ko: "궤찌르기"
},
damage: "30"
@ -34,6 +46,12 @@ const card: Card = {
description: {
en: "Pawniard will fearlessly challenge even powerful foes. In a pinch, it will cling to opponents and pierce them with the blades all over its body.",
fr: "Il n'hésite pas à s'attaquer à ses ennemis,\nmême les plus féroces. Il s'accroche à eux et les\ntransperce en utilisant les lames sur son corps.",
es: "Desafía sin temor a enemigos poderosos.\nSi es necesario, se aferra al rival y le clava\nlas cuchillas que le recubren el cuerpo.",
it: "Sfida anche i nemici più potenti senza timore.\nSe necessario, si aggrappa all'avversario e lo\ntrafigge con le lame che ha sul corpo.",
de: "Furchtlos stellt es sich selbst starken Gegnern.\nIm Ernstfall hält es sich an ihnen fest und sticht\nmit den vielen Klingen an seinem Körper zu.",
'pt-br': "Pawniard desafiará bravamente até oponentes mais\npoderosos. Num piscar de olhos, aproxima-se de sua\nvítima e a perfura com as lâminas que cobrem o seu corpo.",
ko: "강한 상대에게도 겁먹지 않고 덤빈다.\n여차하면 상대에게 달라붙어서\n몸에 달린 칼날로 찌른다."
}
}