diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index ed54838b03df8d20ca371cdf6a11242a14f901fa..02c040c839b03e33e74b0df5667b926eba3b2623 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1372,6 +1372,13 @@ } }, "nfpep": { + "processconfigexception": { + "condition": "There is an invalid step in the conditional flow rule setting of step {0}", + "copy": "Allocation handler for step {0} - Copy pre step handler - Invalid step in pre step", + "prestepassign": "Allocation handler for step {0} - specified by pre step handler - invalid step in pre step", + "prestepassignconditionstep": "Allocation handler for step {0} - specified by pre step handler - pre step - invalid step in conditional path", + "sla": "There is an invalid step in the associated step of timeliness setting - {0}" + }, "processnotfoundedittargetexception": { "processnotfoundedittargetexception": "Process: {0} does not exist" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 4fc4bdc6dfacb85110cef18d258f2b801a76f78f..56a931a01cf24f450cee698a6d24d41ce8d80d40 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1400,6 +1400,13 @@ } }, "nfpep": { + "processconfigexception": { + "condition": "{0}步骤的条件流转规则设置中存在无效的步骤", + "copy": "{0}步骤的分配处理人-复制前置步骤处理人-前置步骤中存在无效的步骤", + "prestepassign": "{0}步骤的分配处理人-由前置步骤处理人指定-前置步骤中存在无效的步骤", + "prestepassignconditionstep": "{0}步骤的分配处理人-由前置步骤处理人指定-前置步骤-条件路径中存在无效的步骤", + "sla": "时效设置-{0}时效的关联步骤中存在无效的步骤" + }, "processnotfoundedittargetexception": { "processnotfoundedittargetexception": "流程:{0}不存在" },