diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 4e519cce37fc22f1f912a69f129dac31d8619263..512d68000003210776bd7f7b947471104e1cda3c 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -3722,6 +3722,17 @@ "processtaskstepstartifnecessaryapi": { "getname": "If necessary, start the work order steps" }, + "processtasktransferapi": { + "getname": "Transfer work order", + "input": { + "param": { + "desc": { + "issavedata": "Do you want to save the data", + "workerlist": "Transfer the target object list" + } + } + } + }, "redoasynccreateprocesstaskapi": { "getname": "Redo asynchronous creation of work orders" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index ee78d52d5dc88e8e4554cdbf31fc8b018dbc4121..1cc5bc7e9fe7c80edbc35e0028846c5e6db810dd 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -3772,6 +3772,17 @@ "processtaskstepstartifnecessaryapi": { "getname": "如果需要,开始工单步骤" }, + "processtasktransferapi": { + "getname": "转交工单", + "input": { + "param": { + "desc": { + "issavedata": "是否保存数据", + "workerlist": "转交目标对象列表" + } + } + } + }, "redoasynccreateprocesstaskapi": { "getname": "重做异步创建工单" },