Files
apt-nl-new/src/i18n/langs/en.js

133 lines
3.5 KiB
JavaScript
Raw Normal View History

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-12-04 15:13:27 +08:00
domainnameaddress: 'Domain Address',
refreshtime: 'Refresh Time(s)',
2023-11-23 17:41:41 +08:00
login: 'Login'
2023-11-27 10:48:26 +08:00
},
2023-11-28 14:52:45 +08:00
homeinfo: {
2023-12-01 14:05:32 +08:00
topinfo: 'Device information',
2023-11-30 14:42:35 +08:00
deviceinfo: 'Device information',
task: 'Current task',
status: 'Task status',
tasknum: 'Number of tasks',
speed: 'Current speed',
error: 'AGV Fault'
2023-11-28 14:52:45 +08:00
},
2023-11-29 14:14:22 +08:00
carrypoint: {
2023-12-01 14:05:32 +08:00
topinfo: 'Pickup point',
button1: 'Auto pickup',
button2: 'Auto release',
button3: 'Set target site'
},
tasklists: {
topinfo: 'Task management',
select: 'Select',
ordernumber: 'Order number',
tasknumber: 'Task number',
targetpoint: 'Target point',
taskstatus: 'Task status',
createTime: 'createTime',
button1: 'Move up',
button2: 'Move down',
button3: 'Task cancel',
button4: 'Task submit'
2023-11-29 14:14:22 +08:00
},
2023-11-30 13:29:39 +08:00
errorinfo: {
2023-12-01 14:05:32 +08:00
topinfo: 'Error info',
ordernumber: 'Order number',
errorname: 'Error name',
errortype: 'Error type',
errorcontent: 'Error content',
solution: 'Solution'
2023-11-30 13:29:39 +08:00
},
2023-11-27 10:48:26 +08:00
user: {
2023-12-04 15:13:27 +08:00
usermanagement: 'User Management',
fullname: 'Full Name',
2023-11-27 10:48:26 +08:00
phone: 'Phone',
gender: 'Gender',
2023-12-04 15:13:27 +08:00
creationdate: 'Creation Date',
adduser: 'Add User',
2023-11-27 10:48:26 +08:00
question1: 'Are you sure you want to reset your password?',
question2: 'Are you sure you want to delete this user?'
},
role: {
2023-12-04 15:13:27 +08:00
rolemanagement: 'Role Management',
rolename: 'Role Name',
2023-11-27 10:48:26 +08:00
role: 'Role',
describe: 'Describe',
2023-12-04 15:13:27 +08:00
creationdate: 'Creation Date',
addrole: 'Add Role'
2023-11-27 10:48:26 +08:00
},
system: {
2023-12-04 15:13:27 +08:00
systemmanagement: 'System Management',
2023-11-27 10:48:26 +08:00
code: 'Code',
value: 'Value',
2023-12-04 15:13:27 +08:00
addparameter: 'Add Parameter',
2023-11-27 10:48:26 +08:00
question1: 'Are you sure to delete it?'
},
developer: {
2023-12-04 15:13:27 +08:00
developeroptions: 'Developer Options'
2023-11-27 10:48:26 +08:00
},
vehiclestatus: {
2023-12-04 15:13:27 +08:00
vehiclestatus: 'Vehicle Status',
2023-11-27 10:48:26 +08:00
status: 'Status',
2023-12-04 15:13:27 +08:00
coordinate: 'Coordinate',
headingangle: 'Heading Angle',
steeringwheelangle: 'Steering Wheel Angle',
distributionspeed: 'Distribution Speed',
actualspeed: 'Actual Speed',
lateraldeviation: 'Lateral Deviation',
coursedeviation: 'Course 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',
2023-11-27 10:48:26 +08:00
run: 'Run',
abnormal: 'Abnormal'
},
vehiclecontrol: {
2023-12-04 15:13:27 +08:00
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',
2023-11-30 09:16:57 +08:00
quit: 'Quit',
poweroff: 'Power Off',
2023-12-04 15:13:27 +08:00
softwarerestart: 'Software Restart',
2023-11-30 09:16:57 +08:00
restart: 'Restart',
2023-12-04 15:13:27 +08:00
skipdetection: 'Skip Detection'
2023-11-27 10:48:26 +08:00
},
button: {
cancel: 'Cancel',
ok: 'OK',
save: 'Save',
modify: 'Modify',
delete: 'Delete',
exit: 'Exit',
2023-12-04 15:13:27 +08:00
resetpassword: 'Reset Password'
2023-11-27 10:48:26 +08:00
},
common: {
name: 'Name',
2023-12-04 15:13:27 +08:00
username: 'User Name',
2023-11-27 10:48:26 +08:00
number: 'S/N',
operate: 'Operate',
2023-12-04 09:50:50 +08:00
remark: 'Remark',
2023-12-04 15:13:27 +08:00
changepassword: 'Change Password',
2023-12-04 09:50:50 +08:00
exit: 'Exit',
2023-12-04 15:13:27 +08:00
oldpassword: 'Old Password',
newpassword: 'New Password'
2023-10-18 14:44:29 +08:00
}
}