summaryrefslogtreecommitdiff
path: root/server/locale/en-US
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-04-05 19:30:57 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-04-05 19:30:57 +0800
commit5d2aee69ef5edd7e3890997cf652cc60737a330f (patch)
tree9f3e5aaa23d7ed1db71451526befccc2248d0f82 /server/locale/en-US
parent5ed7ded384aca2cff4d09401cc852f7943a1ea94 (diff)
downloadlua-language-server-5d2aee69ef5edd7e3890997cf652cc60737a330f.zip
更新Lua解析
Diffstat (limited to 'server/locale/en-US')
-rw-r--r--server/locale/en-US/script.lni4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni
index a35729db..1021c58c 100644
--- a/server/locale/en-US/script.lni
+++ b/server/locale/en-US/script.lni
@@ -11,7 +11,7 @@ DIAG_AMBIGUITY_1 = 'Compute `0 {op} {num}` first. You may need to add bra
DIAG_LOWERCASE_GLOBAL = 'Global variable in lowercase initial'
DIAG_DIAGNOSTICS = 'Diagnostics'
DIAG_SYNTAX_CHECK = 'Syntax Check'
-DIAG_NEED_VERSION = 'Supported in {}, current is {}'
+DIAG_NEED_VERSION = 'Supported in {}'
DIAG_DEFINED_VERSION = 'Defined in {}, current is {}'
MWS_NOT_SUPPORT = '{} dose not support multi workspace for now, I may need to restart to support the new workspace ...'
@@ -42,7 +42,7 @@ PARSER_MALFORMED_NUMBER = 'Malformed number.'
PARSER_ACTION_AFTER_RETURN = '<eof> expected.'
PARSER_NO_VISIBLE_LABEL = 'No visible label `{label}` .'
PARSER_REDEFINE_LABEL = 'Label `{label}` already defined.'
-PARSER_TOCLOSE = '{version} does not support this grammar.'
+PARSER_UNSUPPORT_SYMBOL = '{version} does not support this grammar.'
SYMBOL_ANONYMOUS = '<Anonymous>'