diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index f5ed914c858a3a90efacc757f359309d19783346..84ad0dc26c9efc763abaddfc461fd67850b98e07 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -2879,10 +2879,10 @@ "dataconversionconfigillegalexception": "The mapping information of the data conversion node model is invalid: {0}" }, "dataconversionleftjoinsametablemultipletimesexception": { - "dataconversionleftjoinsametablemultipletimesexception": "Configuration path: {0}, actual path: {1}, table component: {2} is repeatedly associated" + "dataconversionleftjoinsametablemultipletimesexception_a": "Table component: {0} is repeatedly associated" }, "dataconversionleftjointablehasmultiplerowsofdataexception": { - "dataconversionleftjointablehasmultiplerowsofdataexception": "Configuration path: {0}, actual path: {1}, associated table component: {2} obtained multiple rows of data, resulting in data of {3}" + "dataconversionleftjointablehasmultiplerowsofdataexception_a": "The associated table component: {0} obtains multiple rows of data, and the resulting data is: {1}" } }, "nmcdac": { diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index d8911cbd986b4a590bc5bee373d5ff32ff851430..c37a5ba77c05a338dcfe28641dc5f59232fbe437 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -2907,10 +2907,10 @@ "dataconversionconfigillegalexception": "数据转换节点模型映射信息不合法:{0}" }, "dataconversionleftjoinsametablemultipletimesexception": { - "dataconversionleftjoinsametablemultipletimesexception": "配置路径:{0},实际路径:{1},表格组件:{2} 被重复关联" + "dataconversionleftjoinsametablemultipletimesexception_a": "表格组件:{0}被重复关联" }, "dataconversionleftjointablehasmultiplerowsofdataexception": { - "dataconversionleftjointablehasmultiplerowsofdataexception": "配置路径:{0},实际路径:{1},关联表格组件:{2} 得到多行数据,结果数据为:{3}" + "dataconversionleftjointablehasmultiplerowsofdataexception_a": "关联表格组件:{0}得到多行数据,结果数据为:{1}" } }, "nmcdac": {