fix(测试跟踪): 修复测试计划列表国际化问题

This commit is contained in:
chenjianxing 2020-09-29 17:35:51 +08:00
parent 0cf960b7d1
commit 38a34b0527
2 changed files with 9 additions and 1 deletions

View File

@ -740,6 +740,10 @@ export default {
plan_status_prepare: "Not started",
plan_status_running: "Starting",
plan_status_completed: "Completed",
planned_start_time: "Scheduled Start Time",
planned_end_time: "Scheduled End Time",
actual_start_time: "Actual Start Time",
actual_end_time: "Actual End Time",
plan_delete_confirm: "All use cases under this plan will be deleted,confirm delete test plan: ",
plan_delete: "Delete test plan",
},

View File

@ -469,9 +469,9 @@ export default {
input_url: "請輸入請求URL",
input_path: "請輸入請求路徑",
name: "請求名稱",
content_type: "請求類型",
method: "請求方法",
url: "請求URL",
content_type: "請求類型",
path: "請求路徑",
address: "請求地址",
refer_to_environment: "引用環境",
@ -742,6 +742,10 @@ export default {
plan_status_prepare: "未開始",
plan_status_running: "進行中",
plan_status_completed: "已完成",
planned_start_time: "計劃開始",
planned_end_time: "計劃結束",
actual_start_time: "實際開始",
actual_end_time: "實際結束",
plan_delete_confirm: "將刪除該測試計劃下所有用例,確認刪除測試計劃: ",
plan_delete: "刪除計劃",
},