2023-10-18 14:44:29 +08:00
|
|
|
module.exports = {
|
2023-11-23 17:41:41 +08:00
|
|
|
login: {
|
2023-11-27 10:48:26 +08:00
|
|
|
passwordlogin: 'Login',
|
2023-11-23 17:41:41 +08:00
|
|
|
configuration: 'Configuration',
|
|
|
|
|
password: 'Password',
|
2023-11-27 10:48:26 +08:00
|
|
|
domainnameaddress: 'Domain address',
|
2023-11-23 17:41:41 +08:00
|
|
|
refreshtime: 'Refresh time(s)',
|
|
|
|
|
login: 'Login'
|
2023-11-27 10:48:26 +08:00
|
|
|
},
|
2023-11-28 14:52:45 +08:00
|
|
|
homeinfo: {
|
|
|
|
|
topinfo: 'device info',
|
|
|
|
|
deviceinfo: 'device',
|
|
|
|
|
task: 'task',
|
|
|
|
|
status: 'status',
|
|
|
|
|
tasknum: 'task num',
|
|
|
|
|
speed: 'speed',
|
|
|
|
|
error: 'error'
|
|
|
|
|
},
|
2023-11-29 14:14:22 +08:00
|
|
|
carrypoint: {
|
|
|
|
|
topinfo: 'pickup point',
|
|
|
|
|
button1: 'auto pickup',
|
|
|
|
|
button2: 'auto release',
|
|
|
|
|
button3: 'set target site'
|
|
|
|
|
},
|
2023-11-27 10:48:26 +08:00
|
|
|
user: {
|
|
|
|
|
usermanagement: 'User management',
|
|
|
|
|
fullname: 'Full name',
|
|
|
|
|
phone: 'Phone',
|
|
|
|
|
gender: 'Gender',
|
|
|
|
|
creationdate: 'Creation date',
|
|
|
|
|
adduser: 'Add user',
|
|
|
|
|
question1: 'Are you sure you want to reset your password?',
|
|
|
|
|
question2: 'Are you sure you want to delete this user?'
|
|
|
|
|
},
|
|
|
|
|
role: {
|
|
|
|
|
rolemanagement: 'Role management',
|
|
|
|
|
rolename: 'Role name',
|
|
|
|
|
role: 'Role',
|
|
|
|
|
describe: 'Describe',
|
|
|
|
|
creationdate: 'Creation date',
|
|
|
|
|
addrole: 'Add role'
|
|
|
|
|
},
|
|
|
|
|
system: {
|
|
|
|
|
systemmanagement: 'System management',
|
|
|
|
|
code: 'Code',
|
|
|
|
|
value: 'Value',
|
|
|
|
|
addparameter: 'Add parameter',
|
|
|
|
|
question1: 'Are you sure to delete it?'
|
|
|
|
|
},
|
|
|
|
|
developer: {
|
|
|
|
|
developeroptions: 'Developer options'
|
|
|
|
|
},
|
|
|
|
|
vehiclestatus: {
|
|
|
|
|
vehiclestatus: 'Vehicle status',
|
|
|
|
|
status: 'Status',
|
|
|
|
|
coordinate: 'coordinate',
|
|
|
|
|
headingangle: 'Heading angle',
|
|
|
|
|
steeringwheelangle: 'Steering wheel angle',
|
|
|
|
|
issuancespeed: 'Issuance speed',
|
|
|
|
|
actualspeed: 'Actual speed',
|
|
|
|
|
lateraldeviation: 'Lateral deviation',
|
|
|
|
|
headingdeviation: 'Heading deviation',
|
|
|
|
|
workstatus: 'Work status',
|
|
|
|
|
sensorstatus: 'Sensor status',
|
|
|
|
|
emergencystop: 'Emergency stop',
|
|
|
|
|
avoidancemoderate: 'Avoidance moderate',
|
|
|
|
|
resetbutton: 'Reset button',
|
|
|
|
|
avoidanceparking: 'Avoidance parking',
|
|
|
|
|
Safetyedge: 'Safety edge',
|
|
|
|
|
run: 'Run',
|
|
|
|
|
abnormal: 'Abnormal'
|
|
|
|
|
},
|
|
|
|
|
vehiclecontrol: {
|
|
|
|
|
vehiclecontrol: 'Vehicle control',
|
|
|
|
|
Status: 'Status',
|
|
|
|
|
Control: 'Control',
|
|
|
|
|
control: ' control',
|
|
|
|
|
deviatestatus: 'Deviate status',
|
|
|
|
|
updatestatus: 'Update status',
|
|
|
|
|
monitorcontrol: 'Monitor control',
|
|
|
|
|
initializecoordinates: 'Initialize coordinates',
|
|
|
|
|
coordinateinformation: 'Coordinate information'
|
|
|
|
|
},
|
|
|
|
|
button: {
|
|
|
|
|
cancel: 'Cancel',
|
|
|
|
|
ok: 'OK',
|
|
|
|
|
save: 'Save',
|
|
|
|
|
modify: 'Modify',
|
|
|
|
|
delete: 'Delete',
|
|
|
|
|
exit: 'Exit',
|
|
|
|
|
resetpassword: 'Reset password'
|
|
|
|
|
},
|
|
|
|
|
common: {
|
|
|
|
|
name: 'Name',
|
|
|
|
|
username: 'User name',
|
|
|
|
|
number: 'S/N',
|
|
|
|
|
operate: 'Operate',
|
|
|
|
|
remark: 'Remark'
|
2023-10-18 14:44:29 +08:00
|
|
|
}
|
|
|
|
|
}
|