From f9191ee2a1dec6a2e04d0a9c22cd56db3722c987 Mon Sep 17 00:00:00 2001 From: linbangquan <1437892690@qq.com> Date: Wed, 28 Feb 2024 15:41:36 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E9=85=8D=E7=BD=AE-=E9=87=8D=E5=BB=BA=E7=B4=A2=E5=BC=95-?= =?UTF-8?q?=E7=B4=A2=E5=BC=95=E7=B1=BB=E5=9E=8B=E5=90=8D=E7=A7=B0=E6=B2=A1?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1025132393365504]系统配置-重建索引-索引类型名称没翻译 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1025132393365504 --- localconfig/i18n/language_en.json | 16 +++++++++++++++- localconfig/i18n/language_zh.json | 16 +++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 598aa2d..7291f61 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 be2d2cd..56f893a 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 +} -- Gitee