forked from Shadowed/OptionHouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocalization.esMX.lua
executable file
·57 lines (56 loc) · 2.98 KB
/
localization.esMX.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
if not strmatch(GetLocale(), "^es") then return end
local OPTIONHOUSE, L = ...
-- Spanish translations by Phanx <[email protected]>
L["|cffffffff%.2f KiB/s|r\n\nMem/Sec"] = "|cffffffff%.2f KiB/s|r\n\nMem/seg"
L["|cffffffff%.2f MiB/s|r\n\nMem/Sec"] = "|cffffffff%.2f MiB/s|r\n\nMem/seg"
L["%.3f KiB (%.2f%%)"] = "%.3f KiB (%.2f%%)"
L["%.3f KiB/s"] = "%.3f KiB/s"
L["%.3f MiB (%.2f%%)"] = "%.3f MiB (%.2f%%)"
L["%.3f MiB/s"] = "%.3f MiB/s"
L["Blizzard"] = "Blizzard"
L["CPU"] = "CPU"
L["CPU/Sec"] = "CPU/seg"
L["Dependencies"] = "Dependencias"
L["Disable All"] = "Desactivar Todos"
L["Disable CPU"] = "Desactivar CPU"
L["Disabled on UI Reload"] = "Desactivará al recargar IU"
L["Enable All"] = "Activar Todos"
L["Enable CPU"] = "Activar CPU"
L["Enabled on UI Reload"] = "Activará al recargar IU"
L["Is Loadable on Demand but already loaded"] = "Cargable en demanda, pero ya está activa"
L["Libraries"] = "Bibliotecas"
L["Load"] = "Cargar"
L["Loadable on Demand"] = "Cargable en demanda"
L["Loaded"] = "Cargado"
L["Management"] = "Administración"
L["Mem/Sec"] = "Mem/seg"
L["Memory"] = "Memoria"
L["Name"] = "Nombre"
L["Option House"] = "Option House"
L["Performance"] = "Rendimiento"
L["Reload UI"] = "Recargar UI"
L["Search..."] = "Buscar..."
L["Show library addons. Usually there is no reason to disable these, since they are not loaded until an addon requests them."] = "Mostrar bibliotecas de addons. Generalmente no hay una razón para desactivarlos, porque ellos no son cargados hasta que un addon se lo solicite."
L["Show the built-in Blizzard addons. Disabling them can be dangerous!"] = "Mostrar los addons incorporados de Blizzard. Puede ser peligroso para desacivarlos!"
L["Status"] = "Estado"
L["Would you like to enable the %d dependencies for %s?"] = "¿Quieres activar las %d dependencias de %s?"
L["Would you like to enable the %d dependency for %s?"] = "¿Quieres activar la %d dependencia de %s?"
L["Would you like to enable the %s child addon for %s?"] = "¿Quieres activar la %s addon que depende de %s?"
L["Would you like to enable the %s children addons for %s?"] = "¿Quieres activar las %s addons que dependen de %s?"
L["|cffd8d8d8Author:|r %s"] = "|cffd8d8d8Autor:|r %s"
L["|cffd8d8d8Notes:|r %s"] = "|cffd8d8d8Notas:|r %s"
L["|cffd8d8d8Version:|r %s"] = "|cffd8d8d8Versión:|r %s"
L["Profiles"] = "Perfiles"
L["New"] = "Nuevo"
L["New profile"] = "Nuevo perfil"
L["Enter a name for the new profile:"] = "Introduce un nombre para el nuevo profil:"
L["Created new profile: %s"] = "El nuevo perfil '%s' se ha creado."
L["Save"] = "Guardar"
L["Saved profile: %s"] = "El perfil '%s' se ha guardado."
L["Load"] = "Cargar"
L["Loaded profile: %s"] = "El perfil '%s' se ha cargado."
L["Rename"] = "Renombrar"
L["Enter a new name for this profile:"] = "Introduce un nuevo nombre para este profil:"
L["Renamed profile from %s to %s."] = "El nombre del perfil se ha cambado de '%s' a '%s'."
L["Delete"] = "Eliminar"
L["Deleted profile: %s"] = "El perfil '%s' se ha eliminado."