adminInspectionTaskDetailLang.js
2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
export const messages = {
en: {
adminInspectionTaskDetail: {
title: 'Inspection Task',
taskId: 'Task Code',
inspectionPlanName: 'Inspection Plan',
planTime: 'Start/End Time',
actInsTime: 'Actual Inspection Time',
originalPlanUser: 'Planned Inspector',
currentPlanUser: 'Current Inspector',
transferDesc: 'Transfer Description',
signType: 'Inspection Method',
state: 'Inspection Status',
tab: {
detail: 'Inspection Details',
map: 'Inspection Map',
plan: 'Inspection Plan',
route: 'Inspection Route',
point: 'Inspection Points'
}
},
adminRoutePlan: {
table: {
planName: 'Plan Name',
routeName: 'Route Name',
planPeriod: 'Plan Period',
signType: 'Sign Type',
dateRange: 'Date Range',
timeRange: 'Time Range',
beforeTime: 'Before Time (minutes)',
creator: 'Creator',
createTime: 'Create Time',
inspectors: 'Inspectors',
status: 'Status'
}
}
},
zh: {
adminInspectionTaskDetail: {
title: '巡检任务',
taskId: '任务编码',
inspectionPlanName: '巡检计划',
planTime: '开始/结束时间',
actInsTime: '实际巡检时间',
originalPlanUser: '计划巡检人',
currentPlanUser: '当前巡检人',
transferDesc: '转移描述',
signType: '巡检方式',
state: '巡检状态',
tab: {
detail: '巡检明细',
map: '巡检地图',
plan: '巡检计划',
route: '巡检路线',
point: '巡检点'
}
},
adminRoutePlan: {
table: {
planName: '计划名称',
routeName: '计划路线',
planPeriod: '计划周期',
signType: '签到方式',
dateRange: '日期范围',
timeRange: '时间范围',
beforeTime: '任务提前(分钟)',
creator: '制定人',
createTime: '制定时间',
inspectors: '巡检人',
status: '状态'
}
}
}
}