1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 02:59:18 +00:00

feat: Add the TCG Pocket cards in other languages (#734)

This commit is contained in:
2025-05-17 19:27:22 +02:00
committed by GitHub
parent c26b91ac85
commit 8ca40f410d
1116 changed files with 26787 additions and 4023 deletions

View File

@ -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: "sui",
@ -14,21 +20,39 @@ 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: "Fire Blast"
en: "Fire Blast",
fr: "Déflagration",
es: "Llamarada",
it: "Fuocobomba",
de: "Feuersturm",
'pt-br': "Rajada de Fogo",
ko: "불대문자"
},
damage: 80,
cost: ["Fire", "Fire"],
effect: {
en: "Discard 2 <span class=\"energy-text energy-text--type-fire\"></span> Energy from this Pokémon."
en: "Discard 2 {R} Energy from this Pokémon.",
fr: "Défaussez 2 Énergies {R} de ce Pokémon.",
es: "Descarta 2 Energías {R} de este Pokémon.",
it: "Rimuovi 2 Energie {R} da questo Pokémon.",
de: "Lege 2 {R}-Energien von diesem Pokémon ab.",
'pt-br': "Descarte 2 Energias {R} deste Pokémon.",
ko: "이 포켓몬에서 {R}에너지를 2개 트래쉬한다."
}
}],