From 4ac0a76ab328ea251d020ce950ab4f8ed917c8be Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 6 Jun 2024 13:02:04 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20IT=E6=9C=8D=E5=8A=A1-?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=BD=AC=E6=8D=A2=E8=8A=82=E7=82=B9=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E5=B1=9E=E6=80=A7=E5=80=BC=E4=B8=8D=E5=90=88=E6=B3=95?= =?UTF-8?q?=E6=97=B6=E9=A1=BB=E6=8A=9B=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #[1173079009492992]IT服务-数据转换节点全局属性值不合法时须抛异常 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1173079009492992 --- localconfig/i18n/language_en.json | 3 ++- localconfig/i18n/language_zh.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index b47b3b9..bf8cfef 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -660,7 +660,8 @@ "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" + "globalattrvalueirregularexception": "The value \u0027{2}\u0027 of global attribute \u0027{0} ({1})\u0027 is illegal", + "globalattrvalueirregularexception_b": "The value \"{4}\" of the global attribute \"{2} {3}\" in model \"{0} {1}\" is illegal. Configuration path: {5}, actual path: {6}" }, "graphisinvokedexception": { "graphisinvokedexception": "The current view is already referenced by another view, please delete it first" diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index d0a1ea0..5082a70 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -660,7 +660,8 @@ "globalattrisinusedexception": "当前属性正在使用中,不能删除" }, "globalattrvalueirregularexception": { - "globalattrvalueirregularexception": "全局属性“{0}({1})”的值“{2}”是不合法的" + "globalattrvalueirregularexception": "全局属性“{0}({1})”的值“{2}”是不合法的", + "globalattrvalueirregularexception_b": "模型“{0}{1}”全局属性“{2}{3}”的值“{4}”是不合法的,配置路径:{5},实际路径:{6}" }, "graphisinvokedexception": { "graphisinvokedexception": "当前视图已被其他视图引用,请先删除" -- Gitee