fix(项目设置): 应用设置国际化
This commit is contained in:
parent
29b733ce7b
commit
16af01bfee
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -2690,6 +2690,10 @@ export default {
|
|||
relevance_or_cancel: "关联/取消关联用例",
|
||||
|
||||
},
|
||||
project_app_manager: {
|
||||
name: "应用设置",
|
||||
edit: "编辑应用设置"
|
||||
},
|
||||
project_track_plan: {
|
||||
name: "测试计划",
|
||||
read: "查询测试计划",
|
||||
|
|
|
@ -2666,6 +2666,10 @@ export default {
|
|||
upload_file: "上傳文件",
|
||||
delete_file: "刪除文件",
|
||||
},
|
||||
project_app_manager: {
|
||||
name: "應用設置",
|
||||
edit: "編輯應用設置"
|
||||
},
|
||||
project_track_case: {
|
||||
name: "測試用例",
|
||||
read: "查詢用例",
|
||||
|
|
Loading…
Reference in New Issue