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: "Poké Ball"
en: "Poké Ball",
fr: "Poké Ball",
es: "Poké Ball",
it: "Poké Ball",
de: "Pokéball",
'pt-br': "Poké Bola",
ko: "몬스터볼"
},
illustrator: "Toyste Beach",
@ -13,7 +19,14 @@ const card: Card = {
category: "Trainer",
effect: {
en: "Put a random Basic Pokémon from your deck into your hand."
en: "Put a random Basic Pokémon from your deck into your hand.",
fr: "Ajoutez au hasard un Pokémon de base de votre deck à votre main.",
es: "Pon 1 Pokémon Básico aleatorio de tu baraja en tu mano.",
it: "Prendi un Pokémon Base a caso dal tuo mazzo e aggiungilo alle carte che hai in mano.",
de: "Nimm 1 zufälliges Basis-Pokémon aus deinem Deck auf deine Hand.",
ko: "자신의 덱에서 기본 포켓몬을 랜덤으로 1장 패로 가져온다.",
'pt-br': "Coloque 1 Pokémon Básico aleatório do seu baralho na sua mão."
},
trainerType: "Item"