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 /locale/zh-cn | |
parent | cff12c89285d5039cb24634b737837e8a94399f5 (diff) | |
parent | 8355006cc43a81fa10462a15bdd20d286bd34b9f (diff) | |
download | lua-language-server-e6b2091b364431bfb612ae421c62bda43d2db70f.zip |
Merge remote-tracking branch 'upstream/master'
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 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 = '语法解析崩溃了!遗言:{}' |