From 8211bb862eedc19c9bcaa24d15a45b71e401c012 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Tue, 26 Mar 2024 11:41:48 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE-=E7=9F=A9=E9=98=B5-=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=BA=90=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=AE=9A=E4=B9=89=E8=A7=86?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1115260319137792]系统设置-矩阵-数据源增加自定义视图 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1115260319137792 --- localconfig/i18n/language_en.json | 15 +++++++++++++++ localconfig/i18n/language_zh.json | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index d85563b..4085eef 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -2535,6 +2535,11 @@ "cientity": "Configuration items" } }, + "nmcmc": { + "matrixtype": { + "cmdbcustomview": "Custom View" + } + }, "nmcnh": { "cmdbnotifytriggertype": { "cidelete": { @@ -3835,6 +3840,9 @@ "mailservertestapi": { "getname": "Test whether the mail server can send mail normally" }, + "matrixattributesearchapi": { + "getname": "Query matrix properties" + }, "matrixcolumndatasearchforbatchapi": { "getname": "Batch Matrix Attribute Data Query - Dropdown Interface", "input": { @@ -3850,6 +3858,12 @@ }, "matriximportapi": { "getname": "Import matrix data" + }, + "matrixsaveapi": { + "getname": "Save Matrix" + }, + "matrixsearchapi": { + "getname": "Query matrix list" } }, "nmtan": { @@ -4384,6 +4398,7 @@ "domain": "domain name", "exceptionnotify": "Notification exception", "groupname": "Framework", + "integrationuuid": "Integrated UUID", "issuetime": "Issuance time", "matrixuuid": "Matrix uuid", "name": "Framework", diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 2900acb..54f67bc 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -2563,6 +2563,11 @@ "cientity": "配置项" } }, + "nmcmc": { + "matrixtype": { + "cmdbcustomview": "自定义视图" + } + }, "nmcnh": { "cmdbnotifytriggertype": { "cidelete": { @@ -3887,6 +3892,9 @@ "mailservertestapi": { "getname": "测试邮件服务器能否正常发送邮件" }, + "matrixattributesearchapi": { + "getname": "查询矩阵属性" + }, "matrixcolumndatasearchforbatchapi": { "getname": "批量矩阵属性数据查询-下拉接口", "input": { @@ -3902,6 +3910,12 @@ }, "matriximportapi": { "getname": "导入矩阵数据" + }, + "matrixsaveapi": { + "getname": "保存矩阵" + }, + "matrixsearchapi": { + "getname": "查询矩阵列表" } }, "nmtan": { @@ -4436,6 +4450,7 @@ "domain": "域名", "exceptionnotify": "通知异常", "groupname": "系统配置", + "integrationuuid": "集成UUID", "issuetime": "下发时间", "matrixuuid": "矩阵uuid", "name": "基础框架", -- Gitee