diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 598aa2dad2fe6985a3720aaf8a6650a09a90ce66..7291f6119819f091b31f085316c05e0ba9c6c09e 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1136,6 +1136,10 @@ "nffe": { "formversionscenenotfoundexception": { "formversionscenenotfoundexception": "In version: {1} of form: {0}, scenario: {2} does not exist" + }, + "status": { + "doing": "Reconstruction in progress", + "done": "Reconstruction completed" } }, "nfie": { @@ -1529,6 +1533,11 @@ "getname": "Save Automation Tool Classification" } }, + "nmaf": { + "autoexecfulltextindextype": { + "script_document_version": "Custom Tool Version" + } + }, "nmcaa": { "deleteattrapi": { "getname": "Delete Model Properties" @@ -2488,6 +2497,11 @@ "widgetisinuseexception": "The current component is in use" } }, + "nmcfe": { + "cmdbfulltextindextype": { + "cientity": "Configuration items" + } + }, "nmcnh": { "cmdbnotifytriggertype": { "cidelete": { @@ -4474,4 +4488,4 @@ "name": "Tenant" } } -} \ No newline at end of file +} diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index be2d2cd3d26caa1b17621c43e537109932371f4c..56f893ad0ee99e9be76f4434ee03c14fec3d8231 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1164,6 +1164,10 @@ "nffe": { "formversionscenenotfoundexception": { "formversionscenenotfoundexception": "在表单:{0}的版本:{1}中,场景:{2}不存在" + }, + "status": { + "doing": "重建中", + "done": "重建完毕" } }, "nfie": { @@ -1557,6 +1561,11 @@ "getname": "保存自动化工具分类" } }, + "nmaf": { + "autoexecfulltextindextype": { + "script_document_version": "自定义工具版本" + } + }, "nmcaa": { "deleteattrapi": { "getname": "删除模型属性" @@ -2516,6 +2525,11 @@ "widgetisinuseexception": "当前组件正在使用中" } }, + "nmcfe": { + "cmdbfulltextindextype": { + "cientity": "配置项" + } + }, "nmcnh": { "cmdbnotifytriggertype": { "cidelete": { @@ -4526,4 +4540,4 @@ "name": "租户基础功能模块" } } -} \ No newline at end of file +}