diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 3c9a4aeb89d0ea073583f5bdbc23a588abfb746f..0edcdbf91f726dde9c38bea8be46ecfe7bffa653 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1598,6 +1598,7 @@ "comment": "Trigger notification when user responds to steps", "failed": "Trigger notification when allocation exception, flow exception, or system exception occurs in the current step causing step failure", "pause": "Trigger notification when authorized users pause the current step", + "reactivate": "Trigger notification when steps are reactivated after completion", "recover": "Trigger notification when authorized users restore the current step", "retreat": "Before the work order is completed, a notification will be triggered when a user with permission from the previous step manually withdraws the work order, and the previous step will be reprocessed", "start": "Trigger notification when steps start automatically or when the processor manually starts processing", @@ -1612,6 +1613,7 @@ "comment": "Step reply", "failed": "Step failed", "pause": "Step pause", + "reactivate": "Steps to reactivate", "recover": "Step recovery", "retreat": "Step withdrawal", "start": "Step start", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 9fa496d240c387ffd377815eb6d4805d70ba9bc0..dca07440e6654345bbb0c44985d9e8a3eae52786 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1626,6 +1626,7 @@ "comment": "用户对步骤进行回复时触发通知", "failed": "当前步骤出现分配异常、流转异常、系统异常导致步骤失败时触发通知", "pause": "有权限的用户暂停当前步骤时触发通知", + "reactivate": "步骤完成后又被重新激活时触发通知", "recover": "有权限的用户恢复当前步骤时触发通知", "retreat": "工单完成前,由上一步骤有权限的用户手动撤回工单时触发通知,重新处理上一步骤", "start": "步骤自动开始或者处理人手动开始处理时触发通知", @@ -1640,6 +1641,7 @@ "comment": "步骤回复", "failed": "步骤失败", "pause": "步骤暂停", + "reactivate": "步骤重新激活", "recover": "步骤恢复", "retreat": "步骤撤回", "start": "步骤开始",