This commit is contained in:
2023-11-28 14:52:45 +08:00
parent e71a443091
commit 55f31ff1c4
3 changed files with 39 additions and 18 deletions

View File

@@ -7,6 +7,15 @@ module.exports = {
refreshtime: 'Refresh time(s)',
login: 'Login'
},
homeinfo: {
topinfo: 'device info',
deviceinfo: 'device',
task: 'task',
status: 'status',
tasknum: 'task num',
speed: 'speed',
error: 'error'
},
user: {
usermanagement: 'User management',
fullname: 'Full name',

View File

@@ -7,6 +7,15 @@ module.exports = {
refreshtime: '刷新时间(秒)',
login: '登录'
},
homeinfo: {
topinfo: '设备信息',
deviceinfo: '设备信息',
task: '当前任务',
status: '任务状态',
tasknum: '任务数量',
speed: '当前速度',
error: 'AGV故障'
},
user: {
usermanagement: '用户管理',
fullname: '姓名',