Added missing locale entries for new State Options
This commit is contained in:
@@ -222,8 +222,8 @@ function module:GetStateOptionsTable()
|
||||
customCopy = {
|
||||
order = 51,
|
||||
type = "execute",
|
||||
name = "Copy Conditionals",
|
||||
desc = "Create a copy of the auto-generated conditionals in the custom configuration as a base template",
|
||||
name = L["Copy Conditionals"],
|
||||
desc = L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."],
|
||||
func = optSetter,
|
||||
},
|
||||
customDesc = {
|
||||
|
||||
@@ -30,6 +30,8 @@ if not L then return end
|
||||
-- L["Configure the alpha of the bar."] = true
|
||||
-- L["Configure the padding of the buttons."] = true
|
||||
-- L["Configure the scale of the bar."] = true
|
||||
-- L["Copy Conditionals"] = true
|
||||
-- L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = true
|
||||
-- L["Custom Conditionals"] = true
|
||||
-- L["Default Bar State"] = true
|
||||
-- L["Disabled"] = true
|
||||
@@ -74,6 +76,7 @@ if not L then return end
|
||||
-- L["Micro Menu"] = true
|
||||
-- L["Modifier Based Switching"] = true
|
||||
-- L["No Display"] = true
|
||||
-- L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = true
|
||||
-- L["Number of buttons."] = true
|
||||
-- L["Number of rows."] = true
|
||||
-- L["One Bag"] = true
|
||||
@@ -108,6 +111,7 @@ if not L then return end
|
||||
-- L["Visibility"] = true
|
||||
-- L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using the number of the bar as target value.\nExample: [form:1]9;0"] = true
|
||||
-- L["Zoom"] = true
|
||||
-- L["|cffffff00Click|r to toggle bar lock"] = true
|
||||
-- L["|cffffff00Right-click|r to open the options menu"] = true
|
||||
|
||||
@@ -30,6 +30,8 @@ L["Configure the Pet Bar"] = true
|
||||
L["Configure the alpha of the bar."] = true
|
||||
L["Configure the padding of the buttons."] = true
|
||||
L["Configure the scale of the bar."] = true
|
||||
L["Copy Conditionals"] = true
|
||||
L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = true
|
||||
L["Custom Conditionals"] = true
|
||||
L["Default Bar State"] = true
|
||||
L["Disabled"] = true
|
||||
@@ -74,6 +76,7 @@ L["Lock the buttons."] = true
|
||||
L["Micro Menu"] = true
|
||||
L["Modifier Based Switching"] = true
|
||||
L["No Display"] = true
|
||||
L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = true
|
||||
L["Number of buttons."] = true
|
||||
L["Number of rows."] = true
|
||||
L["One Bag"] = true
|
||||
@@ -108,6 +111,7 @@ L["Use Custom Condition"] = true
|
||||
L["Visibility"] = true
|
||||
L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = true
|
||||
L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"] = true
|
||||
L["You can use any macro conditionals in the custom string, using the number of the bar as target value.\nExample: [form:1]9;0"] = true
|
||||
L["Zoom"] = true
|
||||
L["|cffffff00Click|r to toggle bar lock"] = true
|
||||
L["|cffffff00Right-click|r to open the options menu"] = true
|
||||
|
||||
@@ -30,6 +30,8 @@ if not L then return end
|
||||
-- L["Configure the alpha of the bar."] = true
|
||||
-- L["Configure the padding of the buttons."] = true
|
||||
-- L["Configure the scale of the bar."] = true
|
||||
-- L["Copy Conditionals"] = true
|
||||
-- L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = true
|
||||
-- L["Custom Conditionals"] = true
|
||||
-- L["Default Bar State"] = true
|
||||
-- L["Disabled"] = true
|
||||
@@ -74,6 +76,7 @@ if not L then return end
|
||||
-- L["Micro Menu"] = true
|
||||
-- L["Modifier Based Switching"] = true
|
||||
-- L["No Display"] = true
|
||||
-- L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = true
|
||||
-- L["Number of buttons."] = true
|
||||
-- L["Number of rows."] = true
|
||||
-- L["One Bag"] = true
|
||||
@@ -108,6 +111,7 @@ if not L then return end
|
||||
-- L["Visibility"] = true
|
||||
-- L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using the number of the bar as target value.\nExample: [form:1]9;0"] = true
|
||||
-- L["Zoom"] = true
|
||||
-- L["|cffffff00Click|r to toggle bar lock"] = true
|
||||
-- L["|cffffff00Right-click|r to open the options menu"] = true
|
||||
|
||||
@@ -30,6 +30,8 @@ L["Configure the Pet Bar"] = "Configure la barre du familier."
|
||||
L["Configure the alpha of the bar."] = "Configure la transparence de la barre."
|
||||
L["Configure the padding of the buttons."] = "Configure l'espacement entre les boutons."
|
||||
L["Configure the scale of the bar."] = "Configure l'échelle de la barre."
|
||||
-- L["Copy Conditionals"] = true
|
||||
-- L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = true
|
||||
-- L["Custom Conditionals"] = true
|
||||
L["Default Bar State"] = "État par défaut de la barre"
|
||||
L["Disabled"] = "Désactivée"
|
||||
@@ -74,6 +76,7 @@ L["Lock the buttons."] = "Verrouille tous les boutons."
|
||||
L["Micro Menu"] = "Micro menu"
|
||||
L["Modifier Based Switching"] = "Permutations basées sur les modificateurs"
|
||||
L["No Display"] = "Pas d'affichage"
|
||||
-- L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = true
|
||||
L["Number of buttons."] = "Nombre de boutons."
|
||||
L["Number of rows."] = "Nombre de rangées."
|
||||
L["One Bag"] = "Un seul sac"
|
||||
@@ -108,6 +111,7 @@ L["Toggle the use of the right-click self-cast functionality."] = "Utilise ou no
|
||||
-- L["Visibility"] = true
|
||||
-- L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using the number of the bar as target value.\nExample: [form:1]9;0"] = true
|
||||
L["Zoom"] = "Zoom"
|
||||
-- L["|cffffff00Click|r to toggle bar lock"] = true
|
||||
-- L["|cffffff00Right-click|r to open the options menu"] = true
|
||||
|
||||
@@ -30,6 +30,8 @@ L["Configure the Pet Bar"] = "소환수 바 설정"
|
||||
L["Configure the alpha of the bar."] = "바의 투명도를 변경합니다."
|
||||
L["Configure the padding of the buttons."] = "버튼 간격을 변경합니다."
|
||||
L["Configure the scale of the bar."] = "바의 크기를 변경합니다."
|
||||
-- L["Copy Conditionals"] = true
|
||||
-- L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = true
|
||||
L["Custom Conditionals"] = "사용자 설정 상태"
|
||||
L["Default Bar State"] = "기본 바 형세"
|
||||
L["Disabled"] = "비활성화"
|
||||
@@ -74,6 +76,7 @@ L["Lock the buttons."] = "버튼을 고정합니다."
|
||||
L["Micro Menu"] = "게임 메뉴"
|
||||
L["Modifier Based Switching"] = "기능키 기반 교체"
|
||||
L["No Display"] = "표시 안함"
|
||||
-- L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = true
|
||||
L["Number of buttons."] = "버튼 수를 지정합니다."
|
||||
L["Number of rows."] = "열의 수를 지정합니다."
|
||||
L["One Bag"] = "통합 가방 버튼"
|
||||
@@ -108,6 +111,7 @@ L["Use Custom Condition"] = "사용자 설정 사용"
|
||||
L["Visibility"] = "보이기"
|
||||
L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = "단축키로 지정해서 사용한다면 모든 바를 숨길 수 있습니다."
|
||||
L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"] = "매크로 조건을 통해 바의 상태를 변경할 수 있습니다. 예를 들어 '보기', '숨기기' 등은 [combat]hide;show와 같이 사용이 가능합니다."
|
||||
-- L["You can use any macro conditionals in the custom string, using the number of the bar as target value.\nExample: [form:1]9;0"] = true
|
||||
L["Zoom"] = "확대"
|
||||
L["|cffffff00Click|r to toggle bar lock"] = "|cffffff00클릭|r하면 바를 고정합니다."
|
||||
L["|cffffff00Right-click|r to open the options menu"] = "|cffffff00오른쪽 클릭|r하면 설정 창을 엽니다."
|
||||
|
||||
@@ -30,6 +30,8 @@ L["Configure the Pet Bar"] = "Настройка панели питомца"
|
||||
L["Configure the alpha of the bar."] = "Настройка степени прозрачности панели (1 - непрозрачная)."
|
||||
L["Configure the padding of the buttons."] = "Настройка ширины промежутков между кнопками."
|
||||
L["Configure the scale of the bar."] = "Настройка масштаба панели"
|
||||
-- L["Copy Conditionals"] = true
|
||||
-- L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = true
|
||||
-- L["Custom Conditionals"] = true
|
||||
L["Default Bar State"] = "Состояние по-умолчанию"
|
||||
L["Disabled"] = "Отключено"
|
||||
@@ -74,6 +76,7 @@ L["Lock the buttons."] = "Заблокировать кнопки"
|
||||
L["Micro Menu"] = "Микроменю"
|
||||
L["Modifier Based Switching"] = "Переключение, основанное на модификаторах"
|
||||
L["No Display"] = "Не отображать"
|
||||
-- L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = true
|
||||
L["Number of buttons."] = "Количество кнопок на панели."
|
||||
L["Number of rows."] = "Количество строк у панели."
|
||||
L["One Bag"] = "Только одна сумка"
|
||||
@@ -108,6 +111,7 @@ L["Toggle the use of the right-click self-cast functionality."] = "Перекл
|
||||
-- L["Visibility"] = true
|
||||
-- L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using the number of the bar as target value.\nExample: [form:1]9;0"] = true
|
||||
L["Zoom"] = "Увеличение"
|
||||
-- L["|cffffff00Click|r to toggle bar lock"] = true
|
||||
-- L["|cffffff00Right-click|r to open the options menu"] = true
|
||||
|
||||
@@ -30,6 +30,8 @@ L["Configure the Pet Bar"] = "配置宠物栏"
|
||||
L["Configure the alpha of the bar."] = "设置动作条的透明度。"
|
||||
L["Configure the padding of the buttons."] = "配置按钮之间的距离"
|
||||
L["Configure the scale of the bar."] = "设置动作条缩放。"
|
||||
-- L["Copy Conditionals"] = true
|
||||
-- L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = true
|
||||
-- L["Custom Conditionals"] = true
|
||||
L["Default Bar State"] = "默认动作条状态"
|
||||
L["Disabled"] = "关闭"
|
||||
@@ -74,6 +76,7 @@ L["Lock the buttons."] = "锁定动作条按钮。"
|
||||
L["Micro Menu"] = "微型主菜单"
|
||||
L["Modifier Based Switching"] = "修改基本切换"
|
||||
L["No Display"] = "不显示"
|
||||
-- L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = true
|
||||
L["Number of buttons."] = "设置按钮的数量。"
|
||||
L["Number of rows."] = "设置行数。"
|
||||
L["One Bag"] = "单背包"
|
||||
@@ -108,6 +111,7 @@ L["Toggle the use of the right-click self-cast functionality."] = "关闭/开启
|
||||
-- L["Visibility"] = true
|
||||
-- L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using the number of the bar as target value.\nExample: [form:1]9;0"] = true
|
||||
L["Zoom"] = "缩放"
|
||||
-- L["|cffffff00Click|r to toggle bar lock"] = true
|
||||
-- L["|cffffff00Right-click|r to open the options menu"] = true
|
||||
|
||||
@@ -30,6 +30,8 @@ L["Configure the Pet Bar"] = "設定寵物列"
|
||||
L["Configure the alpha of the bar."] = "設定動作條透明度"
|
||||
L["Configure the padding of the buttons."] = "設定按鈕間距"
|
||||
L["Configure the scale of the bar."] = "設定動作條大小"
|
||||
-- L["Copy Conditionals"] = true
|
||||
-- L["Create a copy of the auto-generated conditionals in the custom configuration as a base template."] = true
|
||||
-- L["Custom Conditionals"] = true
|
||||
L["Default Bar State"] = "預設動作條狀態"
|
||||
L["Disabled"] = "關閉"
|
||||
@@ -74,6 +76,7 @@ L["Lock the buttons."] = "鎖定按鈕"
|
||||
L["Micro Menu"] = "微型選單"
|
||||
L["Modifier Based Switching"] = "修改基本切換"
|
||||
L["No Display"] = "不顯示"
|
||||
-- L["Note: Enabling Custom Conditionals will disable all of the above settings!"] = true
|
||||
L["Number of buttons."] = "按鈕數量"
|
||||
L["Number of rows."] = "行數"
|
||||
L["One Bag"] = "單背包"
|
||||
@@ -108,6 +111,7 @@ L["Toggle the use of the right-click self-cast functionality."] = "切換使用
|
||||
-- L["Visibility"] = true
|
||||
-- L["You can set the bar to be always hidden, if you only wish to access it using key-bindings."] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using \"show\" and \"hide\" as values.\n\nExample: [combat]hide;show"] = true
|
||||
-- L["You can use any macro conditionals in the custom string, using the number of the bar as target value.\nExample: [form:1]9;0"] = true
|
||||
L["Zoom"] = "放大"
|
||||
-- L["|cffffff00Click|r to toggle bar lock"] = true
|
||||
-- L["|cffffff00Right-click|r to open the options menu"] = true
|
||||
|
||||
Reference in New Issue
Block a user