File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,8 @@ PARSER_LUADOC_MISS_DIAG_MODE =
275275' <diagnostic mode> expected.'
276276PARSER_LUADOC_ERROR_DIAG_MODE =
277277' <diagnostic mode> incorrect.'
278+ PARSER_LUADOC_MISS_LOCAL_NAME =
279+ ' <local name> expected.'
278280
279281SYMBOL_ANONYMOUS =
280282' <Anonymous>'
Original file line number Diff line number Diff line change @@ -275,6 +275,8 @@ PARSER_LUADOC_MISS_DIAG_MODE =
275275' Esperado <diagnostic mode>.'
276276PARSER_LUADOC_ERROR_DIAG_MODE =
277277' <diagnostic mode> incorreto.'
278+ PARSER_LUADOC_MISS_LOCAL_NAME = -- TODO: need translate!
279+ ' <local name> expected.'
278280
279281SYMBOL_ANONYMOUS = -- TODO: need translate!
280282' <Anonymous>'
Original file line number Diff line number Diff line change @@ -272,9 +272,11 @@ PARSER_LUADOC_MISS_FUN_AFTER_OVERLOAD =
272272PARSER_LUADOC_MISS_CATE_NAME =
273273' 缺少文档类型名称。'
274274PARSER_LUADOC_MISS_DIAG_MODE =
275- ' 缺少诊断模式'
275+ ' 缺少诊断模式。 '
276276PARSER_LUADOC_ERROR_DIAG_MODE =
277- ' 诊断模式不正确'
277+ ' 诊断模式不正确。'
278+ PARSER_LUADOC_MISS_LOCAL_NAME =
279+ ' 缺少变量名。'
278280
279281SYMBOL_ANONYMOUS =
280282' <匿名函数>'
Original file line number Diff line number Diff line change @@ -275,6 +275,8 @@ PARSER_LUADOC_MISS_DIAG_MODE =
275275' 缺少診斷模式'
276276PARSER_LUADOC_ERROR_DIAG_MODE =
277277' 診斷模式不正確'
278+ PARSER_LUADOC_MISS_LOCAL_NAME = -- TODO: need translate!
279+ ' <local name> expected.'
278280
279281SYMBOL_ANONYMOUS =
280282' <匿名函式>'
You can’t perform that action at this time.
0 commit comments