Skip to content

Commit bdd0794

Browse files
committed
update locale
1 parent afc5f4e commit bdd0794

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

locale/en-us/script.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ PARSER_LUADOC_MISS_DIAG_MODE =
275275
'<diagnostic mode> expected.'
276276
PARSER_LUADOC_ERROR_DIAG_MODE =
277277
'<diagnostic mode> incorrect.'
278+
PARSER_LUADOC_MISS_LOCAL_NAME =
279+
'<local name> expected.'
278280

279281
SYMBOL_ANONYMOUS =
280282
'<Anonymous>'

locale/pt-br/script.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ PARSER_LUADOC_MISS_DIAG_MODE =
275275
'Esperado <diagnostic mode>.'
276276
PARSER_LUADOC_ERROR_DIAG_MODE =
277277
'<diagnostic mode> incorreto.'
278+
PARSER_LUADOC_MISS_LOCAL_NAME = -- TODO: need translate!
279+
'<local name> expected.'
278280

279281
SYMBOL_ANONYMOUS = -- TODO: need translate!
280282
'<Anonymous>'

locale/zh-cn/script.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,11 @@ PARSER_LUADOC_MISS_FUN_AFTER_OVERLOAD =
272272
PARSER_LUADOC_MISS_CATE_NAME =
273273
'缺少文档类型名称。'
274274
PARSER_LUADOC_MISS_DIAG_MODE =
275-
'缺少诊断模式'
275+
'缺少诊断模式'
276276
PARSER_LUADOC_ERROR_DIAG_MODE =
277-
'诊断模式不正确'
277+
'诊断模式不正确。'
278+
PARSER_LUADOC_MISS_LOCAL_NAME =
279+
'缺少变量名。'
278280

279281
SYMBOL_ANONYMOUS =
280282
'<匿名函数>'

locale/zh-tw/script.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ PARSER_LUADOC_MISS_DIAG_MODE =
275275
'缺少診斷模式'
276276
PARSER_LUADOC_ERROR_DIAG_MODE =
277277
'診斷模式不正確'
278+
PARSER_LUADOC_MISS_LOCAL_NAME = -- TODO: need translate!
279+
'<local name> expected.'
278280

279281
SYMBOL_ANONYMOUS =
280282
'<匿名函式>'

0 commit comments

Comments
 (0)