summaryrefslogtreecommitdiff
path: root/locale/zh-cn
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2024-05-09 11:01:48 +0800
committerGitHub <noreply@github.com>2024-05-09 11:01:48 +0800
commitd1740506886bfd0908a3f7f0d2beaacf1485e123 (patch)
tree640966ddfa6181785b07ac7452ce40a73a360875 /locale/zh-cn
parent9123d4dfaef1b9d5770d7e2a4a9cac0dcac60340 (diff)
parent38d83324671b4110614dbef30acef4a1543ee065 (diff)
downloadlua-language-server-d1740506886bfd0908a3f7f0d2beaacf1485e123.zip
Merge pull request #2638 from emmericp/multi-threaded-check
Add multi-process support to --check.
Diffstat (limited to 'locale/zh-cn')
-rw-r--r--locale/zh-cn/script.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua
index c16a764f..a4d20628 100644
--- a/locale/zh-cn/script.lua
+++ b/locale/zh-cn/script.lua
@@ -650,6 +650,8 @@ CLI_CHECK_PROGRESS = -- TODO: need translate!
'Found {} problems in {} files'
CLI_CHECK_RESULTS =
'诊断完成,共有 {} 个问题,请查看 {}'
+CLI_CHECK_MULTIPLE_WORKERS = -- TODO: need translate!
+'Starting {} worker tasks, progress output will be disabled. This may take a few minutes.'
CLI_DOC_INITING =
'加载文档 ...'
CLI_DOC_DONE =