diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index cf1a8dc96dc991b418ce1919a3d3f9cd750117e0..05952a73f4d91cab8f1a9ce53b534b81bd074d64 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", @@ -1059,6 +1060,16 @@ } }, "nfde": { + "databaseconnectionfailedexception": { + "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" + }, "deployappconfigmodulerunnernotfoundexception": { "deployappconfigmodulerunnernotfoundexception": "Application system \u0027{0}\u0027, module \u0027{1}\u0027 is not associated with a runner" }, @@ -4582,6 +4593,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 +4605,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 +4623,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" }, @@ -4617,6 +4640,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 f6fb1d6cb8cdf431a684aae1ee8e80e669c7e11c..3185e8d2a4f1f45b559dffaee09ed7274fc22006 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": "有效时间单位", @@ -1081,6 +1082,16 @@ } }, "nfde": { + "databaseconnectionfailedexception": { + "configisempty": "数据库连接配置config为空", + "fileidlistisempty": "{0}数据库连接配置config中fileIdList为空" + }, + "databasenamerepeatexception": { + "databasenamerepeatexception": "数据库名称:{0} 已存在" + }, + "databasenotfoundexception": { + "databasenotfoundexception": "数据库:{0} 不存在" + }, "deployappconfigmodulerunnernotfoundexception": { "deployappconfigmodulerunnernotfoundexception": "应用系统“{0}”,模块“{1}”未关联runner" }, @@ -4634,6 +4645,9 @@ "adddocumentonlineconfigapi": { "getname": "添加在线帮助文档与模块菜单的映射关系" }, + "deletedatabaseapi": { + "getname": "删除数据库配置信息" + }, "deletedocumentonlineconfigapi": { "getname": "删除在线帮助文档与模块菜单的映射关系" }, @@ -4643,6 +4657,9 @@ "exportdocumentonlineconfigapi": { "getname": "导出在线帮助文档配置文件" }, + "getdatabaseapi": { + "getname": "获取数据库配置信息" + }, "getdocumentonlineapi": { "getname": "获取单个在线帮助文档" }, @@ -4658,9 +4675,15 @@ "getdocumentonlineunclassifiedlistapi": { "getname": "查询未分类的在线帮助文档列表" }, + "savadatabaseapi": { + "getname": "保存数据库配置信息" + }, "savedocumentonlineconfigapi": { "getname": "保存在线帮助文档与模块菜单的映射关系" }, + "searchdatabaseapi": { + "getname": "查询数据库配置信息列表" + }, "searchdatasourceapi": { "getname": "查询数据仓库数据源" }, @@ -4669,6 +4692,9 @@ "mydoservice": { "error": "找不到docID为{0}的文档" } + }, + "testdatabaseapi": { + "getname": "测试数据库连接" } }, "nmtae": {