diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-29 15:13:37 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-29 15:13:37 +0800 |
commit | 2092b61ac8a42f1dea21c99c0e95bd4e3c446214 (patch) | |
tree | 701b6d0a6f9d181562ebe607578983567041f542 /server/locale/en-US/script.lni | |
parent | 272915898dfaa1da0416e28c75d6bac226934e98 (diff) | |
download | lua-language-server-2092b61ac8a42f1dea21c99c0e95bd4e3c446214.zip |
还要翻译,好麻烦
Diffstat (limited to 'server/locale/en-US/script.lni')
-rw-r--r-- | server/locale/en-US/script.lni | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni index 1f1b68d0..ffc934b3 100644 --- a/server/locale/en-US/script.lni +++ b/server/locale/en-US/script.lni @@ -15,6 +15,7 @@ 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_MISS_NAME = '<name> expected.' +PARSER_UNKNOWN_SYMBOL = 'Unexpected symbol `{symbol}`' SYMBOL_ANONYMOUS = '<Anonymous>' |