This commit is contained in:
2023-12-01 14:05:32 +08:00
parent dca358ac3f
commit 29eef3f6a3
4 changed files with 59 additions and 32 deletions

View File

@@ -8,7 +8,7 @@ module.exports = {
login: 'Login'
},
homeinfo: {
topinfo: 'device info',
topinfo: 'Device information',
deviceinfo: 'Device information',
task: 'Current task',
status: 'Task status',
@@ -17,18 +17,31 @@ module.exports = {
error: 'AGV Fault'
},
carrypoint: {
topinfo: 'pickup point',
button1: 'auto pickup',
button2: 'auto release',
button3: 'set target site'
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'
},
errorinfo: {
topinfo: 'error info',
ordernumber: 'order number',
errorname: 'error name',
errortype: 'error type',
errorcontent: 'error content',
solution: 'solution'
topinfo: 'Error info',
ordernumber: 'Order number',
errorname: 'Error name',
errortype: 'Error type',
errorcontent: 'Error content',
solution: 'Solution'
},
user: {
usermanagement: 'User management',