1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-25 13:29: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: "Jigglypuff"
en: "Jigglypuff",
fr: "Rondoudou",
es: "Jigglypuff",
it: "Jigglypuff",
de: "Pummeluff",
'pt-br': "Jigglypuff",
ko: "푸린"
},
illustrator: "Kanako Eo",
@ -15,14 +21,26 @@ const card: Card = {
types: ["Colorless"],
description: {
en: "It hugely inflates its stomach and sings a mysterious melody. If you hear this melody, you'll become sleepy right away."
en: "It hugely inflates its stomach and sings a mysterious melody. If you hear this melody, you'll become sleepy right away.",
fr: "Ce Pokémon aime inspirer profondément\net chanter une mélodie mystérieuse qui endort\nimmédiatement tous ceux qui l'entendent.",
es: "Hincha su vientre considerablemente y entona una melodía\nmisteriosa que duerme en el acto a todo aquel que la oye.",
it: "Gonfia la pancia per cantare una melodia\nmisteriosa che fa addormentare chiunque l'ascolti.",
de: "Es kann tief einatmen und seinen Bauch mit Luft\nfüllen, um ein sonderbares Lied anzustimmen.\nWer dieses hört, schläft auf der Stelle ein.",
'pt-br': "Infla seu estômago e canta uma melodia misteriosa.\nSe você ouvir esta melodia,\nacabará dormindo na mesma hora.",
ko: "배를 크게 부풀려서\n신비한 멜로디를 노래한다.\n들으면 바로 졸음이 쏟아진다."
},
stage: "Basic",
attacks: [{
name: {
en: "Rollout"
en: "Rollout",
fr: "Roulade",
es: "Rodar",
it: "Rotolamento",
de: "Walzer",
'pt-br': "Rolagem",
ko: "구르기"
},
damage: 20,