diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-10-08 17:12:16 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-10-08 17:12:16 +0800 |
commit | 3f67e99f2deec62ab43791d7869f7000c043aeb1 (patch) | |
tree | a694647a75e12bf01b6fdf5fb5d97a07045f1bd6 /server | |
parent | 34ea04653bd0c01ee891252311ab0a7d901a6ce9 (diff) | |
download | lua-language-server-3f67e99f2deec62ab43791d7869f7000c043aeb1.zip |
标签 -> 属性
Diffstat (limited to 'server')
-rw-r--r-- | server/locale/en-US/script.lni | 4 | ||||
-rw-r--r-- | server/locale/zh-CN/script.lni | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/server/locale/en-US/script.lni b/server/locale/en-US/script.lni index 176d1846..475c26ed 100644 --- a/server/locale/en-US/script.lni +++ b/server/locale/en-US/script.lni @@ -67,8 +67,8 @@ PARSER_NO_VISIBLE_LABEL = 'No visible label `{label}` .' PARSER_REDEFINE_LABEL = 'Label `{label}` already defined.' PARSER_UNSUPPORT_SYMBOL = '{version} does not support this grammar.' PARSER_UNEXPECT_DOTS = 'Cannot use `...` outside a vararg function.' -PARSER_UNKNOWN_TAG = 'Unknown tag.' -PARSER_MULTI_TAG = 'Dose not support multi tags.' +PARSER_UNKNOWN_TAG = 'Unknown attribute.' +PARSER_MULTI_TAG = 'Dose not support multi attributes.' PARSER_UNEXPECT_LFUNC_NAME = 'Local function can only use identifiers as name.' PARSER_ERR_LCOMMENT_END = 'Multi-line annotations should be closed by `{symbol}` .' PARSER_ERR_C_LONG_COMMENT = 'Lua should use `--[[ ]]` for multi-line annotations.' diff --git a/server/locale/zh-CN/script.lni b/server/locale/zh-CN/script.lni index 98cc01c8..1d51f258 100644 --- a/server/locale/zh-CN/script.lni +++ b/server/locale/zh-CN/script.lni @@ -67,8 +67,8 @@ PARSER_NO_VISIBLE_LABEL = '标签`{label}`不可见。' PARSER_REDEFINE_LABEL = '标签`{label}`重复定义。' PARSER_UNSUPPORT_SYMBOL = '{version} 不支持该符号。' PARSER_UNEXPECT_DOTS = '`...`只能在不定参函数中使用。' -PARSER_UNKNOWN_TAG = '不支持的标签。' -PARSER_MULTI_TAG = '只能设置一个标签。' +PARSER_UNKNOWN_TAG = '不支持的属性。' +PARSER_MULTI_TAG = '只能设置一个属性。' PARSER_UNEXPECT_LFUNC_NAME = '局部函数只能使用标识符作为名称。' PARSER_ERR_LCOMMENT_END = '应使用`{symbol}`来关闭多行注释。' PARSER_ERR_C_LONG_COMMENT = 'Lua应使用`--[[ ]]`来进行多行注释。' |