1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49: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: "Morelull"
en: "Morelull",
fr: "Spododo",
es: "Morelull",
it: "Morelull",
de: "Bubungus",
'pt-br': "Morelull",
ko: "자마슈"
},
illustrator: "You Iribi",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Grass"],
description: {
en: "Pokémon living in the forest eat the delicious caps on Morelull's head. The caps regrow overnight."
en: "Pokémon living in the forest eat the delicious caps on Morelull's head. The caps regrow overnight.",
fr: "Ses chapeaux sont délicieux, et les Pokémon\nde la forêt s'en délectent. Heureusement pour lui,\nses couvre-chefs repoussent en une nuit.",
es: "Sus sombrerillos tienen un sabor delicioso.\nAunque los Pokémon del bosque se los\ncoman, les vuelven a crecer al día siguiente.",
it: "I cappelli sul suo capo sono molto gustosi e i\nPokémon che vivono nei boschi se ne cibano.\nPer fortuna, ricrescono nel giro di una notte.",
de: "Sein Pilzhut ist sehr schmackhaft. Er wird zwar\nhäufig von den Pokémon des Waldes verspeist,\nwächst aber über Nacht wieder nach.",
'pt-br': "Os Pokémon que vivem nas florestas se alimentam dos chapéus na\ncabeça de Morelull. Os chapéus crescem novamente durante a noite.",
ko: "머리의 갓은 매우 맛있다.\n숲속의 포켓몬들에게 먹히지만\n하룻밤 만에 재생한다."
},
stage: "Basic",
attacks: [{
name: {
en: "Stampede"
en: "Stampede",
fr: "Ruée",
es: "Estampida",
it: "Fuggi Fuggi",
de: "Zertrampeln",
'pt-br': "Estouro",
ko: "밟기"
},
damage: 10,