diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 7364209b7a788f9a17c3a9f62fccece65bb5171f..6e78855ab49c8f93b2f29b9f0057adfb3f54d93c 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1155,6 +1155,16 @@ "eoasteppendingexception": { "eoasteppendingexception": "EOA step: {0} is not activated" }, + "eoastepusernotfoundexception": { + "getmessage": { + "a": "EOA step: {0} cannot find handler, specified user, group, role cannot match user", + "b": "EOA step: {0} cannot find processor, form component value cannot match user", + "c": "EOA step: {0} cannot find handler, specified dispatcher does not exist", + "d": "EOA step: {0} cannot find handler, specified dispatcher cannot match user", + "e": "EOA step: {0} Unable to find handler, specified dispatcher throws exception, exception information: {1}", + "f": "EOA step: {0} cannot find handler" + } + }, "eoatemplateatleastonestepexception": { "eoatemplateatleastonestepexception": "The EOA template must have at least one step" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 575b83cc93563a84821d85d55fa2644ebf32af07..c37b736cd7b00048b836d396e339f6ea358c730d 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1184,6 +1184,16 @@ "eoasteppendingexception": { "eoasteppendingexception": "EOA步骤:{0} 未激活" }, + "eoastepusernotfoundexception": { + "getmessage": { + "a": "EOA步骤:{0}找不到处理人,指定的用户、分组、角色匹配不到用户", + "b": "EOA步骤:{0}找不到处理人,表单组件值匹配不到用户", + "c": "EOA步骤:{0}找不到处理人,指定的分派器不存在", + "d": "EOA步骤:{0}找不到处理人,指定的分派器匹配不到用户", + "e": "EOA步骤:{0}找不到处理人,指定的分派器抛异常,异常信息:{1}", + "f": "EOA步骤:{0}找不到处理人" + } + }, "eoatemplateatleastonestepexception": { "eoatemplateatleastonestepexception": "EOA模板至少要有一个步骤" },