diff options
author | carsakiller <carsakiller@gmail.com> | 2023-04-22 10:08:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 10:08:05 -0400 |
commit | 1afa0244ade4b7c2cd28044dc37645a56a877e61 (patch) | |
tree | eaec822b52d6c435cdf96fe489beec6692671181 /locale/zh-cn | |
parent | e024187555361038d3636e2d33ad3440cf2320b7 (diff) | |
download | lua-language-server-1afa0244ade4b7c2cd28044dc37645a56a877e61.zip |
fix: add links to too many files warning (#2080)
Diffstat (limited to 'locale/zh-cn')
-rw-r--r-- | locale/zh-cn/script.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 = '语法解析崩溃了!遗言:{}' |