From 6add6f4b724df1ad0f5c9a646286e23d5a203d06 Mon Sep 17 00:00:00 2001 From: zhangyong Date: Mon, 5 Dec 2022 15:10:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(UI=E8=87=AA=E5=8A=A8=E5=8C=96):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A=E6=98=BE=E7=A4=BA=EF=BC=88?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=A8=A1=E5=BC=8F=E3=80=81=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E6=B1=A0=EF=BC=89-UI=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1010762 --user=张勇 【测试跟踪】测试报告显示(运行模式、资源池)-UI测试 https://www.tapd.cn/55049933/s/1312668 --- framework/sdk-parent/frontend/src/i18n/lang/en-US.js | 3 ++- framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js | 3 ++- framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js index 1090ac24e8..915b4b6d23 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js @@ -1078,7 +1078,8 @@ const message = { avg_response_time: 'Average Response Time', tps: 'Transactions Per Second', plan_share_url: 'Whether the link jump is logged in', - rename_report: 'Rename report' + rename_report: 'Rename report', + run_model: 'Run model' }, load_test: { exist_related_file: 'Existed Relate Files', diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js index 1c835b3429..13855477d7 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js @@ -1086,7 +1086,8 @@ const message = { avg_response_time: '平均响应时间', tps: '每秒传输的事物处理个数', plan_share_url: '链接跳转是否登陆', - rename_report: '重命名报告' + rename_report: '重命名报告', + run_model: '运行模式' }, load_test: { exist_related_file: '已存在的关联文件', diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js index 95478d1b8a..3d8aa7d4f4 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js @@ -1083,7 +1083,8 @@ const message = { avg_response_time: '平均響應時間', tps: '每秒傳輸的事物處理個數', plan_share_url: '鏈接跳轉是否登陸', - rename_report: '重命名報告' + rename_report: '重命名報告', + run_model: '運行模式' }, load_test: { exist_related_file: '已存在的關聯文件',