summaryrefslogtreecommitdiff
path: root/locale/pt-br/script.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-11-29 15:51:29 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-11-29 15:51:29 +0800
commit1ec33e6ed9dc4583d5775721c4c874d91a17f0eb (patch)
tree2d237c4daaceed3425cd6b6149d60efb00a4d867 /locale/pt-br/script.lua
parent748f8b91c7a20d56015d9b650a92a2656c81082b (diff)
downloadlua-language-server-1ec33e6ed9dc4583d5775721c4c874d91a17f0eb.zip
convert `config.lua` to `config.json`
Diffstat (limited to 'locale/pt-br/script.lua')
-rw-r--r--locale/pt-br/script.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua
index e733a00f..c5c6b493 100644
--- a/locale/pt-br/script.lua
+++ b/locale/pt-br/script.lua
@@ -547,6 +547,10 @@ WINDOW_ASK_APPLY_LIBRARY =
'Você precisa configurar seu ambiente de trabalho como `{}`?'
WINDOW_SEARCHING_IN_FILES = -- TODO: need translate!
'Procurando nos arquivos...'
+WINDOW_CONFIG_LUA_DEPRECATED = -- TODO: need translate!
+'`config.lua` is deprecated, please use `config.json` instead.'
+WINDOW_CONVERT_CONFIG_LUA = -- TODO: need translate!
+'Convert to `config.json`'
CONFIG_LOAD_FAILED =
'Não é possível ler o arquivo de configurações: {}'