From 36c97cdd55dd45198cd13767816dfc9d7d231249 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Wed, 17 Jul 2024 18:41:16 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-eoa?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF/=E8=8A=82=E7=82=B9=EF=BC=9A=E5=88=86?= =?UTF-8?q?=E6=B4=BE=E4=BA=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1197847926505472]后端-eoa模板/节点:分派人调整 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1197847926505472 --- localconfig/i18n/language_en.json | 10 ++++++++++ localconfig/i18n/language_zh.json | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 7364209..6e78855 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 575b83c..c37b736 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模板至少要有一个步骤" }, -- Gitee