-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathesES.lua
More file actions
executable file
·19 lines (17 loc) · 793 Bytes
/
esES.lua
File metadata and controls
executable file
·19 lines (17 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
local L = LibStub("AceLocale-3.0"):NewLocale("WorldBossStatus", "esES")
if not L then
return
end
L["Available"] = "No derrotado"
L["Character"] = "Personaje"
L["Click to open the options menu"] = "Click para el menú de opciones"
L["Defeated"] = "Derrotado"
L["Minimap Button"] = "Botón del minimapa"
L["Minimum Level"] = "Nivel mínimo"
L["On this account"] = "En esta Cuenta"
L["On this realm"] = "En este Reino"
L["Show characters this level and higher."] = "Muestra los personajes de este nivel y superior."
L["Toggles the display of the minimap button."] = "Mostrar/Ocultar el botón del minimapa"
L["Toggles the display of this world boss."] = "Activa la pantalla de estos boss del mundo."
L["Undefeated"] = "No derrotado"
L["World Boss Status"] = "Estado de los Jefes del Mundo"