多语言

This commit is contained in:
2023-12-11 17:50:49 +08:00
parent 6ef77b5a68
commit 345b93891f
2 changed files with 5 additions and 1 deletions

View File

@@ -20,10 +20,12 @@ module.exports = {
}, },
carrypoint: { carrypoint: {
topinfo: 'Carry Point', topinfo: 'Carry Point',
dialoginfo: 'Confirm Position',
pointcode: 'Point Code',
button1: 'Auto Pickup', button1: 'Auto Pickup',
button2: 'Auto Release', button2: 'Auto Release',
button3: 'Input Target Position', button3: 'Input Target Position',
button4: 'Set Target Site' button4: 'Set Target Position'
}, },
tasklists: { tasklists: {
topinfo: 'Task Management', topinfo: 'Task Management',

View File

@@ -20,6 +20,8 @@ module.exports = {
}, },
carrypoint: { carrypoint: {
topinfo: '搬运起点', topinfo: '搬运起点',
dialoginfo: '确定点位',
pointcode: '点位编码',
button1: '自动取货', button1: '自动取货',
button2: '自动放货', button2: '自动放货',
button3: '输入点位', button3: '输入点位',