summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-rw-r--r--locale/en-us/setting.lua4
-rw-r--r--locale/pt-br/setting.lua4
-rw-r--r--locale/zh-cn/setting.lua4
-rw-r--r--locale/zh-tw/setting.lua4
4 files changed, 12 insertions, 4 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua
index 3b900e87..81db2ab7 100644
--- a/locale/en-us/setting.lua
+++ b/locale/en-us/setting.lua
@@ -423,4 +423,6 @@ config.typeFormat.config.format_line =
'Controls if a line is formatted at all.'
command.exportDocument =
-'Export Document ...'
+'Lua: Export Document ...'
+command.addon_manager.open =
+'Lua: Open Addon Manager ...'
diff --git a/locale/pt-br/setting.lua b/locale/pt-br/setting.lua
index 6bd6bf28..de491060 100644
--- a/locale/pt-br/setting.lua
+++ b/locale/pt-br/setting.lua
@@ -423,4 +423,6 @@ config.typeFormat.config.format_line = -- TODO: need translate!
'Controls if a line is formatted at all.'
command.exportDocument = -- TODO: need translate!
-'Export Document ...'
+'Lua: Export Document ...'
+command.addon_manager.open = -- TODO: need translate!
+'Lua: Open Addon Manager ...'
diff --git a/locale/zh-cn/setting.lua b/locale/zh-cn/setting.lua
index a62b6598..c3360c9e 100644
--- a/locale/zh-cn/setting.lua
+++ b/locale/zh-cn/setting.lua
@@ -422,4 +422,6 @@ config.typeFormat.config.format_line = -- TODO: need translate!
'Controls if a line is formatted at all.'
command.exportDocument =
-'导出文档...'
+'Lua: 导出文档...'
+command.addon_manager.open =
+'Lua: 打开插件管理器...'
diff --git a/locale/zh-tw/setting.lua b/locale/zh-tw/setting.lua
index bc216fc8..b03c80ca 100644
--- a/locale/zh-tw/setting.lua
+++ b/locale/zh-tw/setting.lua
@@ -422,4 +422,6 @@ config.typeFormat.config.format_line = -- TODO: need translate!
'Controls if a line is formatted at all.'
command.exportDocument = -- TODO: need translate!
-'Export Document ...'
+'Lua: Export Document ...'
+command.addon_manager.open = -- TODO: need translate!
+'Lua: Open Addon Manager ...'