From b1efad95315e2cde5623894927b7b974dcf251d6 Mon Sep 17 00:00:00 2001 From: zhangyong Date: Mon, 31 Oct 2022 17:33:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI=E8=87=AA=E5=8A=A8=E5=8C=96):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8DUI=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- framework/sdk-parent/frontend/src/i18n/lang/en-US.js | 5 ++++- framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js | 5 ++++- framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js | 5 ++++- project-management/frontend/src/business/menu/log/config.js | 3 +++ 4 files changed, 15 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 02d9014d2b..eefc79050e 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js @@ -2434,7 +2434,10 @@ const message = { error_report_library: "Error report", enterprise_test_report: "Enterprise report", change_history: "Change log", - change_content: "Change content" + change_content: "Change content", + ui_element: "ui element", + ui_automation: "ui automation", + ui_automation_report: "ui automation report" }, plugin: { title: "Plug-in management", 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 2defafb982..90091273cd 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js @@ -2443,7 +2443,10 @@ const message = { error_report_library: "误报库", enterprise_test_report: "项目报告", change_history: "变更记录", - change_content: "变更内容" + change_content: "变更内容", + ui_element: "UI元素库", + ui_automation: "UI自动化", + ui_automation_report: "UI测试报告" }, plugin: { title: "插件管理", 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 1b7c90c4d8..b9e6b3945b 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js @@ -2439,7 +2439,10 @@ const message = { error_report_library: "誤報庫", enterprise_test_report: "項目報告", change_history: "變更記錄", - change_content: "變更內容" + change_content: "變更內容", + ui_element: "UI元素庫", + ui_automation: "UI自動化", + ui_automation_report: "UI測試報告" }, plugin: { title: "插件管理", diff --git a/project-management/frontend/src/business/menu/log/config.js b/project-management/frontend/src/business/menu/log/config.js index 710dbc2404..2989ec4b9f 100644 --- a/project-management/frontend/src/business/menu/log/config.js +++ b/project-management/frontend/src/business/menu/log/config.js @@ -96,6 +96,9 @@ export function LOG_MODULE_MAP(_this) { ['SYSTEM_QUOTA_MANAGEMENT', _this.$t('operating_log.system_quota_management')], ['ENTERPRISE_TEST_REPORT', _this.$t('operating_log.enterprise_test_report')], ['SYSTEM_AUTHORIZATION_MANAGEMENT', _this.$t('operating_log.system_authorization_management')], + ['UI_ELEMENT', _this.$t('operating_log.ui_element')], + ['UI_AUTOMATION', _this.$t('operating_log.ui_automation')], + ['UI_AUTOMATION_REPORT', _this.$t('operating_log.ui_automation_report')], ]); return LOG_MODULE_MAP; }