Skip to content

Commit

Permalink
Rename Slot Position to Bar Group
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviana committed Jan 11, 2022
1 parent 1bd8d9f commit 3ea9b52
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 25 deletions.
5 changes: 4 additions & 1 deletion locales/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,10 @@ local L = {
["Show player in the party frame when solo."] = "Zeige den Spieler im Gruppenfenster wenn alleine.",
["Vertical"] = "Vertikal",
["Set the bar vertical."] = "Setze den Balken vertikal.",
["Slot Position"] = "Slot Position",
["Bar Group"] = "Leisten Gruppe",
["Left Group"] = "Gruppe Links",
["Right Group"] = "Gruppe Rechts",
["Center Group"] = "Gruppe Mitte",
["Select the bar stack"] = "W\195\164hle den Bereich",
["Invert"] = "Invertieren",
["Kind of inverts the color scheme."] = "Dreht die Farben um.",
Expand Down
5 changes: 4 additions & 1 deletion locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,10 @@ local L = {
["Show player in the party frame when solo."] = "Show player in the party frame when solo.",
["Vertical"] = "Vertical",
["Set the bar vertical."] = "Set the bar vertical.",
["Slot Position"] = "Slot Position",
["Bar Group"] = "Bar Group",
["Left Group"] = "Left Group",
["Right Group"] = "Right Group",
["Center Group"] = "Center Group",
["Select the bar stack"] = "Select the bar stack",
["Invert"] = "Invert",
["Kind of inverts the color scheme."] = "Kind of inverts the color scheme.",
Expand Down
5 changes: 4 additions & 1 deletion locales/koKR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,10 @@ local L = {
["Show player in the party frame when solo."] = "솔로잉 시 파티 프레임에 플레이어를 표시합니다.",
["Vertical"] = "세로형",
["Set the bar vertical."] = "바를 세로형으로 설정합니다.",
["Slot Position"] = "Slot Position",
["Bar Group"] = "Bar Group",
["Left Group"] = "Left Group",
["Right Group"] = "Right Group",
["Center Group"] = "Center Group",
["Select the bar stack"] = "Select the bar stack",
["Invert"] = "반전",
["Kind of inverts the color scheme."] = "색상 구성을 반전시킵니다.",
Expand Down
5 changes: 4 additions & 1 deletion locales/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,10 @@ local L = {
["Show player in the party frame when solo."] = "单人时,在小队框体中显示玩家。",
["Vertical"] = "垂直",
["Set the bar vertical."] = "垂直条计量。",
["Slot Position"] = "Slot Position",
["Bar Group"] = "Bar Group",
["Left Group"] = "Left Group",
["Right Group"] = "Right Group",
["Center Group"] = "Center Group",
["Select the bar stack"] = "Select the bar stack",
["Invert"] = "Invert",
["Kind of inverts the color scheme."] = "Kind of inverts the color scheme.",
Expand Down
5 changes: 4 additions & 1 deletion locales/zhTW.lua
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,10 @@ local L = {
["Show player in the party frame when solo."] = "單人時,在小隊框架中顯示玩家。",
["Vertical"] = "垂直",
["Set the bar vertical."] = "垂直填充的計量條。",
["Slot Position"] = "Slot Position",
["Bar Group"] = "Bar Group",
["Left Group"] = "Left Group",
["Right Group"] = "Right Group",
["Center Group"] = "Center Group",
["Select the bar stack"] = "Select the bar stack",
["Invert"] = "Invert",
["Kind of inverts the color scheme."] = "Kind of inverts the color scheme.",
Expand Down
40 changes: 20 additions & 20 deletions modules/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -617,11 +617,11 @@ function LUF:CreateConfig()
order = 9,
},
posSlot = {
name = L["Slot Position"],
name = L["Bar Group"],
desc = L["Select the bar stack"],
type = "select",
order = 10,
values = {["LEFT"] = L["Left"], ["RIGHT"] = L["Right"], ["CENTER"] = L["Center"]},
values = {["LEFT"] = L["Left Group"], ["RIGHT"] = L["Right Group"], ["CENTER"] = L["Center Group"]},
},
invert = {
name = L["Invert"],
Expand Down Expand Up @@ -719,11 +719,11 @@ function LUF:CreateConfig()
order = 11,
},
posSlot = {
name = L["Slot Position"],
name = L["Bar Group"],
desc = L["Select the bar stack"],
type = "select",
order = 12,
values = {["LEFT"] = L["Left"], ["RIGHT"] = L["Right"], ["CENTER"] = L["Center"]},
values = {["LEFT"] = L["Left Group"], ["RIGHT"] = L["Right Group"], ["CENTER"] = L["Center Group"]},
},
},
},
Expand Down Expand Up @@ -803,11 +803,11 @@ function LUF:CreateConfig()
get = function(info) return get(info) or LUF.db.profile.statusbar or SML.DefaultMedia.statusbar end,
},
posSlot = {
name = L["Slot Position"],
name = L["Bar Group"],
desc = L["Select the bar stack"],
type = "select",
order = 9,
values = {["LEFT"] = L["Left"], ["RIGHT"] = L["Right"], ["CENTER"] = L["Center"]},
values = {["LEFT"] = L["Left Group"], ["RIGHT"] = L["Right Group"], ["CENTER"] = L["Center Group"]},
},
},
},
Expand Down Expand Up @@ -878,11 +878,11 @@ function LUF:CreateConfig()
order = 8,
},
posSlot = {
name = L["Slot Position"],
name = L["Bar Group"],
desc = L["Select the bar stack"],
type = "select",
order = 9,
values = {["LEFT"] = L["Left"], ["RIGHT"] = L["Right"], ["CENTER"] = L["Center"]},
values = {["LEFT"] = L["Left Group"], ["RIGHT"] = L["Right Group"], ["CENTER"] = L["Center Group"]},
},
},
},
Expand Down Expand Up @@ -940,12 +940,12 @@ function LUF:CreateConfig()
values = {["LEFT"] = L["Left"], ["RIGHT"] = L["Right"], ["CENTER"] = L["Bar"]},
},
posSlot = {
name = L["Slot Position"],
name = L["Bar Group"],
desc = L["Select the bar stack"],
type = "select",
order = 6,
hidden = function(info) return LUF.db.profile.units[info[1]].portrait.alignment ~= "CENTER" end,
values = {["LEFT"] = L["Left"], ["RIGHT"] = L["Right"], ["CENTER"] = L["Center"]},
values = {["LEFT"] = L["Left Group"], ["RIGHT"] = L["Right Group"], ["CENTER"] = L["Center Group"]},
},
width = {
name = L["Width"],
Expand Down Expand Up @@ -3765,11 +3765,11 @@ function LUF:CreateConfig()
get = function(info) return get(info) or LUF.db.profile.statusbar or SML.DefaultMedia.statusbar end,
},
posSlot = {
name = L["Slot Position"],
name = L["Bar Group"],
desc = L["Select the bar stack"],
type = "select",
order = 9,
values = {["LEFT"] = L["Left"], ["RIGHT"] = L["Right"], ["CENTER"] = L["Center"]},
values = {["LEFT"] = L["Left Group"], ["RIGHT"] = L["Right Group"], ["CENTER"] = L["Center Group"]},
},
},
},
Expand Down Expand Up @@ -3858,11 +3858,11 @@ function LUF:CreateConfig()
order = 11,
},
posSlot = {
name = L["Slot Position"],
name = L["Bar Group"],
desc = L["Select the bar stack"],
type = "select",
order = 12,
values = {["LEFT"] = L["Left"], ["RIGHT"] = L["Right"], ["CENTER"] = L["Center"]},
values = {["LEFT"] = L["Left Group"], ["RIGHT"] = L["Right Group"], ["CENTER"] = L["Center Group"]},
},
},
},
Expand Down Expand Up @@ -3934,11 +3934,11 @@ function LUF:CreateConfig()
get = function(info) return get(info) or LUF.db.profile.statusbar or SML.DefaultMedia.statusbar end,
},
posSlot = {
name = L["Slot Position"],
name = L["Bar Group"],
desc = L["Select the bar stack"],
type = "select",
order = 10,
values = {["LEFT"] = L["Left"], ["RIGHT"] = L["Right"], ["CENTER"] = L["Center"]},
values = {["LEFT"] = L["Left Group"], ["RIGHT"] = L["Right Group"], ["CENTER"] = L["Center Group"]},
},
},
},
Expand Down Expand Up @@ -4003,11 +4003,11 @@ function LUF:CreateConfig()
get = function(info) return get(info) or LUF.db.profile.statusbar or SML.DefaultMedia.statusbar end,
},
posSlot = {
name = L["Slot Position"],
name = L["Bar Group"],
desc = L["Select the bar stack"],
type = "select",
order = 8,
values = {["LEFT"] = L["Left"], ["RIGHT"] = L["Right"], ["CENTER"] = L["Center"]},
values = {["LEFT"] = L["Left Group"], ["RIGHT"] = L["Right Group"], ["CENTER"] = L["Center Group"]},
},
},
},
Expand Down Expand Up @@ -4079,11 +4079,11 @@ function LUF:CreateConfig()
get = function(info) return get(info) or LUF.db.profile.statusbar or SML.DefaultMedia.statusbar end,
},
posSlot = {
name = L["Slot Position"],
name = L["Bar Group"],
desc = L["Select the bar stack"],
type = "select",
order = 9,
values = {["LEFT"] = L["Left"], ["RIGHT"] = L["Right"], ["CENTER"] = L["Center"]},
values = {["LEFT"] = L["Left Group"], ["RIGHT"] = L["Right Group"], ["CENTER"] = L["Center Group"]},
},
},
},
Expand Down

0 comments on commit 3ea9b52

Please sign in to comment.