(fix/spec) esES localisation

This commit is contained in:
NoM0Re
2025-04-02 10:19:48 +02:00
parent dd0dd3bc31
commit b2211d8689
2 changed files with 4 additions and 4 deletions
@@ -154,7 +154,7 @@ elseif GAME_LOCALE == "esES" then
Discipline = "Disciplina", Discipline = "Disciplina",
Elemental = "Elemental", Elemental = "Elemental",
Enhancement = "Mejora", Enhancement = "Mejora",
["Feral Combat"] = "Combate Feral", ["Feral Combat"] = "Combate feral",
Fire = "Fuego", Fire = "Fuego",
Frost = "Escarcha", Frost = "Escarcha",
Fury = "Furia", Fury = "Furia",
@@ -164,7 +164,7 @@ elseif GAME_LOCALE == "esES" then
Protection = "Protección", Protection = "Protección",
Restoration = "Restauración", Restoration = "Restauración",
Retribution = "Reprensión", Retribution = "Reprensión",
Shadow = "Sombras", Shadow = "Sombra",
Subtlety = "Sutileza", Subtlety = "Sutileza",
Survival = "Supervivencia", Survival = "Supervivencia",
Unholy = "Profano", Unholy = "Profano",
+2 -2
View File
@@ -1473,7 +1473,7 @@ L["Destruction"] = "Destrucción"
L["Discipline"] = "Disciplina" L["Discipline"] = "Disciplina"
L["Elemental"] = "Elemental" L["Elemental"] = "Elemental"
L["Enhancement"] = "Mejora" L["Enhancement"] = "Mejora"
L["Feral Combat"] = "Combate Feral" L["Feral Combat"] = "Combate feral"
L["Fire"] = "Fuego" L["Fire"] = "Fuego"
L["Frost"] = "Escarcha" L["Frost"] = "Escarcha"
L["Fury"] = "Furia" L["Fury"] = "Furia"
@@ -1483,7 +1483,7 @@ L["Marksmanship"] = "Puntería"
L["Protection"] = "Protección" L["Protection"] = "Protección"
L["Restoration"] = "Restauración" L["Restoration"] = "Restauración"
L["Retribution"] = "Reprensión" L["Retribution"] = "Reprensión"
L["Shadow"] = "Sombras" L["Shadow"] = "Sombra"
L["Subtlety"] = "Sutileza" L["Subtlety"] = "Sutileza"
L["Survival"] = "Supervivencia" L["Survival"] = "Supervivencia"
L["Unholy"] = "Profano" L["Unholy"] = "Profano"