From cba6630519ec3963cad98fb2ce04160bb092a7d4 Mon Sep 17 00:00:00 2001 From: linbangquan <1437892690@qq.com> Date: Mon, 4 Dec 2023 09:25:18 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-cmdb?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E5=A2=9E=E5=8A=A0=E5=B1=9E=E6=80=A7=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=80=BC=E6=A0=A1=E9=AA=8C=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1038886606700544]后端-cmdb节点增加属性类型值校验逻辑 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1038886606700544 --- localconfig/i18n/language_en.json | 3 +++ localconfig/i18n/language_zh.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 6e65e67..016f34d 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -478,6 +478,9 @@ "nfceg": { "globalattrisinusedexception": { "globalattrisinusedexception": "The current attribute is in use and cannot be deleted" + }, + "globalattrvalueirregularexception": { + "globalattrvalueirregularexception": "The value \u0027{2}\u0027 of global attribute \u0027{0} ({1})\u0027 is illegal" } }, "nfcer": { diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index c115b62..5ca2cb6 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -478,6 +478,9 @@ "nfceg": { "globalattrisinusedexception": { "globalattrisinusedexception": "当前属性正在使用中,不能删除" + }, + "globalattrvalueirregularexception": { + "globalattrvalueirregularexception": "全局属性“{0}({1})”的值“{2}”是不合法的" } }, "nfcer": { -- Gitee