1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 03:49:19 +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: "Team Galactic Grunt"
en: "Team Galactic Grunt",
fr: "Sbire de la Team Galaxie",
es: "Recluta del Equipo Galaxia",
it: "Recluta del Team Galassia",
de: "Rüpel von Team Galaktik",
'pt-br': "Recruta da Equipe Galáctica",
ko: "갤럭시단의 조무래기"
},
illustrator: "GOSSAN",
@ -13,7 +19,13 @@ const card: Card = {
category: "Trainer",
effect: {
en: "Put 1 random Glameow, Stunky, or Croagunk from your deck into your hand."
en: "Put 1 random Glameow, Stunky, or Croagunk from your deck into your hand.",
fr: "Ajoutez une carte au hasard parmi Chaglam, Moufouette, et Cradopaud de votre deck à votre main.",
es: "Pon 1 carta aleatoria de entre Glameow, Stunky o Croagunk de tu baraja en tu mano.",
it: "Prendi una carta a caso dal tuo mazzo fra le seguenti: Glameow, Stunky e Croagunk. Poi aggiungila alle carte che hai in mano.",
de: "Nimm von den Karten Charmian, Skunkapuh und Glibunkel 1 zufällige aus deinem Deck auf deine Hand.",
'pt-br': "Coloque aleatoriamente 1 carta dentre Glameow, Stunky e Croagunk do seu baralho na sua mão.",
ko: "자신의 덱에서 「나옹마」「스컹뿡」「삐딱구리」 랜덤으로 1장 패로 가져온다."
},
trainerType: "Supporter"