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:
@ -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"
|
||||
|
Reference in New Issue
Block a user