diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2024-05-09 11:01:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-09 11:01:48 +0800 |
commit | d1740506886bfd0908a3f7f0d2beaacf1485e123 (patch) | |
tree | 640966ddfa6181785b07ac7452ce40a73a360875 /locale/zh-cn | |
parent | 9123d4dfaef1b9d5770d7e2a4a9cac0dcac60340 (diff) | |
parent | 38d83324671b4110614dbef30acef4a1543ee065 (diff) | |
download | lua-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.lua | 2 |
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 = |