diff --git a/frontend/src/business/components/api/automation/scenario/ApiScenarioModule.vue b/frontend/src/business/components/api/automation/scenario/ApiScenarioModule.vue index 89cba145e5..0c31f13f93 100644 --- a/frontend/src/business/components/api/automation/scenario/ApiScenarioModule.vue +++ b/frontend/src/business/components/api/automation/scenario/ApiScenarioModule.vue @@ -125,7 +125,7 @@ } }, { - label: this.$t('report.export') + 'JMETER 格式', + label: this.$t('report.export_jmeter_format'), permissions: ['PROJECT_API_SCENARIO:READ+EXPORT_SCENARIO'], callback: () => { this.$emit('exportJmx'); diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index e1d1708dda..ed363284c0 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -955,6 +955,7 @@ export default { test_execute_again: 'Test Execute Again', export: 'Export', export_to_ms_format: 'Export to MeterSphere format', + export_jmeter_format: 'Export to Jmeter format', export_to_swagger3_format: 'Export to Swagger3.0 format', compare: 'Compare', generation_error: 'Report generation error, unable to view, please check log details!', diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 58cc9a155c..6d4a16f561 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -962,6 +962,7 @@ export default { downloadZipFile: '下载执行文件', export: '导出', export_to_ms_format: '导出 MeterSphere 格式', + export_jmeter_format: '导出 Jmeter 格式', export_to_swagger3_format: '导出 Swagger3.0 格式', compare: '报告对比', generation_error: '报告生成错误, 无法查看, 请检查日志详情!', diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 8fea161cba..5ee3b1521d 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -959,6 +959,7 @@ export default { downloadZipFile: '下載執行文件', export: '導出', export_to_ms_format: '導出 MeterSphere 格式', + export_jmeter_format: '導出 Jmeter 格式', export_to_swagger3_format: '導出 Swagger3.0 格式', compare: '報告對比', generation_error: '報告生成錯誤, 無法查看, 請檢查日誌詳情!',