diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index b47b3b9afb560a8c53e848814b5715081875f79d..bf8cfef9bc5719471401879c351b0fdd2846f23f 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 d0a1ea0dc4e0bbff6df421da87ef1f14488c3691..5082a70096e108122c016f457fc0c6727f422954 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": "当前视图已被其他视图引用,请先删除"