From fdcd246c4b508a608bf104f15ae360257bca1b7d Mon Sep 17 00:00:00 2001 From: CppCXY <812125110@qq.com> Date: Mon, 17 Apr 2023 10:37:20 +0800 Subject: fix #2069 --- 3rd/EmmyLuaCodeStyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rd/EmmyLuaCodeStyle b/3rd/EmmyLuaCodeStyle index f4f707fd..533d11ee 160000 --- a/3rd/EmmyLuaCodeStyle +++ b/3rd/EmmyLuaCodeStyle @@ -1 +1 @@ -Subproject commit f4f707fd58702eb86a63aefdc13a0a0001ee2ab5 +Subproject commit 533d11ee3485b07500963b4807aeca98ce91e18c -- cgit v1.2.3 From 05659063f150eedcd263312d11952c32a152451f Mon Sep 17 00:00:00 2001 From: CppCXY <812125110@qq.com> Date: Mon, 17 Apr 2023 10:37:35 +0800 Subject: update template --- 3rd/EmmyLuaCodeStyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rd/EmmyLuaCodeStyle b/3rd/EmmyLuaCodeStyle index 533d11ee..9536c50d 160000 --- a/3rd/EmmyLuaCodeStyle +++ b/3rd/EmmyLuaCodeStyle @@ -1 +1 @@ -Subproject commit 533d11ee3485b07500963b4807aeca98ce91e18c +Subproject commit 9536c50decc359d567b50cd2fc4c5d510549b687 -- cgit v1.2.3 From 7104de9c3ce992f6580025d77fc0842c47a33922 Mon Sep 17 00:00:00 2001 From: CppCXY <812125110@qq.com> Date: Thu, 20 Apr 2023 11:18:08 +0800 Subject: FIX #2045 --- 3rd/EmmyLuaCodeStyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rd/EmmyLuaCodeStyle b/3rd/EmmyLuaCodeStyle index 9536c50d..081b623d 160000 --- a/3rd/EmmyLuaCodeStyle +++ b/3rd/EmmyLuaCodeStyle @@ -1 +1 @@ -Subproject commit 9536c50decc359d567b50cd2fc4c5d510549b687 +Subproject commit 081b623d03627b281d5744ab53c420667573b955 -- cgit v1.2.3 From 1afa0244ade4b7c2cd28044dc37645a56a877e61 Mon Sep 17 00:00:00 2001 From: carsakiller Date: Sat, 22 Apr 2023 10:08:05 -0400 Subject: fix: add links to too many files warning (#2080) --- locale/en-us/script.lua | 2 +- locale/pt-br/script.lua | 2 +- locale/zh-cn/script.lua | 4 ++-- locale/zh-tw/script.lua | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 2a13214f..6a822be8 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -181,7 +181,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 affcd893..53e1b2e2 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -181,7 +181,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 f6f639ea..f45a77c8 100644 --- a/locale/zh-cn/script.lua +++ b/locale/zh-cn/script.lua @@ -180,8 +180,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 4d9a89ad..99dc9a88 100644 --- a/locale/zh-tw/script.lua +++ b/locale/zh-tw/script.lua @@ -180,8 +180,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 = '語法解析崩潰了!遺言:{}' -- cgit v1.2.3