From 291dc88ef7ead41d714a29e58f6592c1635ae315 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Mon, 27 Oct 2025 18:07:04 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-?= =?UTF-8?q?=E8=B6=85=E7=BA=A7=E6=B5=81=E6=B0=B4=E7=BA=BF=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E6=95=B4=E4=BD=93=E4=BF=9D=E5=AD=98=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1541385189031936]后端-超级流水线作业整体保存校验 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1541385189031936 --- localconfig/i18n/language_en.json | 5 ++++- localconfig/i18n/language_zh.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 1fc08fc..3881701 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1251,6 +1251,9 @@ "deploypipelinenotfoundedittargetexception": { "deploypipelinenotfoundedittargetexception": "The pipeline with id {0} does not exist" }, + "deploypipelineparamcannotbeemptyexception": { + "deploypipelineparamcannotbeemptyexception": "The job parameters\u0027 {3} ({4}) \u0027for channel {0}, group {1}, and job template {2} cannot be empty" + }, "importdeploypipelineappnameinconsistencyexception": { "importdeploypipelineappnameinconsistencyexception": "Import failed. The application name in the import package is inconsistent with the current application name. Importing the pipeline configuration of {0} application into {1} application is not supported" } @@ -5974,4 +5977,4 @@ "name": "Tenant" } } -} \ No newline at end of file +} diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 9547a2b..bbd3d35 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1273,6 +1273,9 @@ "deploypipelinenotfoundedittargetexception": { "deploypipelinenotfoundedittargetexception": "id为{0}的流水线不存在" }, + "deploypipelineparamcannotbeemptyexception": { + "deploypipelineparamcannotbeemptyexception": "第{0}通道,第{1}组,第{2}作业模板的作业参数“{3}({4})”不能为空" + }, "importdeploypipelineappnameinconsistencyexception": { "importdeploypipelineappnameinconsistencyexception": "导入失败,导入包中的应用名称与当前应用名称不一致,不支持将{0}应用的流水线配置导入{1}应用" } @@ -6026,4 +6029,4 @@ "name": "系统配置" } } -} \ No newline at end of file +} -- Gitee