1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 11:09:19 +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: "Machoke"
en: "Machoke",
fr: "Machopeur",
es: "Machoke",
it: "Machoke",
de: "Maschock",
'pt-br': "Machoke",
ko: "근육몬"
},
illustrator: "match",
@ -22,7 +28,13 @@ const card: Card = {
cost: ["Fighting", "Fighting"],
name: {
en: "Strength"
en: "Strength",
fr: "Force",
es: "Fuerza",
it: "Forza",
de: "Stärke",
'pt-br': "Força",
ko: "괴력"
},
damage: "50"
@ -38,6 +50,12 @@ const card: Card = {
description: {
en: "Its muscular body is so powerful, it must wear a power-save belt to be able to regulate its motions.",
fr: "Son corps est si puissant qu'il lui faut\nune ceinture pour maîtriser sa force.",
es: "Su musculoso cuerpo es tan fuerte que usa un\ncinto antifuerza para controlar sus movimientos.",
it: "Il suo corpo muscoloso è così forte che usa\nuna cintura per contenere la sua potenza.",
de: "Dieses Pokémon ist superstark. Es kann sich nur\nmit einem kraftregulierenden Gürtel bewegen.",
'pt-br': "Sua massa muscular é tão poderosa que ele\nprecisa usar um cinto de economia de energia\npara controlar seus movimentos.",
ko: "엄청나게 강한 육체를 지녔기 때문에\n파워 세이브 벨트를 차서\n힘을 제어하고 있다."
}
}