summaryrefslogtreecommitdiff
path: root/server/locale
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-26 13:52:59 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-26 13:52:59 +0800
commitca498542d4424322e2172425ab02a8986deb477b (patch)
tree093d0af88667c1fac500b0940473fa7b768f724c /server/locale
parent3b76eaf9620585c8f4b3304de030767e61ceb42c (diff)
downloadlua-language-server-ca498542d4424322e2172425ab02a8986deb477b.zip
跨文件的一个提示
Diffstat (limited to 'server/locale')
-rw-r--r--server/locale/en-US/script.lni2
-rw-r--r--server/locale/zh-CN/script.lni2
2 files changed, 4 insertions, 0 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni
index 5b7c76f7..ba95660d 100644
--- a/server/locale/en-US/script.lni
+++ b/server/locale/en-US/script.lni
@@ -10,3 +10,5 @@ DIAG_OVER_MAX_ARGS = 'The function takes only {:d} parameters, but you passed
MWS_NOT_SUPPORT = '{} dose not support multi workspace for now, I may need to restart to support the new workspace ...'
MWS_RESTART = 'Restart'
+MWS_NOT_COMPLETE = 'Workspace is not complete yet. You may try again later...'
+MWS_COMPLETE = 'Workspace is complete now. You may try again...'
diff --git a/server/locale/zh-CN/script.lni b/server/locale/zh-CN/script.lni
index 735f429b..233c7afe 100644
--- a/server/locale/zh-CN/script.lni
+++ b/server/locale/zh-CN/script.lni
@@ -10,3 +10,5 @@ DIAG_OVER_MAX_ARGS = '函数只接收 {:d} 个参数,但你传了 {:d} 个
MWS_NOT_SUPPORT = '{} 目前还不支持多工作目录,我可能需要重启才能支持新的工作目录...'
MWS_RESTART = '重启'
+MWS_NOT_COMPLETE = '工作目录还没有准备好,你可以稍后再试一下...'
+MWS_COMPLETE = '工作目录准备好了,你可以再试一下了...'