diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index c6a24d15f9898cce5b5760c740ea4b24bfe06b21..341a07dc18e03004068f720ab4bbfda87e7eacb5 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -861,6 +861,9 @@ }, "processtasknotfoundedittargetexception": { "processtasknotfoundedittargetexception": "Work order: {0} does not exist" + }, + "processtaskserialnumberpolicynotfoundexception": { + "processtaskserialnumberpolicynotfoundexception": "Service type: '{0}' does not have a configured work order number generation strategy. Please contact the administrator and edit the work order prefix, work order rule, start position, and work order number digits for this service type in \u0027IT Service/Service Type Management\u0027" } }, "nfral": { @@ -3394,4 +3397,4 @@ "name": "Tenant" } } -} \ No newline at end of file +} diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 5caa684799d33c1faa8053ae5c60c6b3f9ef3c3a..bd56d74b4f8f8c4c9be1a3dbc176d7b5160f414c 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -890,6 +890,9 @@ }, "processtasknotfoundedittargetexception": { "processtasknotfoundedittargetexception": "工单:{0}不存在" + }, + "processtaskserialnumberpolicynotfoundexception": { + "processtaskserialnumberpolicynotfoundexception": "服务类型:”{0}“没有配置工单号生成策略,请联系管理员,在“IT服务/服务类型管理”中编辑该服务类型的工单号前缀、工单号规则、起始位、工单号位数" } }, "nfral": { @@ -3443,4 +3446,4 @@ "name": "租户基础功能模块" } } -} \ No newline at end of file +}