diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index d94336c406d3a728ee507574b1d4b17e7595b4cb..d1c2661fc914566bbeb82fb0eef03281b3f8c8e1 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1597,6 +1597,10 @@ "processnotfoundedittargetexception": { "processnotfoundedittargetexception": "Process: {0} does not exist" }, + "processtasknextstepillegalexception": { + "processtasknextstepillegalexception": "{1} Not the next step of step: {0}", + "processtasknextstepillegalexception_a": "The starting step of work order: {0} does not have a next step" + }, "processtasknotfoundedittargetexception": { "processtasknotfoundedittargetexception": "Work order: {0} does not exist" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 08dd16b03690aa51f9f3ee962d5f60a7ca640b95..7dc1248ae89653b68edd192a8487040b5360221b 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1625,6 +1625,10 @@ "processnotfoundedittargetexception": { "processnotfoundedittargetexception": "流程:{0}不存在" }, + "processtasknextstepillegalexception": { + "processtasknextstepillegalexception": "{1}不是步骤:{0}的下一步骤", + "processtasknextstepillegalexception_a": "工单:{0}的开始步骤没有下一步骤" + }, "processtasknotfoundedittargetexception": { "processtasknotfoundedittargetexception": "工单:{0}不存在" },