diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-03-08 20:10:00 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-03-08 20:10:00 +0800 |
commit | 67945d4ee15f7853e374077ef09ee3ecc9c1a565 (patch) | |
tree | 6b4c2a9bcac39739bbd3d2d0fcd64ab1770aeff7 /locale/en-us/script.lua | |
parent | 9d151d9db282c275e975e826f4082028d62f695a (diff) | |
download | lua-language-server-67945d4ee15f7853e374077ef09ee3ecc9c1a565.zip |
update locale
Diffstat (limited to 'locale/en-us/script.lua')
-rw-r--r-- | locale/en-us/script.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 2a3472a4..0c0c90bd 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -49,6 +49,7 @@ DIAG_DUPLICATE_DOC_PARAM = 'Duplicate params.' DIAG_UNDEFINED_DOC_CLASS = 'Undefined class.' 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_RESTART = 'Restart' @@ -126,6 +127,8 @@ PARSER_LUADOC_MISS_GENERIC_EXTENDS_NAME = '<generic extends name> expected.' PARSER_LUADOC_MISS_VARARG_TYPE = '<vararg type> expected.' PARSER_LUADOC_MISS_FUN_AFTER_OVERLOAD = '`fun` expected.' PARSER_LUADOC_MISS_CATE_NAME = '<doc name> expected.' +PARSER_LUADOC_MISS_DIAG_MODE = '<diagnostic mode> expected.' +PARSER_LUADOC_ERROR_DIAG_MODE = '<diagnostic mode> incorrect.' SYMBOL_ANONYMOUS = '<Anonymous>' |