1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 19:19: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: "Lumineon"
en: "Lumineon",
fr: "Luminéon",
es: "Lumineon",
it: "Lumineon",
de: "Lumineon",
'pt-br': "Lumineon",
ko: "네오라이트"
},
illustrator: "rika",
@ -19,14 +25,26 @@ const card: Card = {
},
description: {
en: "With its shining light, it lures its prey close. However, the light also happens to attract ferocious fish Pokémon—its natural predators."
en: "With its shining light, it lures its prey close. However, the light also happens to attract ferocious fish Pokémon—its natural predators.",
fr: "La lumière qu'il émet pour attirer ses\nproies attire également ses prédateurs,\ndes Pokémon poissons féroces.",
es: "Atrae a sus presas con el destello que emite,\naunque eso también llama la atención de sus\nferoces depredadores marinos.",
it: "Con la sua luce attira le prede, ma anche i feroci\nPokémon acquatici che sono suoi predatori naturali.",
de: "Mit seinem Licht lockt es Beute an. Leider\nwerden dadurch auch grausame Fisch-Pokémon\nangezogen seine natürlichen Fressfeinde.",
'pt-br': "Ao brilhar intensamente, atrai as presas para perto. Porém,\na luz também chega a atrair Pokémon peixe ferozes, seus\npredadores naturais.",
ko: "빛으로 먹이를 유인하지만\n천적인 사나운 물고기포켓몬까지\n다가온다."
},
stage: "Stage1",
attacks: [{
name: {
en: "Waterfall"
en: "Waterfall",
fr: "Cascade",
es: "Cascada",
it: "Cascata",
de: "Kaskade",
'pt-br': "Cachoeira",
ko: "폭포오르기"
},
damage: 50,