diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 6ce87fbd03539a56e7f6bef538ff75cabcf470dd..e0c3f177e147e125a950518bd99ca25c73f19297 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1497,6 +1497,7 @@ "displaymodeaftertimeout": "Display method after work order timeout, optional values naturalTime | workTime", "processtaskstepenablecomment": "Work order step reply function", "processtasktablayout": "Global default tab layout for work order details page, The format is {\"layoutList\": [{\"key\": \"report\",\"top\": false},{\"key\": \"node\",\"top\": false},{\"key\": \"step\",\"top\": false},{\"key\": \"activity\",\"top\": false},{\"key\": \"relevance\",\"top\": false},{\"key\": \"markrepeat\",\"top\": false},{\"key\": \"file\",\"top\": false},{\"key\": \"reportingHistory\",\"top\": false}]}", + "processtaskworkerpolicyisonlyonceexecute": "Is the work order step handler allocation strategy only assigned once, with a default of 0? When the step is reactivated, the handler will be reassigned. If set to 1, the old handler will be used when the step is reactivated", "slatimedisplaymode": "Display method for work order timeliness, with optional values of naturalTime | workTime", "steplist": { "show": "Does the work order detail page display step logs by default" diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 4c78d394e7f7dabdf90d0e4ab60434433709362a..27f51969d07366a5c162dd3ffd0625d1a7b4a762 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1525,6 +1525,7 @@ "displaymodeaftertimeout": "工单时效超时后显示方式,可选值naturalTime|workTime", "processtaskstepenablecomment": "是否工单步骤回复功能", "processtasktablayout": "工单详情页全局默认tab布局,格式为{\"layoutList\": [{\"key\": \"report\",\"top\": false},{\"key\": \"node\",\"top\": false},{\"key\": \"step\",\"top\": false},{\"key\": \"activity\",\"top\": false},{\"key\": \"relevance\",\"top\": false},{\"key\": \"markrepeat\",\"top\": false},{\"key\": \"file\",\"top\": false},{\"key\": \"reportingHistory\",\"top\": false}]}", + "processtaskworkerpolicyisonlyonceexecute": "工单步骤处理人分配策略是否只分配一次处理人,默认为0,步骤重新激活时会重新分配处理人,如果设置为1,则步骤重新激活时会用旧处理人", "slatimedisplaymode": "工单时效显示方式,可选值naturalTime|workTime", "steplist": { "show": "工单详情页是否默认展示步骤日志,1:展开,0:收起 默认是展开"