diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 236927f37c87327fe9ad834d37382740febc8e81..d9fd5a99ee1fd79a70e858f02857dfe1a93ac968 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1369,6 +1369,9 @@ "ipresourceid": "IP: {0}({1}) Unable to find a matching runner, please verify the runner group configuration", "noparam": "Unable to find a matching runner. Please verify the runner group configuration or if there is no runner map configured" } + }, + "runnerurlisnullexception": { + "runnerurlisnullexception": "The URL of the runner with ID {0} is empty" } }, "nfes": { @@ -1500,6 +1503,12 @@ "knowledgetemplatenotfoundedittargetexception": "Knowledge template: {0} does not exist" } }, + "nfme": { + "matrixviewsqlirregularexception": { + "matrixviewsqlirregularexception": "SQL illegal {0}", + "matrixviewsqlirregularexception_a": "The configuration file is not a valid XML file" + } + }, "nfne": { "emailsendexception": { "emailsendexception": "Email sending failed, Exception:{0}", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 9728d04b86ae69bb8c350c71661f673017e8459d..f7a6b40752dc96925f35702591818929788ea862 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1398,6 +1398,9 @@ "ipresourceid": "ip: {0}({1})找不到匹配的runner,请核对runner组配置", "noparam": "找不到匹配的runner,请核对runner组配置 或者 没有配置runner map" } + }, + "runnerurlisnullexception": { + "runnerurlisnullexception": "ID为:{0}的runner的url是空的" } }, "nfes": { @@ -1528,6 +1531,12 @@ "knowledgetemplatenotfoundedittargetexception": "知识模版:{0}不存在" } }, + "nfme": { + "matrixviewsqlirregularexception": { + "matrixviewsqlirregularexception": "sql 非法{0}", + "matrixviewsqlirregularexception_a": "配置文件不是合法的XML文件" + } + }, "nfne": { "emailsendexception": { "emailsendexception": "邮件发送失败,异常:{0}",