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: "查詢用例",