1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-04 05:11:58 +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: "Meditite"
en: "Meditite",
fr: "Méditikka",
es: "Meditite",
it: "Meditite",
de: "Meditie",
'pt-br': "Meditite",
ko: "요가랑"
},
illustrator: "Mina Nakai",
@@ -15,14 +21,26 @@ const card: Card = {
types: ["Fighting"],
description: {
en: "It never skips its daily yoga training. It heightens its inner strength through meditation."
en: "It never skips its daily yoga training. It heightens its inner strength through meditation.",
fr: "Méditikka ne rate jamais une séance\nde yoga. Il augmente sa force\nintérieure par la méditation.",
es: "Practica yoga a diario y no se pierde ni una sesión.\nMediante la meditación, aumenta su fuerza interior.",
it: "Non rinuncia mai alla sua ora di yoga\nquotidiana. La meditazione gli permette\ndi aumentare la sua forza interiore.",
de: "Es vergisst nie sein tägliches Yogatraining.\nDurch Meditation erhöht es seine innere Stärke.",
'pt-br': "Nunca perde um dia de ioga.\nAumenta sua força interior com meditação.",
ko: "매일 요가 수행을 거르지 않는다.\n명상을 통해서 정신력을 높인다."
},
stage: "Basic",
attacks: [{
name: {
en: "Kick"
en: "Kick",
fr: "Koud'Pied",
es: "Patada",
it: "Calcio",
de: "Tritt",
'pt-br': "Chute",
ko: "킥"
},
damage: 20,