diff options
author | Paul Emmerich <tandanu@deadlybossmods.com> | 2024-04-20 17:44:21 +0200 |
---|---|---|
committer | Paul Emmerich <tandanu@deadlybossmods.com> | 2024-04-20 20:39:08 +0200 |
commit | 655ac540d6fba07b0c723fee9693bcbd2bf3b76a (patch) | |
tree | c2d43b6ab2e43af85188c5b82f21020435e13a79 /locale/zh-tw | |
parent | d2ea5ee3732eee30736778201a88176592a74912 (diff) | |
download | lua-language-server-655ac540d6fba07b0c723fee9693bcbd2bf3b76a.zip |
Output more details while running --check
Diffstat (limited to 'locale/zh-tw')
-rw-r--r-- | locale/zh-tw/script.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/zh-tw/script.lua b/locale/zh-tw/script.lua index 43c064b2..1deb9877 100644 --- a/locale/zh-tw/script.lua +++ b/locale/zh-tw/script.lua @@ -646,6 +646,8 @@ CLI_CHECK_INITING = '正在初始化...' CLI_CHECK_SUCCESS = '診斷完成,沒有發現問題' +CLI_CHECK_PROGRESS = -- TODO: need translate! +'Found {} problems in {} files' CLI_CHECK_RESULTS = '診斷完成,共有 {} 個問題,請查看 {}' CLI_DOC_INITING = -- TODO: need translate! |