summaryrefslogtreecommitdiff
path: root/locale/pt-br
diff options
context:
space:
mode:
Diffstat (limited to 'locale/pt-br')
-rw-r--r--locale/pt-br/script.lua16
1 files changed, 16 insertions, 0 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua
index fd25a3d6..145a69b1 100644
--- a/locale/pt-br/script.lua
+++ b/locale/pt-br/script.lua
@@ -568,6 +568,22 @@ CONFIG_TYPE_ERROR =
'O arquivo de configuraĆ§Ć£o deve estar no formato LUA ou JSON: {}'
CONFIG_MODIFY_FAIL_SYNTAX_ERROR = -- TODO: need translate!
'Failed to modify settings, there are syntax errors in the settings file: {}'
+CONFIG_MODIFY_FAIL_NO_WORKSPACE = -- TODO: need translate!
+[[
+Failed to modify settings:
+* The current mode is single-file mode, server cannot create `.luarc.json` without workspace.
+* The language client dose not support modifying settings from the server side.
+
+Please modify following settings manually:
+{}
+]]
+CONFIG_MODIFY_FAIL = -- TODO: need translate!
+[[
+Failed to modify settings
+
+Please modify following settings manually:
+{}
+]]
PLUGIN_RUNTIME_ERROR =
[[