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

130 lines
3.4 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-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: {
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: {
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
}
}