From 02799ab288c3633913580cd0fe90a6ddcb1ec3ec Mon Sep 17 00:00:00 2001 From: linbangquan <1437892690@qq.com> Date: Thu, 9 Nov 2023 10:57:42 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=B7=A5=E5=8D=95?= =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E9=A1=B5=E4=BC=98=E5=8C=96=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=B2=A1=E6=9C=89=E9=85=8D=E7=BD=AE=E5=B7=A5?= =?UTF-8?q?=E5=8D=95=E7=94=9F=E6=88=90=E7=AD=96=E7=95=A5=E6=97=B6=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1020069608390656]工单上报页优化服务类型没有配置工单生成策略时错误提示文案 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1020069608390656 --- localconfig/i18n/language_en.json | 5 ++++- localconfig/i18n/language_zh.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index c6a24d1..341a07d 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 5caa684..bd56d74 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 +} -- Gitee