simplify 3 translations to be combined in one
This commit is contained in:
+3
-3
@@ -173,7 +173,7 @@ function module:GetStateOptionsTable()
|
||||
name = L["CTRL"],
|
||||
arg = "states",
|
||||
values = validStanceTable,
|
||||
desc = L["Configure actionbar paging when the ctrl key is down."],
|
||||
desc = (L["Configure actionbar paging when the %s key is down."]):format(L["CTRL"]),
|
||||
--width = "half",
|
||||
},
|
||||
alt = {
|
||||
@@ -182,7 +182,7 @@ function module:GetStateOptionsTable()
|
||||
name = L["ALT"],
|
||||
arg = "states",
|
||||
values = validStanceTable,
|
||||
desc = L["Configure actionbar paging when the alt key is down."],
|
||||
desc = (L["Configure actionbar paging when the %s key is down."]):format(L["ALT"]),
|
||||
--width = "half",
|
||||
},
|
||||
shift = {
|
||||
@@ -191,7 +191,7 @@ function module:GetStateOptionsTable()
|
||||
name = L["SHIFT"],
|
||||
arg = "states",
|
||||
values = validStanceTable,
|
||||
desc = L["Configure actionbar paging when the shift key is down."],
|
||||
desc = (L["Configure actionbar paging when the %s key is down."]):format(L["SHIFT"]),
|
||||
--width = "half",
|
||||
},
|
||||
},
|
||||
|
||||
+1
-3
@@ -23,9 +23,7 @@ if not L then return end
|
||||
-- L["Colors"] = true
|
||||
-- L["Configure the Stance Bar"] = true
|
||||
-- L["Configure Bar %s"] = true
|
||||
-- L["Configure actionbar paging when the alt key is down."] = true
|
||||
-- L["Configure actionbar paging when the ctrl key is down."] = true
|
||||
-- L["Configure actionbar paging when the shift key is down."] = true
|
||||
-- L["Configure actionbar paging when the %s key is down."] = true
|
||||
-- L["Configure how the Out of Range Indicator should display on the buttons."] = true
|
||||
-- L["Configure the Bag Bar"] = true
|
||||
-- L["Configure the Button Tooltip."] = true
|
||||
|
||||
+1
-3
@@ -23,9 +23,7 @@ L["CTRL"] = true
|
||||
L["Colors"] = true
|
||||
L["Configure the Stance Bar"] = true
|
||||
L["Configure Bar %s"] = true
|
||||
L["Configure actionbar paging when the alt key is down."] = true
|
||||
L["Configure actionbar paging when the ctrl key is down."] = true
|
||||
L["Configure actionbar paging when the shift key is down."] = true
|
||||
L["Configure actionbar paging when the %s key is down."] = true
|
||||
L["Configure how the Out of Range Indicator should display on the buttons."] = true
|
||||
L["Configure the Bag Bar"] = true
|
||||
L["Configure the Button Tooltip."] = true
|
||||
|
||||
+1
-3
@@ -23,9 +23,7 @@ if not L then return end
|
||||
-- L["Colors"] = true
|
||||
-- L["Configure the Stance Bar"] = true
|
||||
-- L["Configure Bar %s"] = true
|
||||
-- L["Configure actionbar paging when the alt key is down."] = true
|
||||
-- L["Configure actionbar paging when the ctrl key is down."] = true
|
||||
-- L["Configure actionbar paging when the shift key is down."] = true
|
||||
-- L["Configure actionbar paging when the %s key is down."] = true
|
||||
-- L["Configure how the Out of Range Indicator should display on the buttons."] = true
|
||||
-- L["Configure the Bag Bar"] = true
|
||||
-- L["Configure the Button Tooltip."] = true
|
||||
|
||||
+1
-3
@@ -23,9 +23,7 @@ L["CTRL"] = "CTRL"
|
||||
L["Colors"] = "Couleurs"
|
||||
L["Configure the Stance Bar"] = "Configure la barre des postures."
|
||||
L["Configure Bar %s"] = "Configure la %s|4ère:ème; barre."
|
||||
L["Configure actionbar paging when the alt key is down."] = "Configure le changement de page d'actions quand la touche alt est enfoncée."
|
||||
L["Configure actionbar paging when the ctrl key is down."] = "Configure le changement de page d'actions quand la touche ctrl est enfoncée."
|
||||
L["Configure actionbar paging when the shift key is down."] = "Configure le changement de page d'actions quand la touche shift est enfoncée."
|
||||
-- L["Configure actionbar paging when the %s key is down."] = true
|
||||
L["Configure how the Out of Range Indicator should display on the buttons."] = "Configure la façon dont l'indicateur Hors de portée est affiché sur les boutons."
|
||||
L["Configure the Bag Bar"] = "Configure la barre des sacs."
|
||||
L["Configure the Button Tooltip."] = "Configure la bulle d'aide des boutons."
|
||||
|
||||
+1
-3
@@ -23,9 +23,7 @@ L["CTRL"] = "CTRL"
|
||||
L["Colors"] = "색상"
|
||||
L["Configure the Stance Bar"] = "태세바 설정"
|
||||
L["Configure Bar %s"] = "바 %s 설정"
|
||||
L["Configure actionbar paging when the alt key is down."] = "alt 키를 누르고 있는 경우에 행동 단축바의 페이지 교체를 설정합니다."
|
||||
L["Configure actionbar paging when the ctrl key is down."] = "ctrl 키를 누르고 있는 경우에 행동 단축바의 페이지 교체를 설정합니다."
|
||||
L["Configure actionbar paging when the shift key is down."] = "shift 키를 누르고 있는 경우에 행동 단축바의 페이지 교체를 설정합니다."
|
||||
-- L["Configure actionbar paging when the %s key is down."] = true
|
||||
L["Configure how the Out of Range Indicator should display on the buttons."] = "버튼에 사정 거리밖 지시기를 표시할 방식을 설정합니다."
|
||||
L["Configure the Bag Bar"] = "가방바 설정"
|
||||
L["Configure the Button Tooltip."] = "버튼 툴팁을 설정합니다."
|
||||
|
||||
+1
-3
@@ -23,9 +23,7 @@ if not L then return end
|
||||
-- L["Colors"] = true
|
||||
-- L["Configure the Stance Bar"] = true
|
||||
-- L["Configure Bar %s"] = true
|
||||
-- L["Configure actionbar paging when the alt key is down."] = true
|
||||
-- L["Configure actionbar paging when the ctrl key is down."] = true
|
||||
-- L["Configure actionbar paging when the shift key is down."] = true
|
||||
-- L["Configure actionbar paging when the %s key is down."] = true
|
||||
-- L["Configure how the Out of Range Indicator should display on the buttons."] = true
|
||||
-- L["Configure the Bag Bar"] = true
|
||||
-- L["Configure the Button Tooltip."] = true
|
||||
|
||||
+1
-3
@@ -23,9 +23,7 @@ L["CTRL"] = "按下CTRL"
|
||||
L["Colors"] = "颜色设置"
|
||||
L["Configure the Stance Bar"] = "配置姿态栏"
|
||||
L["Configure Bar %s"] = "设置动作条 %s"
|
||||
L["Configure actionbar paging when the alt key is down."] = "配置当按下ALT键时动作条的页面"
|
||||
L["Configure actionbar paging when the ctrl key is down."] = "配置当按下CTRL键时动作条的页面"
|
||||
L["Configure actionbar paging when the shift key is down."] = "配置当按下SHIFT键时动作条的页面"
|
||||
-- L["Configure actionbar paging when the %s key is down."] = true
|
||||
L["Configure how the Out of Range Indicator should display on the buttons."] = "显示/隐藏 射程基本按钮着色。"
|
||||
L["Configure the Bag Bar"] = "设置背包栏。"
|
||||
L["Configure the Button Tooltip."] = "设置按钮的鼠标提示。"
|
||||
|
||||
+1
-3
@@ -23,9 +23,7 @@ L["CTRL"] = "CTRL"
|
||||
L["Colors"] = "顏色"
|
||||
L["Configure the Stance Bar"] = "設定姿勢列"
|
||||
L["Configure Bar %s"] = "設定動作條 %s"
|
||||
L["Configure actionbar paging when the alt key is down."] = "設定當按下ALT時動作條的頁面"
|
||||
L["Configure actionbar paging when the ctrl key is down."] = "設定當按下CTRL時動作條的頁面"
|
||||
L["Configure actionbar paging when the shift key is down."] = "設定當按下SHIFT時動作條的頁面"
|
||||
-- L["Configure actionbar paging when the %s key is down."] = true
|
||||
L["Configure how the Out of Range Indicator should display on the buttons."] = "設定超出距離提示按鈕該如何顯示"
|
||||
L["Configure the Bag Bar"] = "設定背包列"
|
||||
L["Configure the Button Tooltip."] = "設定按紐說明提示"
|
||||
|
||||
Reference in New Issue
Block a user