diff options
Diffstat (limited to 'locale/pt-br/setting.lua')
-rw-r--r-- | locale/pt-br/setting.lua | 4 |
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! |