mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-22 03:49: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: "Misdreavus"
|
||||
en: "Misdreavus",
|
||||
fr: "Feuforêve",
|
||||
es: "Misdreavus",
|
||||
it: "Misdreavus",
|
||||
de: "Traunfugil",
|
||||
'pt-br': "Misdreavus",
|
||||
ko: "무우마"
|
||||
},
|
||||
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Psychic"],
|
||||
|
||||
description: {
|
||||
en: "This Pokémon startles people in the middle of the night. It gathers fear as its energy."
|
||||
en: "This Pokémon startles people in the middle of the night. It gathers fear as its energy.",
|
||||
fr: "Il fait peur aux gens en pleine nuit et se nourrit de leur frayeur.",
|
||||
es: "Sorprende a la gente en mitad de la noche\ny acumula su miedo como energía.",
|
||||
it: "Un Pokémon che terrorizza la gente nel cuore della\nnotte. Assorbe la paura per usarla come energia.",
|
||||
de: "Ein Pokémon, das Menschen mitten in der Nacht\nerschreckt. Es sammelt die Angst als seine Energie.",
|
||||
'pt-br': "Este Pokémon assusta pessoas no meio da noite.\nAcumula o medo para usar como energia.",
|
||||
ko: "한밤중에 사람을 놀라게 하고\n무서워하는 마음을 모아 자신의\n에너지로 만드는 포켓몬이다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Mumble"
|
||||
en: "Mumble",
|
||||
fr: "Murmure",
|
||||
es: "Farfullar",
|
||||
it: "Borbottio",
|
||||
de: "Grummeln",
|
||||
'pt-br': "Resmungo",
|
||||
ko: "중얼거리기"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user