From f8e1ace177dd4116bc5e2a444935ce167511ca67 Mon Sep 17 00:00:00 2001 From: linbangquan <1437892690@qq.com> Date: Fri, 15 Dec 2023 18:38:41 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-CMDB-?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E3=80=81?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9=E6=9F=A5=E8=AF=A2=E7=9A=84=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=A0=91?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1047056406249472]后端-CMDB-模型详情页面、配置项查询的详情页面,增加树目录 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1047056406249472 --- localconfig/i18n/language_en.json | 31 ++++++++++++++++++++++++++++++- localconfig/i18n/language_zh.json | 31 ++++++++++++++++++++++++++++++- 2 files changed, 60 insertions(+), 2 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index f97cceb..0de51f5 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -36,6 +36,7 @@ "catalogname": "Directory Name", "check": "Auditing", "children": "subset", + "childrencount": "Number of Subsets", "classname": "Full class name", "cnname": "Chinese name", "collectcount": "Collection volume", @@ -269,6 +270,7 @@ "tagidlist": "Tag ID List", "taglist": "Label List", "tagsdir": "Label Catalog", + "targetid": "Target ID", "task": "task", "tbodylist": "tbody list", "team": "group", @@ -502,6 +504,15 @@ } }, "nfcec": { + "cicatalogisinusedexception": { + "cicatalogisinusedexception": "The current directory node: {0} has been referenced. Please remove the reference before deleting it" + }, + "cicatalognamerepeatexception": { + "cicatalognamerepeatexception": "Model directory: {0} already exists" + }, + "cicatalognotfoundexception": { + "cicatalognotfoundexception": "Model directory: {0} does not exist" + }, "citypenotfoundexception": { "citypenotfoundexception": "Model type: {0} does not exist" } @@ -1420,6 +1431,9 @@ "deleteciapi": { "getname": "Delete Model" }, + "deletecicatalogapi": { + "getname": "Delete model directory" + }, "deletecientityapi": { "getname": "Delete Configuration Item" }, @@ -1466,6 +1480,9 @@ "getciauthapi": { "getname": "Obtain model authorization information" }, + "getcicatalogapi": { + "getname": "Get model directory" + }, "getcientityapi": { "getname": "Obtain configuration item details", "input": { @@ -1543,6 +1560,12 @@ "listciapi": { "getname": "Return model list information (for dropdown boxes)" }, + "listcicatalogandcifortreeapi": { + "getname": "Obtain model directory and model tree list" + }, + "listcicatalogfortreeapi": { + "getname": "Get the model directory tree list" + }, "listcientityforselectapi": { "description": { "desc": "Query Content Center Status List" @@ -1576,6 +1599,9 @@ "listexpressionattrrelapi": { "getname": "Returns a list of model expression properties and relationships" }, + "movecicatalogapi": { + "getname": "Mobile Model Catalog" + }, "resetattrentityindexapi": { "description": { "desc": "Rebuild the reference attribute index interface to optimize query performance" @@ -1621,6 +1647,9 @@ } } }, + "savecicatalogapi": { + "getname": "Save Model Catalog" + }, "savecientityalertapi": { "getname": "Save Configuration Item Alert", "input": { @@ -3822,4 +3851,4 @@ "name": "Tenant" } } -} \ No newline at end of file +} diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index fb716d6..10054ad 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -36,6 +36,7 @@ "catalogname": "目录名称", "check": "审核", "children": "子集合", + "childrencount": "子集合个数", "classname": "全类名", "cnname": "中文名称", "collectcount": "收藏量", @@ -269,6 +270,7 @@ "tagidlist": "标签id列表", "taglist": "标签列表", "tagsdir": "标签目录", + "targetid": "目标id", "task": "任务", "tbodylist": "展示的值", "team": "组", @@ -502,6 +504,15 @@ } }, "nfcec": { + "cicatalogisinusedexception": { + "cicatalogisinusedexception": "当前目录节点:{0} 已被引用,请解除引用后再删除" + }, + "cicatalognamerepeatexception": { + "cicatalognamerepeatexception": "模型目录:{0} 已存在" + }, + "cicatalognotfoundexception": { + "cicatalognotfoundexception": "模型目录:{0} 不存在" + }, "citypenotfoundexception": { "citypenotfoundexception": "模型类型:{0}不存在" } @@ -1449,6 +1460,9 @@ "deleteciapi": { "getname": "删除模型" }, + "deletecicatalogapi": { + "getname": "删除模型目录" + }, "deletecientityapi": { "getname": "删除配置项" }, @@ -1495,6 +1509,9 @@ "getciauthapi": { "getname": "获取模型授权信息" }, + "getcicatalogapi": { + "getname": "获取模型目录" + }, "getcientityapi": { "getname": "获取配置项详细信息", "input": { @@ -1572,6 +1589,12 @@ "listciapi": { "getname": "返回模型列表信息(下拉框用)" }, + "listcicatalogandcifortreeapi": { + "getname": "获取模型目录和模型树形列表" + }, + "listcicatalogfortreeapi": { + "getname": "获取模型目录树形列表" + }, "listcientityforselectapi": { "description": { "desc": "查询资源中心状态列表" @@ -1605,6 +1628,9 @@ "listexpressionattrrelapi": { "getname": "返回模型表达式属性和关系列表" }, + "movecicatalogapi": { + "getname": "移动模型目录" + }, "resetattrentityindexapi": { "description": { "desc": "重建引用属性索引接口,用于优化查询性能" @@ -1650,6 +1676,9 @@ } } }, + "savecicatalogapi": { + "getname": "保存模型目录" + }, "savecientityalertapi": { "getname": "保存配置项告警", "input": { @@ -3871,4 +3900,4 @@ "name": "租户基础功能模块" } } -} \ No newline at end of file +} -- Gitee