diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-01-08 17:17:42 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-01-08 17:17:42 +0800 |
commit | f97529aae003f635b0218ca95f8a88765b61f182 (patch) | |
tree | a9b2c51f085d04688b2113cefffe1cfd1bb1fe26 /server/locale/en-US/script.lni | |
parent | 948138c24288aec89f2dac53b45f3b34e87a7aff (diff) | |
download | lua-language-server-f97529aae003f635b0218ca95f8a88765b61f182.zip |
统一加个标签
Diffstat (limited to 'server/locale/en-US/script.lni')
-rw-r--r-- | server/locale/en-US/script.lni | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni index b8ade8e4..cda6104c 100644 --- a/server/locale/en-US/script.lni +++ b/server/locale/en-US/script.lni @@ -15,25 +15,25 @@ MWS_COMPLETE = 'Workspace is complete now. You may try again...' PARSER_CRASH = 'Parser crashed! Last words:{}' PARSER_UNKNOWN = 'Unknown syntax error...' -PARSER_MISS_NAME = '<name> expected' -PARSER_UNKNOWN_SYMBOL = 'Unexpected symbol `{symbol}`' -PARSER_MISS_SYMBOL = 'Missed symbol `{symbol}`' -PARSER_MISS_ESC_X = 'Should be 2 hexadecimal digits' -PARSER_UTF8_SMALL = 'At least 1 hexadecimal digit' -PARSER_UTF8_MAX = 'Should between {min} and {max}' -PARSER_ERR_ESC = 'Invalid escape sequence' -PARSER_MUST_X16 = 'Should be hexadecimal digits' -PARSER_MISS_EXPONENT = 'Missed digits for the exponent' -PARSER_MISS_EXP = '<exp> expected' -PARSER_MISS_FIELD = '<field> expected' -PARSER_MISS_METHOD = '<method> expected' -PARSER_ARGS_AFTER_DOTS = '`...` should be the last arg' -PARSER_KEYWORD = '<keyword> cannot be used as name' -PARSER_EXP_IN_ACTION = 'Unexpected <exp>' -PARSER_BREAK_OUTSIDE = '<break> not inside a loop' -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_MISS_NAME = '<name> expected.' +PARSER_UNKNOWN_SYMBOL = 'Unexpected symbol `{symbol}`.' +PARSER_MISS_SYMBOL = 'Missed symbol `{symbol}`.' +PARSER_MISS_ESC_X = 'Should be 2 hexadecimal digits.' +PARSER_UTF8_SMALL = 'At least 1 hexadecimal digit.' +PARSER_UTF8_MAX = 'Should between {min} and {max} .' +PARSER_ERR_ESC = 'Invalid escape sequence.' +PARSER_MUST_X16 = 'Should be hexadecimal digits.' +PARSER_MISS_EXPONENT = 'Missed digits for the exponent.' +PARSER_MISS_EXP = '<exp> expected.' +PARSER_MISS_FIELD = '<field> expected.' +PARSER_MISS_METHOD = '<method> expected.' +PARSER_ARGS_AFTER_DOTS = '`...` should be the last arg.' +PARSER_KEYWORD = '<keyword> cannot be used as name.' +PARSER_EXP_IN_ACTION = 'Unexpected <exp> .' +PARSER_BREAK_OUTSIDE = '<break> not inside a loop.' +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.' SYMBOL_ANONYMOUS = '<Anonymous>' |