From 16af01bfee149fc95291f82eea5b934db78ee93b Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Mon, 20 Dec 2021 14:47:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E8=AE=BE=E7=BD=AE=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/permission.json | 4 ++-- frontend/src/i18n/en-US.js | 6 +++++- frontend/src/i18n/zh-CN.js | 4 ++++ frontend/src/i18n/zh-TW.js | 4 ++++ 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/backend/src/main/resources/permission.json b/backend/src/main/resources/permission.json index 0e3e93e0fd..e46cf7bad1 100644 --- a/backend/src/main/resources/permission.json +++ b/backend/src/main/resources/permission.json @@ -332,7 +332,7 @@ }, { "id": "PROJECT_APP_MANAGER:READ+EDIT", - "name": "编辑应用设置", + "name": "permission.project_app_manager.edit", "resourceId": "PROJECT_APP_MANAGER" }, { @@ -982,7 +982,7 @@ }, { "id": "PROJECT_APP_MANAGER", - "name": "应用设置" + "name": "permission.project_app_manager.name" }, { "id": "PROJECT_TRACK_CASE", diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index e4d365d94c..9aeac47234 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -672,7 +672,7 @@ export default { repeatable_info: 'After enabling, the interface definition repeatability check will not check the URL', case_public: 'Public Library', public: 'Start Public Library', - public_info: 'You can use public use case library data, or you can add use cases to the public use case library by yourself', + public_info: 'You can use public test case library data, or you can add test cases to the public test case library by yourself', upload_file_again: 'Upload again', code_segment: { code_segment: "Custom Code", @@ -2647,6 +2647,10 @@ export default { name: "Operation Log", read: "READ" }, + project_app_manager: { + name: "App Manager", + edit: "EDIT" + }, project_custom_code: { name: "Custom Code", read: "READ", diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 476f747f5b..59d1b819f2 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -2690,6 +2690,10 @@ export default { relevance_or_cancel: "关联/取消关联用例", }, + project_app_manager: { + name: "应用设置", + edit: "编辑应用设置" + }, project_track_plan: { name: "测试计划", read: "查询测试计划", diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index a9ae8e559c..0b8a61bec9 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -2666,6 +2666,10 @@ export default { upload_file: "上傳文件", delete_file: "刪除文件", }, + project_app_manager: { + name: "應用設置", + edit: "編輯應用設置" + }, project_track_case: { name: "測試用例", read: "查詢用例",