diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-03-01 16:31:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-03-01 16:31:57 +0800 |
commit | c0b3043e867a6829a47600cdcc0f1205a00664bc (patch) | |
tree | 7a3a7bfe6eee6d168cd2b451151663a90348f09d /locale | |
parent | 2b3c8f0cf7285406974fc4a7a6a9661629031f92 (diff) | |
download | lua-language-server-c0b3043e867a6829a47600cdcc0f1205a00664bc.zip |
update locale
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en-us/setting.lua | 4 | ||||
-rw-r--r-- | locale/pt-br/setting.lua | 4 | ||||
-rw-r--r-- | locale/zh-cn/setting.lua | 4 | ||||
-rw-r--r-- | locale/zh-tw/setting.lua | 4 |
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 ...' |