diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-03 10:16:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-03 10:16:50 +0800 |
commit | 072c15b5912400aefcde93bad57fa88d1859e35c (patch) | |
tree | f5eca39acf034ffb81071bf8ed9de5b29e859686 /locale/en-us | |
parent | fbb038b568fffe8ddbf6946cd0f7d49a624b496a (diff) | |
parent | 463d0d5a86bb46482f903aa987cc7c291940eb43 (diff) | |
download | lua-language-server-072c15b5912400aefcde93bad57fa88d1859e35c.zip |
Merge pull request #745 from jefersonf/pt-br-locale-support
Adds support to Brazilian portuguese language
Diffstat (limited to 'locale/en-us')
-rw-r--r-- | locale/en-us/script.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index eb8c12ee..3a23eee2 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -55,7 +55,7 @@ DIAG_UNDEFINED_DOC_NAME = 'Undefined type or alias `{}`.' DIAG_UNDEFINED_DOC_PARAM = 'Undefined param `{}`.' DIAG_UNKNOWN_DIAG_CODE = 'Unknown diagnostic code `{}`.' -MWS_NOT_SUPPORT = '{} dose not support multi workspace for now, I may need to restart to support the new workspace ...' +MWS_NOT_SUPPORT = '{} does 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...' @@ -76,7 +76,7 @@ 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_UTF8_MAX = 'Should be 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.' @@ -96,7 +96,7 @@ PARSER_UNSUPPORT_SYMBOL = '{version} does not support this grammar.' PARSER_UNEXPECT_DOTS = 'Cannot use `...` outside a vararg function.' PARSER_UNEXPECT_SYMBOL = 'Unexpected symbol `{symbol}` .' PARSER_UNKNOWN_TAG = 'Unknown attribute.' -PARSER_MULTI_TAG = 'Dose not support multi attributes.' +PARSER_MULTI_TAG = 'Does not support multi attributes.' PARSER_UNEXPECT_LFUNC_NAME = 'Local function can only use identifiers as name.' PARSER_UNEXPECT_EFUNC_NAME = 'Function as expression cannot be named.' PARSER_ERR_LCOMMENT_END = 'Multi-line annotations should be closed by `{symbol}` .' |