summaryrefslogtreecommitdiff
path: root/locale/pt-br/setting.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-05-24 19:22:31 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-05-24 19:22:31 +0800
commit8adbf27feae1ab46e5ffb758f521aaf62bef9c25 (patch)
treed67a407be914c3462ba229870aaef6d0551a1087 /locale/pt-br/setting.lua
parent8b57fe8867cf2a82025b8c0b18305ea24b063f4f (diff)
downloadlua-language-server-8adbf27feae1ab46e5ffb758f521aaf62bef9c25.zip
update locale
Diffstat (limited to 'locale/pt-br/setting.lua')
-rw-r--r--locale/pt-br/setting.lua4
1 files changed, 4 insertions, 0 deletions
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!