1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-24 12: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: "Pokémon Communication"
en: "Pokémon Communication",
fr: "Communication Pokémon",
es: "Comunicación Pokémon",
it: "Comunicazione Pokémon",
de: "Pokémon-Kommunikation",
'pt-br': "Comunicação Pokémon",
ko: "포켓몬통신"
},
illustrator: "Ayaka Yoshida",
@ -13,7 +19,13 @@ const card: Card = {
category: "Trainer",
effect: {
en: "Choose a Pokémon in your hand and switch it with a random Pokémon in your deck."
en: "Choose a Pokémon in your hand and switch it with a random Pokémon in your deck.",
fr: "Choisissez un Pokémon de votre main et échangez-le avec un Pokémon de votre deck au hasard.",
es: "Elige 1 Pokémon de tu mano y cámbialo por 1 Pokémon aleatorio de tu baraja.",
it: "Scegli un Pokémon fra quelli che hai in mano e sostituiscilo con un Pokémon a caso del mazzo.",
de: "Wähle 1 Pokémon aus deiner Hand und tausche es mit 1 zufälligen Pokémon aus deinem Deck aus.",
'pt-br': "Escolha 1 Pokémon na sua mão e troque-o por 1 Pokémon aleatório no seu baralho.",
ko: "자신의 패에서 포켓몬을 1장 선택해서 덱에서 랜덤하게 포켓몬 1장과 교체한다."
},
trainerType: "Item"