diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index c6a24d15f9898cce5b5760c740ea4b24bfe06b21..e9ca05bad004bf576a35152db67f11ba42131808 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1835,6 +1835,11 @@ "widgetisinuseexception": "The current component is in use" } }, + "nmcpe": { + "cientityconfigillegalexception": { + "cientityconfigillegalexception": "The CMDB node model mapping information is illegal: {0}" + } + }, "nmcps": { "cmdbprocessstephandlertype": { "cientitysync": "Configuration item synchronization", @@ -2373,6 +2378,12 @@ "batchurgeprocesstaskapi": { "getname": "Batch reminder work orders" }, + "processdraftgetapi": { + "getname": "Obtain process draft information" + }, + "processdraftsaveapi": { + "getname": "Save Process Draft" + }, "processgetapi": { "getname": "Obtain a single flowchart data interface" }, @@ -3394,4 +3405,4 @@ "name": "Tenant" } } -} \ No newline at end of file +} diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 5caa684799d33c1faa8053ae5c60c6b3f9ef3c3a..04c69707babe1a8730eb583eff18ee342eb90ed2 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1864,6 +1864,11 @@ "widgetisinuseexception": "当前组件正在使用中" } }, + "nmcpe": { + "cientityconfigillegalexception": { + "cientityconfigillegalexception": "CMDB节点模型映射信息不合法:{0}" + } + }, "nmcps": { "cmdbprocessstephandlertype": { "cientitysync": "配置项同步", @@ -2426,6 +2431,12 @@ "batchurgeprocesstaskapi": { "getname": "批量催办工单" }, + "processdraftgetapi": { + "getname": "获取流程草稿信息" + }, + "processdraftsaveapi": { + "getname": "保存流程草稿" + }, "processgetapi": { "getname": "获取单个流程图数据接口" }, @@ -3443,4 +3454,4 @@ "name": "租户基础功能模块" } } -} \ No newline at end of file +}