summaryrefslogtreecommitdiff
path: root/server/locale/zh-CN/script.lni
diff options
context:
space:
mode:
Diffstat (limited to 'server/locale/zh-CN/script.lni')
-rw-r--r--server/locale/zh-CN/script.lni3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/locale/zh-CN/script.lni b/server/locale/zh-CN/script.lni
index 6b322fb4..735f429b 100644
--- a/server/locale/zh-CN/script.lni
+++ b/server/locale/zh-CN/script.lni
@@ -7,3 +7,6 @@ DIAG_UNUSED_LABEL = '未使用的标签 `{}`。'
DIAG_REDEFINED_LOCAL = '重定义局部变量 `{}`。'
DIAG_PREVIOUS_CALL = '解析为了上一行的函数调用。你可能需要在前面加一个 `;`。'
DIAG_OVER_MAX_ARGS = '函数只接收 {:d} 个参数,但你传了 {:d} 个。'
+
+MWS_NOT_SUPPORT = '{} 目前还不支持多工作目录,我可能需要重启才能支持新的工作目录...'
+MWS_RESTART = '重启'