Skip to content

Commit

Permalink
Updated some locales.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnpsp committed Oct 10, 2024
1 parent 9dd05b2 commit 14e0099
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Options/locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ L["Sets the hightlight color of each unit frame"] = true
L["Highlight Texture"] = true
L["Sets the highlight border texture of each unit frame"] = true

L["Main Background"] = true
L["Secondary Background"] = true

L["Background Texture"] = true
L["Select the frame background texture."] = true

Expand Down Expand Up @@ -1221,6 +1224,7 @@ L["Start the animation only when the indicator is activated, not on updates."] =
L["Origin"] = true
L["Zoom origin point"] = true
L["This indicator cannot be changed from here: go to indicators section to assign/unassign statuses to this indicator."] = true
L["Apply alpha to"] = true
L["Default Alpha"] = true
L["Default Alpha Value"] = true
L["Alpha/opacity when the indicator is not activated.\n0 = full transparent\n1 = full opaque"] = true
Expand Down
4 changes: 4 additions & 0 deletions Options/locales/esES.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ L["Sets the hightlight color of each unit frame"] = "Ajusta el color de resaltad
L["Highlight Texture"] = "Textura Resaltado"
L["Sets the highlight border texture of each unit frame"] = "Ajusta la textura del borde de la celda cuando el raton esta sobre ella"

L["Main Background"] = "Fondo Principal"
L["Secondary Background"] = "Fondo Secundario"

L["Background Texture"] = "Textura del Fondo"
L["Select the frame background texture."] = "Elige la textura del fondo de las celdas"

Expand Down Expand Up @@ -1234,6 +1237,7 @@ L["Start the animation only when the indicator is activated, not on updates."] =
L["Origin"] = "Origen"
L["Zoom origin point"] = "Punto origen Zoom"
L["This indicator cannot be changed from here: go to indicators section to assign/unassign statuses to this indicator."] = "Este indicator no se puede cambiar desde aqui."
L["Apply alpha to"] = "Aplicar transparencia a"
L["Default Alpha"] = "Transparencia predeterminada"
L["Default Alpha Value"] = "Valor predeterminado de la transparencia"
L["Alpha/opacity when the indicator is not activated.\n0 = full transparent\n1 = full opaque"] = "Transparencia cuando el indicator no está activado\n0 = transparente\n1 = opaco"
Expand Down
2 changes: 1 addition & 1 deletion Options/modules/indicators/IndicatorAlpha.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Grid2Options:MakeIndicatorAlphaOptions(indicator,options)
options.header0 = { type = "header", order = 1, name = L["General"] }
options.indicator = {
type = "select",
name = L["Apply transparency to"],
name = L["Apply alpha to"],
desc = L["Optionally you can choose to change the transparency of a specific indicator instead of the whole unit frame. Only bar style indicators are supported."],
order = 5,
get = function() return indicator.dbx.anchorTo or 0 end,
Expand Down
2 changes: 1 addition & 1 deletion Options/modules/indicators/IndicatorBackground.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Grid2Options:MakeIndicatorBackgroundOptions(indicator,options)
options.headerback = {
type = "header",
order = 21,
name = L["Background Indicator"],
name = L["Main Background"],
}
options.backTexture = {
type = "select", dialogControl = "LSM30_Statusbar",
Expand Down
2 changes: 1 addition & 1 deletion Options/modules/themes/GridGeneral.lua
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ local layoutOptions2 = { displayheader = {
local frameOptions2 = { headerback = {
type = "header",
order = 21,
name = L["Background Indicator"],
name = L["Main Background"],
}, backTexture = {
type = "select", dialogControl = "LSM30_Statusbar",
order = 22,
Expand Down

0 comments on commit 14e0099

Please sign in to comment.