style(接口测试): 导出国际化修改
--bug=1014113 --user=赵勇 [BUG][企业用户]翻译问题 #14869 https://www.tapd.cn/55049933/s/1182614
This commit is contained in:
parent
3427b91b3c
commit
9e01bed7ee
|
@ -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');
|
||||
|
|
|
@ -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!',
|
||||
|
|
|
@ -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: '报告生成错误, 无法查看, 请检查日志详情!',
|
||||
|
|
|
@ -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: '報告生成錯誤, 無法查看, 請檢查日誌詳情!',
|
||||
|
|
Loading…
Reference in New Issue