fix(性能测试): 修复报告中的国际化

--bug=1008275 --user=刘瑞斌 【性能测试】国际化问题 https://www.tapd.cn/55049933/s/1073632
This commit is contained in:
CaptainB 2021-11-23 20:29:41 +08:00 committed by 刘瑞斌
parent 2070e2e23b
commit a488ed56a0
5 changed files with 5 additions and 2 deletions

View File

@ -100,7 +100,7 @@
<el-tab-pane :label="$t('report.test_monitor_details')">
<monitor-card :report="report"/>
</el-tab-pane>
<el-tab-pane :label="$t('测试配置')">
<el-tab-pane :label="$t('report.test_config')">
<ms-test-configuration :test="test" :report-id="reportId"/>
</el-tab-pane>
</el-tabs>

View File

@ -73,7 +73,7 @@
<monitor-card :report="report" :is-share="isShare" :plan-report-template="planReportTemplate"
:share-id="shareId"/>
</el-tab-pane>
<el-tab-pane :label="$t('测试配置')">
<el-tab-pane :label="$t('report.test_config')">
<ms-test-configuration :report-id="reportId"/>
</el-tab-pane>
</el-tabs>

View File

@ -749,6 +749,7 @@ export default {
test_error_log: 'Test Error Log',
test_log_details: 'Test Log Details',
test_monitor_details: 'Test Monitor Details',
test_config: 'Test Configuration',
test_details: 'Test Details',
test_duration: 'Execution Time{0} minutes {1} seconds',
test_execute_time: 'Execution Time',

View File

@ -754,6 +754,7 @@ export default {
test_error_log: '错误记录',
test_log_details: '日志详情',
test_monitor_details: '监控详情',
test_config: '测试配置',
test_details: '测试详情',
test_duration: '执行时长:{0} 分钟 {1} 秒',
test_execute_time: '执行时长',

View File

@ -753,6 +753,7 @@ export default {
test_error_log: '錯誤記錄',
test_log_details: '日誌詳情',
test_monitor_details: '監控詳情',
test_config: '測試配置',
test_details: '測試詳情',
test_duration: '執行時長:{0} 分鐘 {1} 秒',
test_execute_time: '執行時長',