1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +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: "Cubone"
en: "Cubone",
fr: "Osselait",
es: "Cubone",
it: "Cubone",
de: "Tragosso",
'pt-br': "Cubone",
ko: "탕구리"
},
illustrator: "kawayoo",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Fighting"],
description: {
en: "When the memory of its departed mother brings it to tears, its cries echo mournfully within the skull it wears on its head."
en: "When the memory of its departed mother brings it to tears, its cries echo mournfully within the skull it wears on its head.",
fr: "Lorsqu'il repense à sa mère défunte, ses sanglots résonnent\ntristement sous le crâne qu'il porte sur la tête.",
es: "Cuando llora al acordarse de su madre fallecida, su\nllanto resuena en el cráneo que lleva en la cabeza.",
it: "Quando piange pensando alla madre defunta,\ni suoi lamenti riecheggiano tristemente\nall'interno del teschio che ha in testa.",
de: "Denkt Tragosso an seine verstorbene Mutter,\nso weint es. Sein Schluchzen hallt dabei in dem\nSchädel auf seinem Kopf klagend wider.",
'pt-br': "Quando a memória de sua falecida mãe traz\nlágrimas aos seus olhos, seu choro ecoa com\ntristeza pelo crânio que usa em sua cabeça.",
ko: "죽은 어머니를 떠올리며 울면\n머리에 쓴 뼈 안에서\n울음소리가 구슬프게 퍼진다."
},
stage: "Basic",
attacks: [{
name: {
en: "Beat"
en: "Beat",
fr: "Bataille",
es: "Toque",
it: "Battuta",
de: "Verprügler",
'pt-br': "Pulso",
ko: "때리기"
},
damage: 30,