summaryrefslogtreecommitdiff
path: root/server/locale/en-US
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-09-05 15:02:13 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-09-05 15:02:13 +0800
commit44a2f2d83de1b972522802534fbb376d7da2eb91 (patch)
tree74a5bb29664f62cd953a74a5ac8925bd1a421175 /server/locale/en-US
parentf3768e21a732683c181ec17401d7ba63f68b3635 (diff)
downloadlua-language-server-44a2f2d83de1b972522802534fbb376d7da2eb91.zip
fixed #80 没有工作区时更新用户配置
Diffstat (limited to 'server/locale/en-US')
-rw-r--r--server/locale/en-US/script.lni3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni
index 26d4b16f..e7f67a09 100644
--- a/server/locale/en-US/script.lni
+++ b/server/locale/en-US/script.lni
@@ -35,6 +35,9 @@ 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...'
MWS_MAX_PRELOAD = 'Preloaded files has reached the upper limit ({}), you need to manually open the files that need to be loaded.'
+MWS_UCONFIG_FAILED = 'Saving user setting failed.'
+MWS_UCONFIG_UPDATED = 'User setting updated.'
+MWS_WCONFIG_UPDATED = 'Workspace setting updated.'
PARSER_CRASH = 'Parser crashed! Last words:{}'
PARSER_UNKNOWN = 'Unknown syntax error...'