Skip to content

Commit 9675714

Browse files
committed
update locale
#1886
1 parent f0a66a4 commit 9675714

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

locale/en-us/script.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ PARSER_NEED_PAREN = -- TODO: need translate!
281281
'Need to add a pair of parentheses.'
282282
PARSER_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.'
284286
PARSER_LUADOC_MISS_CLASS_NAME =
285287
'<class name> expected.'
286288
PARSER_LUADOC_MISS_EXTENDS_SYMBOL =

locale/pt-br/script.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ PARSER_NEED_PAREN = -- TODO: need translate!
281281
'需要添加一对括号。'
282282
PARSER_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.'
284286
PARSER_LUADOC_MISS_CLASS_NAME =
285287
'Esperado <class name>.'
286288
PARSER_LUADOC_MISS_EXTENDS_SYMBOL =

locale/zh-cn/script.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ PARSER_NEED_PAREN =
281281
'需要添加一对括号。'
282282
PARSER_NESTING_LONG_MARK =
283283
'Lua 5.1 中不允许使用嵌套的 `[[...]]` 。'
284+
PARSER_LOCAL_LIMIT =
285+
'只能同时存在200个活跃的局部变量与上值。'
284286
PARSER_LUADOC_MISS_CLASS_NAME =
285287
'缺少类名称。'
286288
PARSER_LUADOC_MISS_EXTENDS_SYMBOL =

locale/zh-tw/script.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ PARSER_NEED_PAREN = -- TODO: need translate!
281281
'需要添加一对括号。'
282282
PARSER_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.'
284286
PARSER_LUADOC_MISS_CLASS_NAME =
285287
'缺少類別名稱。'
286288
PARSER_LUADOC_MISS_EXTENDS_SYMBOL =

0 commit comments

Comments
 (0)