From 6eb1af2f063778b44f1d0c91b372ff45d08a97b6 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Sat, 18 Dec 2021 15:25:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BF=BB=E8=AF=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/zh-CN.js | 2 +- frontend/src/i18n/zh-TW.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: "取消關註成功",