From d8412ca885704eac63d7ae5423d708dd61614460 Mon Sep 17 00:00:00 2001 From: linbangquan <1437892690@qq.com> Date: Wed, 13 Mar 2024 14:57:05 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E7=BB=84=E5=90=88?= =?UTF-8?q?=E5=B7=A5=E5=85=B7-=E5=BC=82=E5=B8=B8=E6=8F=90=E9=86=92?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=BF=BB=E8=AF=91=E4=B8=8D=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1111528831418368]组合工具-异常提醒信息翻译不成功 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1111528831418368 --- localconfig/i18n/language_en.json | 8 +++++++- localconfig/i18n/language_zh.json | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 652528f..199878c 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -372,6 +372,9 @@ "autoexeccatalognotfoundexception": { "autoexeccatalognotfoundexception": "Tool directory: {0} does not exist" }, + "autoexeccombophassubmittedversionexception": { + "autoexeccombophassubmittedversionexception": "Combination tool: {0} already has other pending versions for review" + }, "autoexeccombopoperationnotfoundexception": { "autoexeccombopoperationnotfoundexception": "The stage [{0}] tool [{1}] has been deleted. Please clean up the tool in the combination tool and save it" }, @@ -414,6 +417,9 @@ }, "autoexecprofileisnotfoundexception": { "autoexecprofileisnotfoundexception": "The preset parameter set {0} does not exist" + }, + "autoexecserviceisnotcatalogexception": { + "autoexecserviceisnotcatalogexception": "Service: {0} is not a directory" } }, "nfaec": { @@ -4520,4 +4526,4 @@ "name": "Tenant" } } -} \ No newline at end of file +} diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 2a34152..58993b2 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -372,6 +372,9 @@ "autoexeccatalognotfoundexception": { "autoexeccatalognotfoundexception": "工具目录:{0}不存在" }, + "autoexeccombophassubmittedversionexception": { + "autoexeccombophassubmittedversionexception": "组合工具:{0}已经有其他待审核版本" + }, "autoexeccombopoperationnotfoundexception": { "autoexeccombopoperationnotfoundexception": "阶段[{0}] 工具[{1}]已被删除,请在组合工具中清理该工具并保存" }, @@ -414,6 +417,9 @@ }, "autoexecprofileisnotfoundexception": { "autoexecprofileisnotfoundexception": "预置参数集{0}不存在" + }, + "autoexecserviceisnotcatalogexception": { + "autoexecserviceisnotcatalogexception": "服务:{0}不是目录" } }, "nfaec": { @@ -4572,4 +4578,4 @@ "name": "租户基础功能模块" } } -} \ No newline at end of file +} -- Gitee