From bc9c354f7cb0e76da1b115152606e979e5f0e7da Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Tue, 3 Jun 2025 14:25:00 +0800 Subject: [PATCH 1/4] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20neatlogic=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=BB=93=E5=BA=93=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E6=95=B0=E6=8D=AE=E5=BA=93=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1432467032998096]neatlogic数据仓库支持配置第三方数据库获取数据 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1432467032998096 --- localconfig/i18n/language_en.json | 19 +++++++++++++++++++ localconfig/i18n/language_zh.json | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index cf1a8dc..cba45d0 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1059,6 +1059,13 @@ } }, "nfde": { + "databaseconnectionfailedexception": { + "configisempty": "The database connection configuration config is empty", + "fileidlistisempty": "The fileIdList in the {0} database connection configuration config is empty" + }, + "databasenotfoundexception": { + "databasenotfoundexception": "Database: {0} does not exist" + }, "deployappconfigmodulerunnernotfoundexception": { "deployappconfigmodulerunnernotfoundexception": "Application system \u0027{0}\u0027, module \u0027{1}\u0027 is not associated with a runner" }, @@ -4582,6 +4589,9 @@ "adddocumentonlineconfigapi": { "getname": "Add mapping relationship between online help documents and module menus" }, + "deletedatabaseapi": { + "getname": "Delete database configuration information" + }, "deletedocumentonlineconfigapi": { "getname": "Delete the mapping relationship between online help documents and module menus" }, @@ -4591,6 +4601,9 @@ "exportdocumentonlineconfigapi": { "getname": "Export online help document configuration file" }, + "getdatabaseapi": { + "getname": "Retrieve database configuration information" + }, "getdocumentonlineapi": { "getname": "Obtain a single online help document" }, @@ -4606,9 +4619,15 @@ "getdocumentonlineunclassifiedlistapi": { "getname": "Query the list of unclassified online help documents" }, + "savadatabaseapi": { + "getname": "Save database configuration information" + }, "savedocumentonlineconfigapi": { "getname": "Save the mapping relationship between online help documents and module menus" }, + "searchdatabaseapi": { + "getname": "Query database configuration information list" + }, "searchdatasourceapi": { "getname": "Query Data Warehouse Data Source" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index f6fb1d6..7f51d86 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1081,6 +1081,13 @@ } }, "nfde": { + "databaseconnectionfailedexception": { + "configisempty": "数据库连接配置config为空", + "fileidlistisempty": "{0}数据库连接配置config中fileIdList为空" + }, + "databasenotfoundexception": { + "databasenotfoundexception": "数据库:{0} 不存在" + }, "deployappconfigmodulerunnernotfoundexception": { "deployappconfigmodulerunnernotfoundexception": "应用系统“{0}”,模块“{1}”未关联runner" }, @@ -4634,6 +4641,9 @@ "adddocumentonlineconfigapi": { "getname": "添加在线帮助文档与模块菜单的映射关系" }, + "deletedatabaseapi": { + "getname": "删除数据库配置信息" + }, "deletedocumentonlineconfigapi": { "getname": "删除在线帮助文档与模块菜单的映射关系" }, @@ -4643,6 +4653,9 @@ "exportdocumentonlineconfigapi": { "getname": "导出在线帮助文档配置文件" }, + "getdatabaseapi": { + "getname": "获取数据库配置信息" + }, "getdocumentonlineapi": { "getname": "获取单个在线帮助文档" }, @@ -4658,9 +4671,15 @@ "getdocumentonlineunclassifiedlistapi": { "getname": "查询未分类的在线帮助文档列表" }, + "savadatabaseapi": { + "getname": "保存数据库配置信息" + }, "savedocumentonlineconfigapi": { "getname": "保存在线帮助文档与模块菜单的映射关系" }, + "searchdatabaseapi": { + "getname": "查询数据库配置信息列表" + }, "searchdatasourceapi": { "getname": "查询数据仓库数据源" }, -- Gitee From 259bc5d73bb147e8a320ef31d89d4b60c225c128 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Tue, 3 Jun 2025 16:09:06 +0800 Subject: [PATCH 2/4] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20neatlogic=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=BB=93=E5=BA=93=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E6=95=B0=E6=8D=AE=E5=BA=93=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1432467032998096]neatlogic数据仓库支持配置第三方数据库获取数据 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1432467032998096 --- localconfig/i18n/language_en.json | 1 + localconfig/i18n/language_zh.json | 1 + 2 files changed, 2 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index cba45d0..e48bfaa 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -903,6 +903,7 @@ "name": { "connectionid": "Data connection ID", "cron": "Timing strategy", + "databaseid": "Database ID", "datacount": "Data volume", "dbtype": "Database type", "expireunit": "Effective time unit", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 7f51d86..9ad2ac6 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -925,6 +925,7 @@ "name": { "connectionid": "数据连接id", "cron": "定时策略", + "databaseid": "数据库Id", "datacount": "数据量", "dbtype": "数据库类型", "expireunit": "有效时间单位", -- Gitee From 00019c5e6fdf02b0cd53df4dff73466ccb711bb2 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Tue, 3 Jun 2025 16:36:34 +0800 Subject: [PATCH 3/4] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20neatlogic=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=BB=93=E5=BA=93=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E6=95=B0=E6=8D=AE=E5=BA=93=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1432467032998096]neatlogic数据仓库支持配置第三方数据库获取数据 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1432467032998096 --- 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 e48bfaa..1b69e4e 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -4637,6 +4637,9 @@ "mydoservice": { "error": "Unable to find document with docID {0}" } + }, + "testdatabaseapi": { + "getname": "Test database connection" } }, "nmtae": { diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 9ad2ac6..078a77b 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -4689,6 +4689,9 @@ "mydoservice": { "error": "找不到docID为{0}的文档" } + }, + "testdatabaseapi": { + "getname": "测试数据库连接" } }, "nmtae": { -- Gitee From 59bcbbd63c891f53d05e972c499379ae5e1198f3 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Tue, 3 Jun 2025 18:29:37 +0800 Subject: [PATCH 4/4] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20neatlogic=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=BB=93=E5=BA=93=E6=94=AF=E6=8C=81=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E6=95=B0=E6=8D=AE=E5=BA=93=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1432467032998096]neatlogic数据仓库支持配置第三方数据库获取数据 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1432467032998096 --- 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 1b69e4e..05952a7 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1064,6 +1064,9 @@ "configisempty": "The database connection configuration config is empty", "fileidlistisempty": "The fileIdList in the {0} database connection configuration config is empty" }, + "databasenamerepeatexception": { + "databasenamerepeatexception": "Database name: {0} already exists" + }, "databasenotfoundexception": { "databasenotfoundexception": "Database: {0} does not exist" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 078a77b..3185e8d 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1086,6 +1086,9 @@ "configisempty": "数据库连接配置config为空", "fileidlistisempty": "{0}数据库连接配置config中fileIdList为空" }, + "databasenamerepeatexception": { + "databasenamerepeatexception": "数据库名称:{0} 已存在" + }, "databasenotfoundexception": { "databasenotfoundexception": "数据库:{0} 不存在" }, -- Gitee