diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index 1fc08fc80e8c531a8825d4bb68d2ce2a6b2b0cbf..38817017013487a7489a91a91e1ae1562b8e1393 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 9547a2be909e60e7421778f6432dcf6bfbc58146..bbd3d35f69708ce63ed3ff0518900e91c06ce9d6 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 +}