diff options
author | alwo <albrecht.woess@signum.plus> | 2023-04-24 12:30:51 +0200 |
---|---|---|
committer | alwo <albrecht.woess@signum.plus> | 2023-04-24 12:30:51 +0200 |
commit | e6b2091b364431bfb612ae421c62bda43d2db70f (patch) | |
tree | 263beb625e912491fc00651f17e6f006765271d0 | |
parent | cff12c89285d5039cb24634b737837e8a94399f5 (diff) | |
parent | 8355006cc43a81fa10462a15bdd20d286bd34b9f (diff) | |
download | lua-language-server-e6b2091b364431bfb612ae421c62bda43d2db70f.zip |
Merge remote-tracking branch 'upstream/master'
m--------- | 3rd/EmmyLuaCodeStyle | 0 | ||||
-rw-r--r-- | locale/en-us/script.lua | 2 | ||||
-rw-r--r-- | locale/pt-br/script.lua | 2 | ||||
-rw-r--r-- | locale/zh-cn/script.lua | 4 | ||||
-rw-r--r-- | locale/zh-tw/script.lua | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/3rd/EmmyLuaCodeStyle b/3rd/EmmyLuaCodeStyle -Subproject f4f707fd58702eb86a63aefdc13a0a0001ee2ab +Subproject 081b623d03627b281d5744ab53c420667573b95 diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 6742b784..4974c5e8 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -194,7 +194,7 @@ WORKSPACE_SKIP_HUGE_FILE = WORKSPACE_NOT_ALLOWED = 'Your workspace is set to `{}`. Lua language server refused to load this directory. Please check your configuration.[learn more here](https://github.com/LuaLS/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder)' WORKSPACE_SCAN_TOO_MUCH = -'More than {} files have been scanned. The current scanned directory is `{}`. Please confirm whether the configuration is correct.' +'More than {} files have been scanned. The current scanned directory is `{}`. Please see the [FAQ](https://github.com/LuaLS/lua-language-server/wiki/FAQ#how-can-i-improve-startup-speeds) to see how you can include fewer files. It is also possible that your [configuration is incorrect](https://github.com/LuaLS/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder).' PARSER_CRASH = 'Parser crashed! Last words:{}' diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index be6de9b2..5cbe9e5c 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -193,7 +193,7 @@ WORKSPACE_SKIP_HUGE_FILE = WORKSPACE_NOT_ALLOWED = 'Seu espaço de trabalho foi definido para `{}`. Servidor da linguagem Lua recusou o carregamneto neste diretório. Por favor, cheque sua configuração. [aprenda mais aqui](https://github.com/LuaLS/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder)' WORKSPACE_SCAN_TOO_MUCH = -- TODO: need translate! -'Mais do que {} arquivos foram escaneados. O diretório atual escaneado é `{}`. Por favor, confirmar se a configuração está correta' +'Mais do que {} arquivos foram escaneados. O diretório atual escaneado é `{}`. Please see the [FAQ](https://github.com/LuaLS/lua-language-server/wiki/FAQ#how-can-i-improve-startup-speeds) to see how you can include fewer files. It is also possible that your [configuration is incorrect](https://github.com/LuaLS/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder).' PARSER_CRASH = 'Parser quebrou! Últimas palavras: {}' diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua index 40a8d35d..2ca77a5e 100644 --- a/locale/zh-cn/script.lua +++ b/locale/zh-cn/script.lua @@ -192,8 +192,8 @@ WORKSPACE_SKIP_HUGE_FILE = '出于性能考虑,已停止对此文件解析:{}' WORKSPACE_NOT_ALLOWED = '你的工作目录被设置为了 `{}`,Lua语言服务拒绝加载此目录,请检查你的配置。[了解更多](https://github.com/LuaLS/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder)' -WORKSPACE_SCAN_TOO_MUCH = -'已扫描了超过 {} 个文件,当前扫描的目录为 `{}`,请确认配置是否正确。' +WORKSPACE_SCAN_TOO_MUCH = -- TODO: need translate! +'已扫描了超过 {} 个文件,当前扫描的目录为 `{}`. Please see the [FAQ](https://github.com/LuaLS/lua-language-server/wiki/FAQ#how-can-i-improve-startup-speeds) to see how you can include fewer files. It is also possible that your [configuration is incorrect](https://github.com/LuaLS/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder).' PARSER_CRASH = '语法解析崩溃了!遗言:{}' diff --git a/locale/zh-tw/script.lua b/locale/zh-tw/script.lua index 7bc9e8a4..b2b181ad 100644 --- a/locale/zh-tw/script.lua +++ b/locale/zh-tw/script.lua @@ -192,8 +192,8 @@ WORKSPACE_SKIP_HUGE_FILE = '出於效能考慮,已停止對此檔案解析:{}' WORKSPACE_NOT_ALLOWED = '你的工作目錄被設定為了 `{}` ,Lua語言伺服拒絕載入此目錄,請檢查你的設定檔。[了解更多](https://github.com/LuaLS/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder)' -WORKSPACE_SCAN_TOO_MUCH = -'已掃描了超過 {} 個檔案,目前掃描的目錄為 `{}`,請確認設定檔是否正確。' +WORKSPACE_SCAN_TOO_MUCH = -- TODO: need translate! +'已掃描了超過 {} 個檔案,目前掃描的目錄為 `{}`. Please see the [FAQ](https://github.com/LuaLS/lua-language-server/wiki/FAQ#how-can-i-improve-startup-speeds) to see how you can include fewer files. It is also possible that your [configuration is incorrect](https://github.com/LuaLS/lua-language-server/wiki/FAQ#why-is-the-server-scanning-the-wrong-folder).' PARSER_CRASH = '語法解析崩潰了!遺言:{}' |