menu.js
1.5 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
export default {
homePage: 'Home page',
device: 'Device',
alarm: 'Alarm',
userCenter: 'Personal Center',
viewCamera: 'View camera',
viewConfiguration: 'View configuration',
configurationDetail: 'Configuration details',
organizationScreening: 'Organizational screening',
viewBoard: 'View bulletin board',
viewLargeScreen: 'View large screen',
boardDetail: 'Bulletin board detail',
languageSettings: 'Language settings',
alarmDetail: 'Alarm details',
deviceDetail: 'Device detail',
commandDetail: 'Command detail',
deviceLocation: 'Geographical location of equipment',
systemNot: 'System notification',
notDetails: 'Notification Details',
feedback: 'Feedback',
login: 'Login',
personalData: 'Personal data',
phoneLogin: 'Mobile verification code login',
forgotPassword: 'Forgot password',
my: 'mine',
deviceLedger:"Device Ledger",
deviceLedgerDetail:'Device Ledger Detail',
faultCause:"Fault Cause",
faultCauseDetail:"Fault Cause Detail",
inspectionPlanDetail:'Inspection Plan Detail',
repairWorkOrder:'Repair WorkOrder',
repairWorkOrderDetail:'Repair WorkOrder Detail',
repairRecord:'Repair Record',
repairRecordDetail:'Repair Record Detail',
maintenancePlan:'Maintenance Plan',
maintenancePlanDetail:'Maintenance Plan Detail',
maintenanceRecord:'Maintenance Record',
maintenanceRecordDetail:'Maintenance Record Detail',
patrolPlan:'Patrol Plan',
patrolPlanDetail:'Patrol Plan Detail',
patrolRecord:'Patrol Record',
patrolRecordDetail:'Patrol Record Detail'
}