diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 1bceddb68ee3811f07556cf2cb0322bd65313568..0b6e72179dec2ad81eb95e076ec1fb7e81a65b5e 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1490,6 +1490,7 @@ "itsmtenantconfig": { "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}]}", "slatimedisplaymode": "Display method for work order timeliness, with optional values of naturalTime | workTime", "workcentercustomlimit": "The \u0027Personal Category\u0027 in the work order center exceeds the limit and cannot add custom categories", "workcenterprocesstasknewpage": "Click on the ticket center to open a new page. The default value is 0, which means it will not be opened by default", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index e93dc30b991e355c13f186914c0834f84f73ea7f..226d25bc46948da2bd8ef7fab0ccadb4c8bc5244 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1518,6 +1518,7 @@ "itsmtenantconfig": { "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}]}", "slatimedisplaymode": "工单时效显示方式,可选值naturalTime|workTime", "workcentercustomlimit": "工单中心“个人分类”超过限制无法添加自定义分类(拥有“工单中心管理权限”的用户不受限制)", "workcenterprocesstasknewpage": "工单中心点击工单是否打开新页面,默认值是 0,即默认不打开",