diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index f97cceb0753e122e81c904cfe08bbdb962842020..0de51f5377c3a91bf1bac9cd43128562ead2744c 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 fb716d69433b197538a1e8f04fa68fd73d52012c..10054add6d049f3ade14b2714d49c9e78fd76213 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 +}