diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-09-05 15:02:13 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-09-05 15:02:13 +0800 |
commit | 44a2f2d83de1b972522802534fbb376d7da2eb91 (patch) | |
tree | 74a5bb29664f62cd953a74a5ac8925bd1a421175 /server/locale/en-US | |
parent | f3768e21a732683c181ec17401d7ba63f68b3635 (diff) | |
download | lua-language-server-44a2f2d83de1b972522802534fbb376d7da2eb91.zip |
fixed #80 没有工作区时更新用户配置
Diffstat (limited to 'server/locale/en-US')
-rw-r--r-- | server/locale/en-US/script.lni | 3 |
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...' |