summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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, 16 insertions, 0 deletions
diff --git a/locale/en-us/setting.lua b/locale/en-us/setting.lua
index 4f9bf18a..adb5579f 100644
--- a/locale/en-us/setting.lua
+++ b/locale/en-us/setting.lua
@@ -64,6 +64,8 @@ config.diagnostics.files.Opened =
"Only when these files are opened will it be diagnosed."
config.diagnostics.files.Disable =
"These files are not diagnosed."
+config.diagnostics.disableScheme =
+'Do not diagnose Lua files that use the following scheme.'
config.workspace.ignoreDir =
"Ignored files and directories (Use `.gitignore` grammar)."-- .. example.ignoreDir,
config.workspace.ignoreSubmodules =
@@ -89,6 +91,8 @@ Automatic detection and adaptation of third-party libraries, currently supported
]]
config.workspace.userThirdParty =
'Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)'
+config.workspace.supportScheme =
+'Provide language server for the Lua files of the following scheme.'
config.completion.enable =
'Enable completion.'
config.completion.callSnippet =
diff --git a/locale/pt-br/setting.lua b/locale/pt-br/setting.lua
index 501236f0..443539be 100644
--- a/locale/pt-br/setting.lua
+++ b/locale/pt-br/setting.lua
@@ -64,6 +64,8 @@ config.diagnostics.files.Opened = -- TODO: need translate!
"Only when these files are opened will it be diagnosed."
config.diagnostics.files.Disable = -- TODO: need translate!
"These files are not diagnosed."
+config.diagnostics.disableScheme = -- TODO: need translate!
+'Do not diagnose Lua files that use the following scheme.'
config.workspace.ignoreDir = -- TODO: need translate!
"Ignored files and directories (Use `.gitignore` grammar)."-- .. example.ignoreDir,
config.workspace.ignoreSubmodules = -- TODO: need translate!
@@ -89,6 +91,8 @@ Automatic detection and adaptation of third-party libraries, currently supported
]]
config.workspace.userThirdParty = -- TODO: need translate!
'Add private third-party library configuration file paths here, please refer to the built-in [configuration file path](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)'
+config.workspace.supportScheme = -- TODO: need translate!
+'Provide language server for the Lua files of the following scheme.'
config.completion.enable = -- TODO: need translate!
'Enable completion.'
config.completion.callSnippet = -- TODO: need translate!
diff --git a/locale/zh-cn/setting.lua b/locale/zh-cn/setting.lua
index 7592414a..4c4f8e4b 100644
--- a/locale/zh-cn/setting.lua
+++ b/locale/zh-cn/setting.lua
@@ -64,6 +64,8 @@ config.diagnostics.files.Opened =
"只有打开这些文件时才会诊断。"
config.diagnostics.files.Disable =
"不诊断这些文件。"
+config.diagnostics.disableScheme =
+'不诊断使用以下 scheme 的lua文件。'
config.workspace.ignoreDir =
"忽略的文件与目录(使用 `.gitignore` 语法)。"
config.workspace.ignoreSubmodules =
@@ -89,6 +91,8 @@ config.workspace.checkThirdParty =
]]
config.workspace.userThirdParty =
'在这里添加私有的第三方库适配文件路径,请参考内置的[配置文件路径](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)'
+config.workspace.supportScheme =
+'为以下 scheme 的lua文件提供语言服务。'
config.completion.enable =
'启用自动完成。'
config.completion.callSnippet =
diff --git a/locale/zh-tw/setting.lua b/locale/zh-tw/setting.lua
index c0ffcbfd..605ad492 100644
--- a/locale/zh-tw/setting.lua
+++ b/locale/zh-tw/setting.lua
@@ -64,6 +64,8 @@ config.diagnostics.files.Opened =
"只有打開這些檔案時才會診斷。"
config.diagnostics.files.Disable =
"不診斷這些檔案。"
+config.diagnostics.disableScheme = -- TODO: need translate!
+'不诊断使用以下 scheme 的lua文件。'
config.workspace.ignoreDir =
"忽略的檔案與目錄(使用 `.gitignore` 語法)。"
config.workspace.ignoreSubmodules =
@@ -89,6 +91,8 @@ config.workspace.checkThirdParty =
]]
config.workspace.userThirdParty =
'在這裡添加私有的第三方庫適應檔案路徑,請參考內建的[組態檔案路徑](https://github.com/sumneko/lua-language-server/tree/master/meta/3rd)'
+config.workspace.supportScheme = -- TODO: need translate!
+'为以下 scheme 的lua文件提供语言服务。'
config.completion.enable =
'啟用自動完成。'
config.completion.callSnippet =