From 62ec3309090e2dd8c8f0cfa031a5b5f81482569d Mon Sep 17 00:00:00 2001 From: linbangquan <1437892690@qq.com> Date: Thu, 4 Jan 2024 16:18:15 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-ITSM-?= =?UTF-8?q?CMDB=E5=90=8C=E6=AD=A5=E8=8A=82=E7=82=B9-=E5=85=B3=E7=B3=BB?= =?UTF-8?q?=E6=98=A0=E5=B0=84=E5=AD=90=E6=A8=A1=E5=9E=8B=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1059939512975360]后端-ITSM-CMDB同步节点-关系映射子模型处理 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1059939512975360 --- localconfig/i18n/language_en.json | 24 +++++++++++++++++++++++- localconfig/i18n/language_zh.json | 24 +++++++++++++++++++++++- 2 files changed, 46 insertions(+), 2 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index cc794d3..1cb8f15 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -528,6 +528,20 @@ }, "citypenotfoundexception": { "citypenotfoundexception": "Model type: {0} does not exist" + }, + "ciuniqueattrnotfoundexception": { + "ciuniqueattrnotfoundexception_a": "Configuration item model \u0027{0}\u0027 is missing a unique attribute, please set it", + "ciuniqueattrnotfoundexception_b": "The unique rule property \u0027{2} ({3})\u0027 of model \u0027{0} ({1})\u0027 does not have a matching field configured. Please configure it first", + "ciuniqueattrnotfoundexception_c": "The value of the unique rule attribute \u0027{2} ({3})\u0027 of model \u0027{0} ({1})\u0027 is empty", + "ciuniqueattrnotfoundexception_d": "Failed to obtain transaction hash for configuration item of model \u0027{0}\u0027, unique attribute \u0027{1}\u0027 has no value", + "ciuniqueattrnotfoundexception_e": "Configuration“ {0}- \u003e{1} The value of the unique key mapping attribute \u0027{3}\u0027 for ({2}) does not exist, original data: {4}" + }, + "ciuniqueruleattrtypeirregularexception": { + "ciuniqueruleattrtypeirregularexception_a": "The unique rule property \u0027{2} ({3})\u0027 of model \u0027{0} ({1})\u0027 cannot be an expression property or a reference property", + "ciuniqueruleattrtypeirregularexception_b": "The unique rule attribute \u0027{2} ({3})\u0027 of model \u0027{0} ({1})\u0027 cannot be an expression attribute" + }, + "downwardcinotfoundexception": { + "downwardcinotfoundexception": "Unable to find configuration item model \u0027{2}\u0027 in the downstream model of configuration item model \u0027{0} ({1})\u0027" } }, "nfceg": { @@ -1957,6 +1971,11 @@ } } }, + "nmcacp": { + "getciforprocessmappingapi": { + "getname": "Obtain model information (dedicated to CMDB node relationship mapping in the flowchart)" + } + }, "nmcag": { "deleteglobalattrapi": { "getname": "Delete Global Attribute" @@ -2289,6 +2308,9 @@ } }, "nmcpe": { + "abstractcitargetciidattrnotfoundexception": { + "abstractcitargetciidattrnotfoundexception": "The value of the \"targetCiId (write model)\" field in the abstract model \"{0} ({1})\" is empty" + }, "cientityconfigillegalexception": { "cientityconfigillegalexception": "The CMDB node model mapping information is illegal: {0}" } @@ -4099,4 +4121,4 @@ "name": "Tenant" } } -} \ No newline at end of file +} diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index d5d2dbc..81c5eae 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -528,6 +528,20 @@ }, "citypenotfoundexception": { "citypenotfoundexception": "模型类型:{0}不存在" + }, + "ciuniqueattrnotfoundexception": { + "ciuniqueattrnotfoundexception_a": "配置项模型“{0}”缺少唯一属性,请设置", + "ciuniqueattrnotfoundexception_b": "模型“{0}({1})”的唯一规则属性“{2}({3})”没有配置匹配字段,请先配置", + "ciuniqueattrnotfoundexception_c": "模型“{0}({1})”的唯一规则属性“{2}({3})”的值为空", + "ciuniqueattrnotfoundexception_d": "获取模型“{0}”的配置项事务hash失败,唯一属性“{1}”没有值", + "ciuniqueattrnotfoundexception_e": "配置“{0}-\u003e{1}({2})”的唯一键映射属性“{3}”的值不存在,原始数据:{4}" + }, + "ciuniqueruleattrtypeirregularexception": { + "ciuniqueruleattrtypeirregularexception_a": "模型“{0}({1})”的唯一规则属性“{2}({3})”不能是一个表达式属性或引用型属性", + "ciuniqueruleattrtypeirregularexception_b": "模型“{0}({1})”的唯一规则属性“{2}({3})”不能是一个表达式属性" + }, + "downwardcinotfoundexception": { + "downwardcinotfoundexception": "在配置项模型“{0}({1})”的下游模型中找不到配置项模型“{2}”" } }, "nfceg": { @@ -1985,6 +1999,11 @@ } } }, + "nmcacp": { + "getciforprocessmappingapi": { + "getname": "获取模型信息(流程图cmdb节点关系映射专用)" + } + }, "nmcag": { "deleteglobalattrapi": { "getname": "删除全局属性" @@ -2317,6 +2336,9 @@ } }, "nmcpe": { + "abstractcitargetciidattrnotfoundexception": { + "abstractcitargetciidattrnotfoundexception": "抽象模型“{0}({1})”的“targetCiId(写入模型)”字段的值为空" + }, "cientityconfigillegalexception": { "cientityconfigillegalexception": "CMDB节点模型映射信息不合法:{0}" } @@ -4153,4 +4175,4 @@ "name": "租户基础功能模块" } } -} \ No newline at end of file +} -- Gitee