File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,8 @@ PARSER_NEED_PAREN = -- TODO: need translate!
281281' Need to add a pair of parentheses.'
282282PARSER_NESTING_LONG_MARK =
283283' Nesting of `[[...]]` is not allowed in Lua 5.1 .'
284+ PARSER_LOCAL_LIMIT =
285+ ' Only 200 active local variables and upvalues can be existed at the same time.'
284286PARSER_LUADOC_MISS_CLASS_NAME =
285287' <class name> expected.'
286288PARSER_LUADOC_MISS_EXTENDS_SYMBOL =
Original file line number Diff line number Diff line change @@ -281,6 +281,8 @@ PARSER_NEED_PAREN = -- TODO: need translate!
281281' 需要添加一对括号。'
282282PARSER_NESTING_LONG_MARK = -- TODO: need translate!
283283' Nesting of `[[...]]` is not allowed in Lua 5.1 .'
284+ PARSER_LOCAL_LIMIT = -- TODO: need translate!
285+ ' Only 200 active local variables and upvalues can be existed at the same time.'
284286PARSER_LUADOC_MISS_CLASS_NAME =
285287' Esperado <class name>.'
286288PARSER_LUADOC_MISS_EXTENDS_SYMBOL =
Original file line number Diff line number Diff line change @@ -281,6 +281,8 @@ PARSER_NEED_PAREN =
281281' 需要添加一对括号。'
282282PARSER_NESTING_LONG_MARK =
283283' Lua 5.1 中不允许使用嵌套的 `[[...]]` 。'
284+ PARSER_LOCAL_LIMIT =
285+ ' 只能同时存在200个活跃的局部变量与上值。'
284286PARSER_LUADOC_MISS_CLASS_NAME =
285287' 缺少类名称。'
286288PARSER_LUADOC_MISS_EXTENDS_SYMBOL =
Original file line number Diff line number Diff line change @@ -281,6 +281,8 @@ PARSER_NEED_PAREN = -- TODO: need translate!
281281' 需要添加一对括号。'
282282PARSER_NESTING_LONG_MARK = -- TODO: need translate!
283283' Nesting of `[[...]]` is not allowed in Lua 5.1 .'
284+ PARSER_LOCAL_LIMIT = -- TODO: need translate!
285+ ' Only 200 active local variables and upvalues can be existed at the same time.'
284286PARSER_LUADOC_MISS_CLASS_NAME =
285287' 缺少類別名稱。'
286288PARSER_LUADOC_MISS_EXTENDS_SYMBOL =
You can’t perform that action at this time.
0 commit comments