diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en-us/script.lua | 2 | ||||
-rw-r--r-- | locale/pt-br/script.lua | 2 | ||||
-rw-r--r-- | locale/zh-cn/script.lua | 6 | ||||
-rw-r--r-- | locale/zh-tw/script.lua | 2 |
4 files changed, 10 insertions, 2 deletions
diff --git a/locale/en-us/script.lua b/locale/en-us/script.lua index 8d902250..1cba9dd5 100644 --- a/locale/en-us/script.lua +++ b/locale/en-us/script.lua @@ -275,6 +275,8 @@ PARSER_LUADOC_MISS_DIAG_MODE = '<diagnostic mode> expected.' PARSER_LUADOC_ERROR_DIAG_MODE = '<diagnostic mode> incorrect.' +PARSER_LUADOC_MISS_LOCAL_NAME = +'<local name> expected.' SYMBOL_ANONYMOUS = '<Anonymous>' diff --git a/locale/pt-br/script.lua b/locale/pt-br/script.lua index c3acfec7..21d8ea55 100644 --- a/locale/pt-br/script.lua +++ b/locale/pt-br/script.lua @@ -275,6 +275,8 @@ PARSER_LUADOC_MISS_DIAG_MODE = 'Esperado <diagnostic mode>.' PARSER_LUADOC_ERROR_DIAG_MODE = '<diagnostic mode> incorreto.' +PARSER_LUADOC_MISS_LOCAL_NAME = -- TODO: need translate! +'<local name> expected.' SYMBOL_ANONYMOUS = -- TODO: need translate! '<Anonymous>' diff --git a/locale/zh-cn/script.lua b/locale/zh-cn/script.lua index 9e0c6caf..10a703c7 100644 --- a/locale/zh-cn/script.lua +++ b/locale/zh-cn/script.lua @@ -272,9 +272,11 @@ PARSER_LUADOC_MISS_FUN_AFTER_OVERLOAD = PARSER_LUADOC_MISS_CATE_NAME = '缺少文档类型名称。' PARSER_LUADOC_MISS_DIAG_MODE = -'缺少诊断模式' +'缺少诊断模式。' PARSER_LUADOC_ERROR_DIAG_MODE = -'诊断模式不正确' +'诊断模式不正确。' +PARSER_LUADOC_MISS_LOCAL_NAME = +'缺少变量名。' SYMBOL_ANONYMOUS = '<匿名函数>' diff --git a/locale/zh-tw/script.lua b/locale/zh-tw/script.lua index 608ea2d1..62a5f6e5 100644 --- a/locale/zh-tw/script.lua +++ b/locale/zh-tw/script.lua @@ -275,6 +275,8 @@ PARSER_LUADOC_MISS_DIAG_MODE = '缺少診斷模式' PARSER_LUADOC_ERROR_DIAG_MODE = '診斷模式不正確' +PARSER_LUADOC_MISS_LOCAL_NAME = -- TODO: need translate! +'<local name> expected.' SYMBOL_ANONYMOUS = '<匿名函式>' |