From c0c52277efa961a88147b91ff20f3eff28eb9a34 Mon Sep 17 00:00:00 2001 From: BugKing Date: Tue, 18 May 2021 10:36:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95):?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E6=8A=A5=E5=91=8A=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E7=9B=B8=E5=85=B3=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/i18n/en-US.js | 6 +++--- frontend/src/i18n/zh-CN.js | 6 +++--- frontend/src/i18n/zh-TW.js | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index d07d8391ad..a19ac81d8f 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -487,9 +487,9 @@ export default { test_log_details: 'Test Log Details', test_monitor_details: 'Test Monitor Details', test_details: 'Test Details', - test_duration: 'Current Execution Time:{0} minutes {1} seconds', - test_start_time: 'Start Execution Time', - test_end_time: 'Plan End Time', + test_duration: 'Execution Time:{0} minutes {1} seconds', + test_start_time: 'Start Time', + test_end_time: 'End Time', test_stop_now: 'Test Stop Now', test_stop_now_confirm: 'Are you sure you want to stop the current test immediately?', test_rerun_confirm: 'Are you sure you want to rerun the current test immediately?', diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 105e1313c3..e362196816 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -485,9 +485,9 @@ export default { test_log_details: '日志详情', test_monitor_details: '监控详情', test_details: '测试详情', - test_duration: '当前执行时长:{0} 分钟 {1} 秒', - test_start_time: '开始执行时间', - test_end_time: '计划结束时间', + test_duration: '执行时长:{0} 分钟 {1} 秒', + test_start_time: '开始时间', + test_end_time: '结束时间', test_stop_now: '立即停止', test_stop_now_confirm: '确定要立即停止当前测试吗?', test_rerun_confirm: '确定要再次执行当前测试吗?', diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 0c013de26b..a097ed4b76 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -485,9 +485,9 @@ export default { test_log_details: '日誌詳情', test_monitor_details: '監控詳情', test_details: '測試詳情', - test_duration: '當前執行時長:{0} 分鐘 {1} 秒', - test_start_time: '開始執行時間', - test_end_time: '計劃結束時間', + test_duration: '執行時長:{0} 分鐘 {1} 秒', + test_start_time: '開始時間', + test_end_time: '結束時間', test_stop_now: '立即停止', test_stop_now_confirm: '確定要立即停止當前測試嗎?', test_rerun_confirm: '確定要再次執行當前測試嗎?',