mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39: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: "Magmar"
|
||||
en: "Magmar",
|
||||
fr: "Magmar",
|
||||
es: "Magmar",
|
||||
it: "Magmar",
|
||||
de: "Magmar",
|
||||
'pt-br': "Magmar",
|
||||
ko: "마그마"
|
||||
},
|
||||
|
||||
illustrator: "Hiroki Asanuma",
|
||||
@ -15,20 +21,38 @@ const card: Card = {
|
||||
types: ["Fire"],
|
||||
|
||||
description: {
|
||||
en: "Magmar dispatches its prey with fire. But it regrets this habit once it realizes that it has burned its intended prey to a charred crisp."
|
||||
en: "Magmar dispatches its prey with fire. But it regrets this habit once it realizes that it has burned its intended prey to a charred crisp.",
|
||||
fr: "Il achève ses proies avec ses flammes, mais\nil lui arrive de les calciner accidentellement,\nà son plus grand regret.",
|
||||
es: "Abate a sus presas con las llamas\nque genera y con frecuencia acaba\nreduciéndolas a carbonilla por accidente.",
|
||||
it: "Abbatte le sue prede con le fiamme, ma\nfinisce per carbonizzarle accidentalmente,\ncon suo grande rammarico.",
|
||||
de: "Magmar erlegt seine Beute mit Feuer. Manchmal\nröstet es diese zu seinem Bedauern so stark,\ndass sie versehentlich verkohlt.",
|
||||
'pt-br': "Magmar incendeia suas presas, mas sempre se\narrepende ao perceber que as reduziu a cinzas.",
|
||||
ko: "불꽃으로 먹이를 꼼짝 못 하게 한다.\n무의식중에 너무 오래 익혀서\n까맣게 태우고는 후회한다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Stoke"
|
||||
en: "Stoke",
|
||||
fr: "Attisement",
|
||||
es: "Atizador",
|
||||
it: "Attizzatoio",
|
||||
de: "Anheizen",
|
||||
'pt-br': "Carregar",
|
||||
ko: "타오르기"
|
||||
},
|
||||
|
||||
cost: ["Fire"],
|
||||
|
||||
effect: {
|
||||
en: "Take a <span class=\"energy-text energy-text--type-fire\"></span> Energy from your Energy Zone and attach it to this Pokémon."
|
||||
en: "Take a {R} Energy from your Energy Zone and attach it to this Pokémon.",
|
||||
fr: "Prenez une Énergie {R} de votre zone Énergie et attachez-la à ce Pokémon.",
|
||||
es: "Une 1 Energía {R} de tu área de Energía a este Pokémon.",
|
||||
it: "Prendi un'Energia {R} dalla tua Zona Energia e assegnala a questo Pokémon.",
|
||||
de: "Lege 1 {R}-Energie aus deinem Energiebereich an dieses Pokémon an.",
|
||||
'pt-br': "Pegue 1 Energia {R} da sua Zona de Energia e ligue-a a este Pokémon.",
|
||||
ko: "자신의 에너지존에서 {R}에너지를 1개 내보내 이 포켓몬에게 붙인다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user