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:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Gurdurr"
|
||||
en: "Gurdurr",
|
||||
fr: "Ouvrifier",
|
||||
es: "Gurdurr",
|
||||
it: "Gurdurr",
|
||||
de: "Strepoli",
|
||||
'pt-br': "Gurdurr",
|
||||
ko: "토쇠골"
|
||||
},
|
||||
|
||||
illustrator: "Naoki Saito",
|
||||
@ -19,14 +25,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It shows off its muscles to Machoke and other Gurdurr. If it fails to measure up to the other Pokémon, it lies low for a little while."
|
||||
en: "It shows off its muscles to Machoke and other Gurdurr. If it fails to measure up to the other Pokémon, it lies low for a little while.",
|
||||
fr: "Il participe à des concours de gonflette avec\nses congénères et les Machopeur. Le perdant ne\nse montre plus en public pendant quelque temps.",
|
||||
es: "A menudo realiza competiciones de fuerza con\nsus congéneres y con los Machoke. El perdedor\ndebe pasar un tiempo sin dejarse ver.",
|
||||
it: "Sfoggia i suoi muscoli facendo a gara con i suoi simili e con\nMachoke. Chi perde sparisce dalla circolazione per un po'.",
|
||||
de: "Strepoli und Maschock treffen sich regelmäßig\nzum Muskelvergleich. Wer schlecht abschneidet,\nlässt sich danach eine Weile nicht mehr blicken.",
|
||||
'pt-br': "Exibe seus músculos para Machoke e outros Gurdurr.\nSe não conseguir ficar à altura de outros Pokémon,\nsome por um tempo.",
|
||||
ko: "동료나 근육몬과 서로\n근육을 자랑한다. 진 쪽은\n당분간 모습을 감춘다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Strength"
|
||||
en: "Strength",
|
||||
fr: "Force",
|
||||
es: "Fuerza",
|
||||
it: "Forza",
|
||||
de: "Stärke",
|
||||
'pt-br': "Força",
|
||||
ko: "괴력"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
Reference in New Issue
Block a user