parent
b04cd9c3db
commit
17fc3d0871
|
@ -1 +1 @@
|
|||
Subproject commit 11750dbae3a23590a8e58c7b42f5838be51677af
|
||||
Subproject commit ebae9a17065b354f9357edc023de7a0ce64e2cf5
|
|
@ -312,6 +312,12 @@ export default {
|
|||
project_statistics: "Project statistics",
|
||||
project_report: "Project report",
|
||||
},
|
||||
option: {
|
||||
add_report: "Add content ",
|
||||
select_user_group: "Select user group",
|
||||
send: "Send",
|
||||
save_as_draft: "Draft",
|
||||
},
|
||||
project_report: {
|
||||
create_report: "Create report",
|
||||
report_name: "Report name",
|
||||
|
@ -321,6 +327,8 @@ export default {
|
|||
show: "Show",
|
||||
},
|
||||
title: "Report Statistics",
|
||||
text: "Text",
|
||||
report: "Report",
|
||||
test_case_analysis: "Test case analysis",
|
||||
test_case_activity: "Test case activity",
|
||||
test_case_count: "Count test case",
|
||||
|
@ -363,6 +371,7 @@ export default {
|
|||
}
|
||||
},
|
||||
alert: {
|
||||
mail_is_exist: "E-mail is exist",
|
||||
cannot_add_more_options: "Cannot add more options",
|
||||
end_time_cannot_over_than_start_time: "End time cannot before than start time",
|
||||
},
|
||||
|
|
|
@ -313,6 +313,12 @@ export default {
|
|||
project_statistics: "项目报表",
|
||||
project_report: "项目报告",
|
||||
},
|
||||
option: {
|
||||
add_report: "添加报告内容",
|
||||
select_user_group: "选择用户组",
|
||||
send: "发送",
|
||||
save_as_draft: "保存草稿",
|
||||
},
|
||||
project_report: {
|
||||
create_report: "创建报告",
|
||||
report_name: "报告名称",
|
||||
|
@ -322,6 +328,8 @@ export default {
|
|||
show: "查看",
|
||||
},
|
||||
title: "报表统计",
|
||||
text: "文本",
|
||||
report: "报表",
|
||||
test_case_analysis: "测试用例趋势",
|
||||
test_case_activity: "测试用例活动情况",
|
||||
test_case_count: "测试用例统计",
|
||||
|
@ -364,6 +372,7 @@ export default {
|
|||
}
|
||||
},
|
||||
alert: {
|
||||
mail_is_exist: "邮箱已存在",
|
||||
cannot_add_more_options: "无法添加更多条件",
|
||||
end_time_cannot_over_than_start_time: "结束时间不能超过当前时间",
|
||||
},
|
||||
|
|
|
@ -313,6 +313,12 @@ export default {
|
|||
project_statistics: "項目報表",
|
||||
project_report: "項目報告",
|
||||
},
|
||||
option: {
|
||||
add_report: "添加報告內容",
|
||||
select_user_group: "選擇用戶組",
|
||||
send: "發送",
|
||||
save_as_draft: "保存草稿",
|
||||
},
|
||||
project_report: {
|
||||
create_report: "創建報告",
|
||||
report_name: "報告名稱",
|
||||
|
@ -322,6 +328,8 @@ export default {
|
|||
show: "查看",
|
||||
},
|
||||
title: "報表統計",
|
||||
text: "文本",
|
||||
report: "報表",
|
||||
test_case_analysis: "測試用例趨勢",
|
||||
test_case_activity: "測試用例活動情況",
|
||||
test_case_count: "測試用例統計",
|
||||
|
@ -364,6 +372,7 @@ export default {
|
|||
}
|
||||
},
|
||||
alert: {
|
||||
mail_is_exist: "郵箱已存在",
|
||||
cannot_add_more_options: "無法添加更多條件",
|
||||
end_time_cannot_over_than_start_time: "結束時間不能超過當前時間",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue