From c51c909427b861ddb30997f14a63fd81edff96aa Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 27 Mar 2025 15:22:05 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=B7=A5=E5=8D=95?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5-=E6=95=B0=E6=8D=AE=E8=BD=AC?= =?UTF-8?q?=E6=8D=A2=E8=8A=82=E7=82=B9=E5=BC=82=E5=B8=B8=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1356418362343424]工单详情页-数据转换节点异常信息展示优化 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1356418362343424 --- localconfig/i18n/language_en.json | 4 ++-- localconfig/i18n/language_zh.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index f5ed914..84ad0dc 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 d8911cb..c37a5ba 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": { -- Gitee