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: "Fishing Net"
en: "Fishing Net",
fr: "Filet de Pêche",
es: "Red de Pesca",
it: "Rete da Pesca",
de: "Fischernetz",
'pt-br': "Rede de Pesca",
ko: "물고기네트"
},
illustrator: "Toyste Beach",
@ -13,7 +19,13 @@ const card: Card = {
category: "Trainer",
effect: {
en: "Put a random Basic Water Pokémon from your discard pile into your hand."
en: "Put a random Basic {W} Pokémon from your discard pile into your hand.",
fr: "Ajoutez un Pokémon {W} de base de votre pile de défausse à votre main.",
es: "Pon un Pokémon {W} Básico aleatorio de tu pila de descartes en tu mano.",
it: "Prendi un Pokémon Base {W} a caso dalla tua pila degli scarti e aggiungilo alle carte che hai in mano.",
de: "Nimm ein zufälliges Basis-{W}-Pokémon aus deinem Ablagestapel auf deine Hand.",
'pt-br': "Coloque um Pokémon {W} Básico aleatório da sua pilha de descarte na sua mão.",
ko: "자신의 트래쉬에서 {W}타입의 기본 포켓몬을 랜덤으로 1장 패로 가져온다."
},
trainerType: "Item"