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-30 13:29:39 +08:00
|
|
|
errorinfo: {
|
|
|
|
|
topinfo: 'error info',
|
|
|
|
|
ordernumber: 'order number',
|
|
|
|
|
errorname: 'error name',
|
|
|
|
|
errortype: 'error type',
|
|
|
|
|
errorcontent: 'error content',
|
|
|
|
|
solution: 'solution'
|
|
|
|
|
},
|
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',
|
2023-11-30 09:16:57 +08:00
|
|
|
distributionspeed: 'Distribution speed',
|
2023-11-27 10:48:26 +08:00
|
|
|
actualspeed: 'Actual speed',
|
|
|
|
|
lateraldeviation: 'Lateral deviation',
|
2023-11-30 09:16:57 +08:00
|
|
|
coursedeviation: 'Course deviation',
|
|
|
|
|
workingstatus: 'Working status',
|
2023-11-27 10:48:26 +08:00
|
|
|
sensorstatus: 'Sensor status',
|
|
|
|
|
emergencystop: 'Emergency stop',
|
2023-11-30 09:16:57 +08:00
|
|
|
obstacleavoidancedeceleration: 'Obstacle avoidance deceleration',
|
2023-11-27 10:48:26 +08:00
|
|
|
resetbutton: 'Reset button',
|
2023-11-30 09:16:57 +08:00
|
|
|
obstacleavoidanceparking: 'Obstacle avoidance parking',
|
|
|
|
|
safetyedgesensor: 'Safety edge sensor',
|
2023-11-27 10:48:26 +08:00
|
|
|
run: 'Run',
|
|
|
|
|
abnormal: 'Abnormal'
|
|
|
|
|
},
|
|
|
|
|
vehiclecontrol: {
|
|
|
|
|
vehiclecontrol: 'Vehicle control',
|
|
|
|
|
Status: 'Status',
|
|
|
|
|
Control: 'Control',
|
|
|
|
|
control: ' control',
|
2023-11-30 09:16:57 +08:00
|
|
|
deviationstate: 'Deviation state',
|
2023-11-27 10:48:26 +08:00
|
|
|
updatestatus: 'Update status',
|
2023-11-30 09:16:57 +08:00
|
|
|
displaycontrol: 'Display control',
|
2023-11-27 10:48:26 +08:00
|
|
|
initializecoordinates: 'Initialize coordinates',
|
2023-11-30 09:16:57 +08:00
|
|
|
coordinateinformation: 'Coordinate information',
|
|
|
|
|
skipthestart: 'Skip the start',
|
|
|
|
|
initializecoordinate: 'Initialize coordinate',
|
|
|
|
|
fullscreen: 'Full screen',
|
|
|
|
|
quit: 'Quit',
|
|
|
|
|
poweroff: 'Power Off',
|
|
|
|
|
softwarerestart: 'Software restart',
|
|
|
|
|
restart: 'Restart',
|
|
|
|
|
skipdetection: 'Skip detection'
|
2023-11-27 10:48:26 +08:00
|
|
|
},
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
}
|