diff options
author | Skarph <theSkarph@gmail.com> | 2024-08-23 12:07:53 -0400 |
---|---|---|
committer | Skarph <theSkarph@gmail.com> | 2024-08-23 12:07:53 -0400 |
commit | aeb9ccb7012751bdb225336528720bd3bf80b536 (patch) | |
tree | 0b86483494d78134224458985bdb97ecef3cd508 /locale/zh-cn | |
parent | ba8f90eb0fab18ce8aee2bdbf7007dc63050381d (diff) | |
download | lua-language-server-aeb9ccb7012751bdb225336528720bd3bf80b536.zip |
custom luadoc generation
Diffstat (limited to 'locale/zh-cn')
-rw-r--r-- | locale/zh-cn/script.lua | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua index 9cea601a..561bb27e 100644 --- a/locale/zh-cn/script.lua +++ b/locale/zh-cn/script.lua @@ -654,12 +654,10 @@ 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 = -[[ -文档导出完成! -原始数据: {} -Markdown(演示用): {} -]] +CLI_DOC_DONE = -- TODO: need translate! +'文档导出完成!' +CLI_DOC_WORKING = +'正在生成文档...' TYPE_ERROR_ENUM_GLOBAL_DISMATCH = '类型 `{child}` 无法匹配 `{parent}` 的枚举类型' |