diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index f6ffd45a4b752c5466de459d4f8966d927e5a5e1..b54636aa3c003823e99c5094f867c65646e53995 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -151,6 +151,7 @@ "isfavoried": "Favorite or not", "isfile": "Is it a file", "isfocus": "Have you followed", + "ishidden": "Whether to hide", "islimit": "Whether to limit the number of items", "ismultiple": "Do you want to select multiple options", "ismycreated": "Do I create", @@ -1671,6 +1672,9 @@ "getciuniqueapi": { "getname": "Returns a list of unique attribute IDs" }, + "getcustomviewattrapi": { + "getname": "Get a list of custom view properties" + }, "getcustomviewcientityapi": { "getname": "Obtain custom view ID data based on configuration item ID" }, @@ -2349,6 +2353,21 @@ "cmdbsync": "CMDB synchronization" } }, + "nmcwe": { + "cmdbdispatcherdispatchfailedexception": { + "cmdbdispatcherdispatchfailedexception_a": "The configuration item model or view \u0027{0}\u0027 does not exist", + "cmdbdispatcherdispatchfailedexception_b": "Unable to find handler in matching result: {0}", + "cmdbdispatcherdispatchfailedexception_c": "In the {0} ({1}) model, configuration item data cannot be found based on the matching condition: {2}", + "cmdbdispatcherdispatchfailedexception_d": "In the {0} ({1}) model, find {3} configuration item data based on matching criteria: {2}", + "cmdbdispatcherdispatchfailedexception_e": "In the {0} view, configuration item data cannot be found based on the matching criteria: {1}", + "cmdbdispatcherdispatchfailedexception_f": "In the {0} view, find multiple configuration item data for {2} based on the matching criteria: {1}" + } + }, + "nmcwh": { + "cmdbdispatcher": { + "getname": "CMDB Dispatcher" + } + }, "nmda": { "exportdashboardapi": { "getname": "Export Dashboard" @@ -2994,6 +3013,20 @@ } } }, + "nmpwh": { + "handlerleaderdispatcher": { + "getname": "Processor Leader Dispatcher" + }, + "leaderdispatcher": { + "getname": "Group Leader Dispatcher" + }, + "ownerleaderdispatcher": { + "getname": "Reported by Leader Dispatcher" + }, + "workloaddispatcher": { + "getname": "Assign processors based on workload" + } + }, "nmra": { "deletereportapi": { "getname": "Delete Report" @@ -4154,4 +4187,4 @@ "name": "Tenant" } } -} \ No newline at end of file +} diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index c3dececcfc8e1297b7f80a6497eaf82f575fc5f4..1b3a0c6422fa9919aa0bbed212d86a87b6cdc72b 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -151,6 +151,7 @@ "isfavoried": "是否收藏", "isfile": "是否是文件", "isfocus": "是否已关注", + "ishidden": "是否隐藏", "islimit": "是否限制个数", "ismultiple": "是否多选", "ismycreated": "是否我创建", @@ -1699,6 +1700,9 @@ "getciuniqueapi": { "getname": "返回唯一属性id列表" }, + "getcustomviewattrapi": { + "getname": "获取自定义视图属性列表" + }, "getcustomviewcientityapi": { "getname": "根据配置项id获取自定义视图id数据" }, @@ -2377,6 +2381,21 @@ "cmdbsync": "CMDB同步" } }, + "nmcwe": { + "cmdbdispatcherdispatchfailedexception": { + "cmdbdispatcherdispatchfailedexception_a": "配置项模型或视图“{0}”不存在", + "cmdbdispatcherdispatchfailedexception_b": "在匹配结果:”{0}“中找不到处理人", + "cmdbdispatcherdispatchfailedexception_c": "在”{0}({1})“模型中,根据匹配条件:”{2}“找不到配置项数据", + "cmdbdispatcherdispatchfailedexception_d": "在”{0}({1})“模型中,根据匹配条件:”{2}“找到”{3}“条配置项数据", + "cmdbdispatcherdispatchfailedexception_e": "在”{0}“视图中,根据匹配条件:”{1}“找不到配置项数据", + "cmdbdispatcherdispatchfailedexception_f": "在”{0}“视图中,根据匹配条件:”{1}“找到”{2}“多条配置项数据" + } + }, + "nmcwh": { + "cmdbdispatcher": { + "getname": "CMDB分派器" + } + }, "nmda": { "exportdashboardapi": { "getname": "导出仪表板" @@ -3046,6 +3065,20 @@ } } }, + "nmpwh": { + "handlerleaderdispatcher": { + "getname": "处理人领导分派器" + }, + "leaderdispatcher": { + "getname": "分组领导分派器" + }, + "ownerleaderdispatcher": { + "getname": "上报人领导分派器" + }, + "workloaddispatcher": { + "getname": "根据工作量分配处理人" + } + }, "nmra": { "deletereportapi": { "getname": "删除报表" @@ -4208,4 +4241,4 @@ "name": "租户基础功能模块" } } -} \ No newline at end of file +}