mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17: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: "Golett"
|
||||
en: "Golett",
|
||||
fr: "Gringolem",
|
||||
es: "Golett",
|
||||
it: "Golett",
|
||||
de: "Golbit",
|
||||
'pt-br': "Golett",
|
||||
ko: "골비람"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
@ -18,7 +24,13 @@ const card: Card = {
|
||||
cost: ["Psychic", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Mega Punch"
|
||||
en: "Mega Punch",
|
||||
fr: "Ultimapoing",
|
||||
es: "Megapuño",
|
||||
it: "Megapugno",
|
||||
de: "Megahieb",
|
||||
'pt-br': "Megassoco",
|
||||
ko: "메가톤펀치"
|
||||
},
|
||||
|
||||
damage: "50"
|
||||
@ -34,6 +46,12 @@ const card: Card = {
|
||||
|
||||
description: {
|
||||
en: "They were sculpted from clay in ancient times. No one knows why, but some of them are driven to continually line up boulders.",
|
||||
fr: "Ce Pokémon très ancien a été façonné avec\nde l'argile. On ne sait pourquoi certains spécimens\nn'ont de cesse d'aligner de grosses pierres.",
|
||||
es: "Un antiguo Pokémon creado a partir del barro.\nSe desconoce el motivo por el que algunos\nejemplares colocan rocas grandes en hileras.",
|
||||
it: "È un Pokémon antico creato dall'argilla.\nNon si sa perché, ma ad alcuni esemplari\npiace creare file interminabili di grandi rocce.",
|
||||
de: "Sie bestehen aus Lehm und existieren schon sehr\nlange. Einige von ihnen haben den unerklärlichen\nDrang, große Felsen aneinanderzureihen.",
|
||||
'pt-br': "Antigamente, eram esculpidos de argila.\nNinguém sabe a razão, mas alguns deles\nsão determinados a alinhar rochas sem parar.",
|
||||
ko: "점토에서 만들어진 고대의\n포켓몬. 어째선지 큰 바위를\n늘어놓기만 하는 녀석도 있다."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user