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: "Big Malasada"
en: "Big Malasada",
fr: "Malasada Maxi",
es: "Malasada Maxi",
it: "Malasada maxi",
de: "Maxi-Malasada",
'pt-br': "Sonho Recheado Grande",
ko: "큰 말라사다"
},
illustrator: "5ban Graphics",
@ -13,7 +19,13 @@ const card: Card = {
category: "Trainer",
effect: {
en: "Heal 10 damage and remove a random Special Condition from your Active Pokémon."
en: "Heal 10 damage and remove a random Special Condition from your Active Pokémon.",
fr: "Soignez 10 dégâts et retirez un État Spécial au hasard de votre Pokémon Actif.",
es: "Cura 10 puntos de daño y elimina 1 Condición Especial aleatoria de tu Pokémon Activo.",
it: "Cura il tuo Pokémon attivo da 10 danni e guariscilo da una condizione speciale a caso.",
de: "Heile 10 Schadenspunkte bei deinem Aktiven Pokémon, und es erholt sich von 1 zufälligen Speziellen Zustand.",
'pt-br': "Cure 10 pontos de dano e remova Condição Especial aleatória do seu Pokémon Ativo.",
ko: "자신의 배틀 포켓몬의 HP를 10회복하고 특수 상태도 랜덤으로 1가지 회복."
},
trainerType: "Item"