diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 536881d4b29501509c1d63cb0ee0ce94aa4d1ee6..6ce87fbd03539a56e7f6bef538ff75cabcf470dd 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1610,7 +1610,8 @@ "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", + "retreat": "After the current step is completed and before the next step is completed, a notification is triggered when a user with permission for the current step manually withdraws the step, and the current step is reprocessed", + "revoke": "Before the current step is completed, a notification will be triggered when a user with permission from the previous step manually withdraws the step, and the previous step will be reprocessed", "start": "Trigger notification when steps start automatically or when the processor manually starts processing", "succeed": "Trigger notification upon completion of steps", "transfer": "Triggering notification when a user with step-by-step permission transfers the processing permission of the current step to another user", @@ -1626,6 +1627,7 @@ "reactivate": "Steps to reactivate", "recover": "Step recovery", "retreat": "Step withdrawal", + "revoke": "Step revoked", "start": "Step start", "succeed": "Step successful", "transfer": "Step transfer", @@ -2557,7 +2559,7 @@ "param": { "desc": { "groupby": "Uuid of grouping attributes", - "mode": "Search mode supports two types: page and api, which mainly affect the structure of returned data. Page is the default mode for displaying on pages, while api returns field names for api calls. Api mode only supports scenarios where searchMode=normal.", + "mode": "Search mode supports two types: page and api, which mainly affect the structure of returned data. Page is the default mode for displaying on pages, while api returns field names for api calls. Api mode only supports scenarios where searchMode\u003dnormal.", "searchmode": "Normal: view list mode, group: view list group mode, data: data mode" } } diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 1648b926ae7eec6c25caadda8963c42492f71b78..4c78d394e7f7dabdf90d0e4ab60434433709362a 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1638,7 +1638,8 @@ "pause": "有权限的用户暂停当前步骤时触发通知", "reactivate": "步骤完成后又被重新激活时触发通知", "recover": "有权限的用户恢复当前步骤时触发通知", - "retreat": "工单完成前,由上一步骤有权限的用户手动撤回工单时触发通知,重新处理上一步骤", + "retreat": "当前步骤完成后,在下一步骤完成前,由当前步骤有权限的用户手动撤回步骤时触发通知,重新处理当前步骤", + "revoke": "当前步骤完成前,由上一步骤有权限的用户手动撤回步骤时触发通知,重新处理上一步骤", "start": "步骤自动开始或者处理人手动开始处理时触发通知", "succeed": "步骤完成时触发通知", "transfer": "有步骤转交权限的用户将当前步骤处理权限转交给其他用户时触发通知", @@ -1654,6 +1655,7 @@ "reactivate": "步骤重新激活", "recover": "步骤恢复", "retreat": "步骤撤回", + "revoke": "步骤被撤回", "start": "步骤开始", "succeed": "步骤成功", "transfer": "步骤转交", @@ -2585,7 +2587,7 @@ "param": { "desc": { "groupby": "分组属性的uuid", - "mode": "搜索模式,支持page和api两种,主要影响返回的数据结构,page是默认模式,用于页面展示,api会返回字段名,用于api调用,api模式仅支持searchMode=normal这种场景", + "mode": "搜索模式,支持page和api两种,主要影响返回的数据结构,page是默认模式,用于页面展示,api会返回字段名,用于api调用,api模式仅支持searchMode\u003dnormal这种场景", "searchmode": "normal:视图列表模式、group:视图列表分组模式、data:数据模式" } }