diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-26 14:53:27 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-26 14:53:27 +0800 |
commit | de860ca30271b03a29d91b2fbce50788e10c8342 (patch) | |
tree | 71bf6c3c006accb5b14f4a589a8da5d77b2c6ea5 /server/locale | |
parent | 2fdaad20824bfeed0abbfeefef6a533a1ce2632e (diff) | |
download | lua-language-server-de860ca30271b03a29d91b2fbce50788e10c8342.zip |
语法继续崩溃报告
Diffstat (limited to 'server/locale')
-rw-r--r-- | server/locale/en-US/script.lni | 4 | ||||
-rw-r--r-- | server/locale/zh-CN/script.lni | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni index ba95660d..2b14012f 100644 --- a/server/locale/en-US/script.lni +++ b/server/locale/en-US/script.lni @@ -11,4 +11,6 @@ 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...' +MWS_COMPLETE = 'Workspace is complete now. You may try again...' + +PARSER_CRASH = 'Parser crashed! Last words:{}' diff --git a/server/locale/zh-CN/script.lni b/server/locale/zh-CN/script.lni index 233c7afe..17b0948d 100644 --- a/server/locale/zh-CN/script.lni +++ b/server/locale/zh-CN/script.lni @@ -12,3 +12,5 @@ MWS_NOT_SUPPORT = '{} 目前还不支持多工作目录,我可能需要 MWS_RESTART = '重启' MWS_NOT_COMPLETE = '工作目录还没有准备好,你可以稍后再试一下...' MWS_COMPLETE = '工作目录准备好了,你可以再试一下了...' + +PARSER_CRASH = '语法解析崩溃了!遗言:{}' |