fix(项目设置): 应用设置国际化

This commit is contained in:
wxg0103 2021-12-20 14:47:42 +08:00 committed by shiziyuan9527
parent 29b733ce7b
commit 16af01bfee
4 changed files with 15 additions and 3 deletions

View File

@ -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",

View File

@ -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",

View File

@ -2690,6 +2690,10 @@ export default {
relevance_or_cancel: "关联/取消关联用例",
},
project_app_manager: {
name: "应用设置",
edit: "编辑应用设置"
},
project_track_plan: {
name: "测试计划",
read: "查询测试计划",

View File

@ -2666,6 +2666,10 @@ export default {
upload_file: "上傳文件",
delete_file: "刪除文件",
},
project_app_manager: {
name: "應用設置",
edit: "編輯應用設置"
},
project_track_case: {
name: "測試用例",
read: "查詢用例",