1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-19 02:39: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: "Nidorina"
en: "Nidorina",
fr: "Nidorina",
es: "Nidorina",
it: "Nidorina",
de: "Nidorina",
'pt-br': "Nidorina",
ko: "니드리나"
},
illustrator: "Kagemaru Himeno",
@ -22,7 +28,13 @@ const card: Card = {
cost: ["Darkness"],
name: {
en: "Bite"
en: "Bite",
fr: "Morsure",
es: "Mordisco",
it: "Morso",
de: "Biss",
'pt-br': "Mordida",
ko: "물기"
},
damage: "30"
@ -38,6 +50,12 @@ const card: Card = {
description: {
en: "The horn on its head has atrophied. It's thought that this happens so Nidorina's children won't get poked while their mother is feeding them.",
fr: "On pense que sa corne frontale s'est atrophiée pour\nlui permettre de nourrir ses petits sans les blesser.",
es: "Se cree que el cuerno de la frente se le ha atrofiado\npara evitar herir a sus crías al alimentarlas.",
it: "Si pensa che il corno sulla fronte si sia\natrofizzato per evitare che Nidorina\npunga i suoi cuccioli quando li nutre.",
de: "Man geht davon aus, dass sich das Horn auf\nihrem Kopf zurückgebildet hat, damit sie ihre\nJungen nicht beim Füttern verletzen.",
'pt-br': "O chifre em sua cabeça atrofiou. Acredita-se que\nisso aconteceu para que os filhotes de Nidorina\nnão fossem espetados enquanto a mãe os alimenta.",
ko: "이마의 뿔은 새끼에게 먹이를\n줄 때 찌르지 않도록\n퇴화했다고 추측되고 있다."
}
}