summaryrefslogtreecommitdiff
path: root/locale/zh-cn
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-02-07 19:43:16 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-02-07 19:43:39 +0800
commit96757146b319ef7b19d56f3c360643e08662caaa (patch)
tree7ebaec7e5fe8a6f9907d93b394fd32359d55e62c /locale/zh-cn
parentf0a66a416e293a3a066582e6b23c1bace9704684 (diff)
downloadlua-language-server-96757146b319ef7b19d56f3c360643e08662caaa.zip
update locale
#1886
Diffstat (limited to 'locale/zh-cn')
-rw-r--r--locale/zh-cn/script.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua
index c365cecb..531b54ae 100644
--- a/locale/zh-cn/script.lua
+++ b/locale/zh-cn/script.lua
@@ -281,6 +281,8 @@ PARSER_NEED_PAREN =
'需要添加一对括号。'
PARSER_NESTING_LONG_MARK =
'Lua 5.1 中不允许使用嵌套的 `[[...]]` 。'
+PARSER_LOCAL_LIMIT =
+'只能同时存在200个活跃的局部变量与上值。'
PARSER_LUADOC_MISS_CLASS_NAME =
'缺少类名称。'
PARSER_LUADOC_MISS_EXTENDS_SYMBOL =