diff --git a/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message.properties b/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message.properties index fc398b3245..144ab7c9e0 100644 --- a/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message.properties +++ b/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message.properties @@ -171,8 +171,8 @@ 1244025=任务被丢弃 1244026=非法的滚动策略 1244027=滚动批次不能大于{0} -1244028=步骤 [{}] 的目标主机为空 -1244029=步骤 [{}] 的源文件主机为空 +1244028=步骤 [{0}] 的目标主机为空 +1244029=步骤 [{0}] 的源文件主机为空 ## 业务错误-定时任务(job-crontab) 1245006=定时任务执行时间已失效 diff --git a/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_en.properties b/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_en.properties index 28f4474466..6931ef844c 100644 --- a/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_en.properties +++ b/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_en.properties @@ -171,8 +171,8 @@ 1244025=Task abandoned 1244026=Invalid rolling strategy 1244027=Rolling batch can not be greater than {0} -1244028=Step [{}] target host is empty -1244029=Step [{}] source host is empty +1244028=Step [{0}] target host is empty +1244029=Step [{0}] source host is empty ## Business error - job-crontab 1245006=Cron job execution time already passed diff --git a/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_en_US.properties b/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_en_US.properties index 28f4474466..6931ef844c 100644 --- a/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_en_US.properties +++ b/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_en_US.properties @@ -171,8 +171,8 @@ 1244025=Task abandoned 1244026=Invalid rolling strategy 1244027=Rolling batch can not be greater than {0} -1244028=Step [{}] target host is empty -1244029=Step [{}] source host is empty +1244028=Step [{0}] target host is empty +1244029=Step [{0}] source host is empty ## Business error - job-crontab 1245006=Cron job execution time already passed diff --git a/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_zh.properties b/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_zh.properties index fc398b3245..144ab7c9e0 100644 --- a/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_zh.properties +++ b/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_zh.properties @@ -171,8 +171,8 @@ 1244025=任务被丢弃 1244026=非法的滚动策略 1244027=滚动批次不能大于{0} -1244028=步骤 [{}] 的目标主机为空 -1244029=步骤 [{}] 的源文件主机为空 +1244028=步骤 [{0}] 的目标主机为空 +1244029=步骤 [{0}] 的源文件主机为空 ## 业务错误-定时任务(job-crontab) 1245006=定时任务执行时间已失效 diff --git a/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_zh_CN.properties b/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_zh_CN.properties index fc398b3245..144ab7c9e0 100644 --- a/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_zh_CN.properties +++ b/src/backend/commons/common-i18n/src/main/resources/i18n/exception/message_zh_CN.properties @@ -171,8 +171,8 @@ 1244025=任务被丢弃 1244026=非法的滚动策略 1244027=滚动批次不能大于{0} -1244028=步骤 [{}] 的目标主机为空 -1244029=步骤 [{}] 的源文件主机为空 +1244028=步骤 [{0}] 的目标主机为空 +1244029=步骤 [{0}] 的源文件主机为空 ## 业务错误-定时任务(job-crontab) 1245006=定时任务执行时间已失效 diff --git a/src/backend/job-execute/boot-job-execute/src/main/resources/i18n/message_en_US.properties b/src/backend/job-execute/boot-job-execute/src/main/resources/i18n/message_en_US.properties index aebd06bba5..2cd0ca0abc 100644 --- a/src/backend/job-execute/boot-job-execute/src/main/resources/i18n/message_en_US.properties +++ b/src/backend/job-execute/boot-job-execute/src/main/resources/i18n/message_en_US.properties @@ -92,8 +92,8 @@ user.operation.next_step=Next step user.operation.detail.start.web=User launch it by Web UI. user.operation.detail.start.cron=Launched by Cron Service. user.operation.detail.start.api=Launched by {0} call API. -user.operation.detail.confirm.terminate=User has confirmed to refute the task, reason: {}. -user.operation.detail.confirm.continue=User has confirmed to continue execution, reason: {}. +user.operation.detail.confirm.terminate=User has confirmed to refute the task, reason: {0}. +user.operation.detail.confirm.continue=User has confirmed to continue execution, reason: {0}. user.operation.detail.confirm.restart=User re-initiates confirmation. user.operation.detail.retry_step_all=Click here to view the execution details before retrying. user.operation.detail.retry_step_fail=Click here to view the execution details before retrying.