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-tw | |
parent | ba8f90eb0fab18ce8aee2bdbf7007dc63050381d (diff) | |
download | lua-language-server-aeb9ccb7012751bdb225336528720bd3bf80b536.zip |
custom luadoc generation
Diffstat (limited to 'locale/zh-tw')
-rw-r--r-- | locale/zh-tw/script.lua | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/locale/zh-tw/script.lua b/locale/zh-tw/script.lua index 1feaf2ad..bab26ed8 100644 --- a/locale/zh-tw/script.lua +++ b/locale/zh-tw/script.lua @@ -655,12 +655,9 @@ CLI_CHECK_MULTIPLE_WORKERS = -- TODO: need translate! CLI_DOC_INITING = -- TODO: need translate! 'Loading documents ...' CLI_DOC_DONE = -- TODO: need translate! -[[ -Document exporting completed! -Raw data: {} -Markdown(example): {} -]] - +'Document exporting completed!' +CLI_DOC_WORKING = +'正在產生文件...' TYPE_ERROR_ENUM_GLOBAL_DISMATCH = -- TODO: need translate! 'Type `{child}` cannot match enumeration type of `{parent}`' TYPE_ERROR_ENUM_GENERIC_UNSUPPORTED = -- TODO: need translate! |