From f4ba45660dcc8015ab32ec337759243cf421fc5a Mon Sep 17 00:00:00 2001 From: zhangdahai112 Date: Wed, 14 Sep 2022 01:10:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(UI=E8=87=AA=E5=8A=A8=E5=8C=96):=20?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=8A=A5=E5=91=8A=E6=97=B6=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E6=A1=88=E2=80=9C=E6=AD=A3=E5=9C=A8=E6=89=A7=E8=A1=8C?= =?UTF-8?q?...=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1009477 --user=张大海 【UI测试】UI优化 https://www.tapd.cn/55049933/s/1242399 --- frontend/src/i18n/en-US.js | 3 ++- frontend/src/i18n/zh-CN.js | 3 ++- frontend/src/i18n/zh-TW.js | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 5602dbe65c..8b8b9e5493 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -474,7 +474,8 @@ export default { api_scenario: 'default', ui_element: 'default', ui_scenario: 'default' - } + }, + executing: "Executing...", }, login: { normal_Login: "Normal Login", diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 7aac7fe847..e8cf2fe574 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -477,7 +477,8 @@ export default { ui_element: '未规划元素', ui_scenario: '未规划场景' }, - template_delete: "模版删除" + template_delete: "模版删除", + executing: "正在执行...", }, login: { normal_Login: "普通登录", diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 6e2fd58b97..d0d41e9fe4 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -477,7 +477,8 @@ export default { ui_element: '未規劃元素', ui_scenario: '未規劃場景' }, - template_delete: "模版刪除" + template_delete: "模版刪除", + executing: "正在執行...", }, login: { normal_Login: "普通登錄",