1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 02: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: "Omanyte"
en: "Omanyte",
fr: "Amonita",
es: "Omanyte",
it: "Omanyte",
de: "Amonitas",
'pt-br': "Omanyte",
ko: "암나이트"
},
illustrator: "Suwama Chiaki",
@ -22,7 +28,13 @@ const card: Card = {
cost: ["Water"],
name: {
en: "Water Gun"
en: "Water Gun",
fr: "Pistolet à O",
es: "Pistola Agua",
it: "Pistolacqua",
de: "Aquaknarre",
'pt-br': "Revólver d'Água",
ko: "물대포"
},
damage: "40"
@ -38,6 +50,12 @@ const card: Card = {
description: {
en: "Because some Omanyte manage to escape after being restored or are released into the wild by people, this species is becoming a problem.",
fr: "Ce Pokémon commence à poser problème,\ncar certains spécimens se sont enfuis ou\nont été relâchés après avoir été ressuscités.",
es: "Varios ejemplares han escapado o bien han\nsido liberados tras su restauración, lo que\ncomienza a suscitar una serie de problemas.",
it: "Questo Pokémon si sta rivelando un problema\nperché a volte fugge o viene liberato dopo\nessere stato rigenerato.",
de: "Diese Pokémon entwickeln sich allmählich zu\neinem Problem, da einige wiederbelebte\nExemplare fliehen oder freigelassen werden.",
'pt-br': "Alguns Omanyte escapam após serem restaurados\nou são soltos por pessoas na natureza. Por conta\ndisso, esta espécie está se tornando um problema.",
ko: "복원된 후 도망치거나\n놓쳐버리는 경우가 생겨서\n문제시되고 있다."
}
}