summaryrefslogtreecommitdiff
path: root/locale/zh-cn
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-03-09 17:48:06 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-03-09 17:48:06 +0800
commit5b144e314fe6644d6f1c46d630820f295dfd866d (patch)
treebd738c6a12358bce53a98e4c5bcbc09905a1c9a0 /locale/zh-cn
parent13397ffa3c6e5e4b59fb28ebe552cb4ca11efcc7 (diff)
downloadlua-language-server-5b144e314fe6644d6f1c46d630820f295dfd866d.zip
type-formating
Diffstat (limited to 'locale/zh-cn')
-rw-r--r--locale/zh-cn/script.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua
index 78708ba0..c5b932c6 100644
--- a/locale/zh-cn/script.lua
+++ b/locale/zh-cn/script.lua
@@ -76,7 +76,7 @@ PARSER_ERR_ESC = '错误的转义符。'
PARSER_MUST_X16 = '必须是16进制字符。'
PARSER_MISS_EXPONENT = '缺少指数部分。'
PARSER_MISS_EXP = '缺少表达式。'
-PARSER_MISS_FIELD = '缺少域名。'
+PARSER_MISS_FIELD = '缺少字段/属性名。'
PARSER_MISS_METHOD = '缺少方法名。'
PARSER_ARGS_AFTER_DOTS = '`...`必须是最后一个参数。'
PARSER_KEYWORD = '关键字无法作为名称。'