module.exports = { login: { passwordlogin: 'Login', configuration: 'Configuration', password: 'Password', domainnameaddress: 'Domain Address', refreshtime: 'Refresh Time(s)', login: 'Login', toast1: 'Please enter one user name', toast2: 'Please enter password' }, homeinfo: { topinfo: 'Device Information', deviceinfo: 'Device Information', task: 'Current Task', status: 'Task Status', tasknum: 'Number Of Tasks', speed: 'Current Speed', error: 'AGV Fault', index: 'Index' }, carrypoint: { topinfo: 'Carry Point', dialoginfo: 'Confirm Position', dialogtip: 'If Select Return Site', returnsite: 'Return Site', pointcode: 'Point Code', returnsitecode: 'Return Code', button1: 'Auto Pickup', button2: 'Auto Release', button3: 'Input Target Position', button4: 'Set Target Position', button5: 'Task Distribution' }, tasklists: { topinfo: 'Task Management', select: 'Select', ordernumber: 'S/N', tasknumber: 'Task Number', targetpoint: 'Target Point', tasktype: 'Task Type', taskstatus: 'Task Status', createTime: 'Create Time', button1: 'Move Up', button2: 'Move Down', button3: 'Task Cancel', button4: 'Task Submit' }, errorinfo: { topinfo: 'Error Info', ordernumber: 'S/N', errorname: 'Error Name', errortype: 'Error Type', errorcontent: 'Error Content', solution: 'Solution' }, 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?', toast1: 'The username cannot be empty', toast2: 'Password cannot be empty' }, role: { rolemanagement: 'Role Management', rolename: 'Role Name', role: 'Role', describe: 'Describe', creationdate: 'Creation Date', addrole: 'Add Role', toast1: 'Role name cannot be empty' }, system: { systemmanagement: 'System Management', code: 'Code', value: 'Value', addparameter: 'Add Parameter', question1: 'Are you sure to delete it?', toast1: 'Encoding cannot be empty', toast2: 'Name cannot be empty', toast3: 'Value cannot be empty' }, remote: { remotesupport: 'Remote support', remote: ' Remote ', download: ' Download' }, developer: { developeroptions: 'Developer Options' }, vehiclestatus: { vehiclestatus: 'Vehicle Status', status: 'Status', xcoordinate: 'X coordinate', ycoordinate: 'Y coordinate', headingangle: 'Heading Angle', steeringwheelangle: 'Steering Wheel Angle', distributionspeed: 'Throttle Command', actualspeed: 'Actual Speed', lateraldeviation: 'Lateral Deviation', coursedeviation: 'Vertical Deviation', workingstatus: 'Working Status', sensorstatus: 'Sensor Status', emergencystop: 'Emergency Stop', obstacleavoidancedeceleration: 'Obstacle Avoidance Deceleration', resetbutton: 'Reset Button', obstacleavoidanceparking: 'Obstacle Avoidance Parking', safetyedgesensor: 'Safety Edge Sensor', sensorinducedparking: 'Sensor Induced Parking', run: 'Run', abnormal: 'Abnormal' }, vehiclecontrol: { vehiclecontrol: 'Vehicle Control', status: 'Status', control: ' Control', deviationstate: 'Deviation State', updatestatus: 'Update Status', displaycontrol: 'Display Control', initializecoordinates: 'Initialize Coordinates', coordinateinformation: 'Coordinate Information', skipthestart: 'Skip The Start', initializecoordinate: 'Initialize Coordinate', fullscreen: 'Full Screen', exitfullscreen: 'Exit Full Screen', quit: 'Quit', poweroff: 'Power Off', softwarerestart: 'Software Restart', restart: 'Restart', skipdetection: 'Skip Detection', toast1: 'Please select coordinates', toast2: 'RC control and Joy control cannot be turned on simultaneously' }, 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', changepassword: 'Change Password', exit: 'Exit', oldpassword: 'Old Password', newpassword: 'New Password', operationfailed: 'Operation failed', loading: 'Loading', pleaseselect: 'Please select', toast1: 'Old password cannot be empty', toast2: 'The new password cannot be empty', toast3: 'Enter a new password', toast4: 'The new password input is inconsistent, please re-enter it' } }