diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index addaf83adb..1cbf5052ab 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -214,7 +214,7 @@ export default { run_success: "执行成功", run_completed: "执行完成", run_warning: "正在运行中,请稍后查看", - run_stop: "The current task has been stopped and the report cannot be viewed", + run_stop: "当前任务已停止,无法查看报告", run_fail: "执行失败", follow_success: "关注成功", cancel_follow_success: "取消关注成功", diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 7c0d40aa76..3df5289058 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -214,7 +214,7 @@ export default { run_success: "執行成功", run_completed: "執行完成", run_warning: "正在運行中,請稍後查看", - run_stop: "The current task has been stopped and the report cannot be viewed", + run_stop: "當前任務已停止,無法查看報告", run_fail: "執行失敗", follow_success: "關註成功", cancel_follow_success: "取消關註成功",