mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-23 04:19:18 +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: "Arceus"
|
||||
en: "Arceus",
|
||||
fr: "Arceus",
|
||||
es: "Arceus",
|
||||
it: "Arceus",
|
||||
de: "Arceus",
|
||||
'pt-br': "Arceus",
|
||||
ko: "아르세우스"
|
||||
},
|
||||
|
||||
illustrator: "Nurikabe",
|
||||
@ -15,21 +21,40 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "According to the legends of Sinnoh, this Pokémon emerged from an egg and shaped all there is in this world."
|
||||
en: "According to the legends of Sinnoh, this Pokémon emerged from an egg and shaped all there is in this world.",
|
||||
fr: "La mythologie de Sinnoh veut\nqu'il soit apparu sous forme\nd'Œuf et ait créé le monde.",
|
||||
es: "Según la mitología de Sinnoh, Arceus surgió\nde un huevo y después creó todo el mundo.",
|
||||
it: "Secondo la mitologia di Sinnoh, Arceus è\nnato da un uovo e poi ha creato il mondo.",
|
||||
de: "In den Legenden Sinnohs heißt es, es sei aus einem Ei\ngeschlüpft und hätte die gesamte Welt geschaffen.",
|
||||
'pt-br': "De acordo com lendas de Sinnoh, este Pokémon surgiu\nde um ovo e construiu tudo o que há neste mundo.",
|
||||
ko: "알에서 모습을 나타내\n모든 세계를 창조했다고\n신오신화에서 묘사된다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Power Blast"
|
||||
en: "Power Blast",
|
||||
fr: "Violente Déflagration",
|
||||
es: "Estallido Vigoroso",
|
||||
it: "Forzacolpo",
|
||||
de: "Powerschuss",
|
||||
'pt-br': "Explosão Poderosa",
|
||||
ko: "파워블라스트"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
cost: ["Colorless", "Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Discard a random Energy from this Pokémon."
|
||||
en: "Discard a random Energy from this Pokémon.",
|
||||
fr: "Défaussez une Énergie au hasard de ce Pokémon.",
|
||||
es: "Descarta 1 Energía aleatoria de este Pokémon.",
|
||||
it: "Rimuovi un'Energia a caso da questo Pokémon.",
|
||||
de: "Lege 1 zufällige Energie von diesem Pokémon ab.",
|
||||
|
||||
ko: "이 포켓몬에서 에너지를 랜덤으로 1개 트래쉬한다.",
|
||||
'pt-br': "Descarte 1 Energia aleatória deste Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user