diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index d4bf28a0e31780180d5374db28d6f07fefd36f26..e4fa426612e625e3455fdb011d1b3031c10f8424 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -3776,6 +3776,9 @@ } } }, + "processtaskcanreactivatesteplistapi": { + "getname": "List of steps that the current user can reactivate" + }, "processtaskcompleteapi": { "getname": "Transfer work order" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 35c25585f949a0c5e776c0ec121054eb76e989e6..a01fc103bb07461705555765e0fbbbf10af3f1a5 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -3826,6 +3826,9 @@ } } }, + "processtaskcanreactivatesteplistapi": { + "getname": "当前用户可以重新激活的步骤列表" + }, "processtaskcompleteapi": { "getname": "流转工单" },