diff options
Diffstat (limited to 'locale/pt-br/script.lua')
-rw-r--r-- | locale/pt-br/script.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index 21d8ea55..a5342e1f 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -142,6 +142,10 @@ WORKSPACE_DIAGNOSTIC = 'Diagnóstico de espaço de trabalho.' WORKSPACE_SKIP_HUGE_FILE = 'Por motivos de desempenho, a análise deste arquivo foi interrompida: {}' +WORKSPACE_NOT_ALLOWED = -- TODO: need translate! +'Your workspace is set to `{}`. Lua language server refused to load this directory. Please check your configuration.[learn more here](https://github.com/sumneko/lua-language-server/wiki/Why-scanning-home-folder)' +WORKSPACE_SCAN_TOO_MUCH = -- TODO: need translate! +'More than {} files have been scanned. The current scanned directory is `{}`. Please confirm whether the configuration is correct.' PARSER_CRASH = 'Parser quebrou! Últimas palavras: {}' |