From 345b93891f31e9d11bf4769df525dd307779e923 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Mon, 11 Dec 2023 17:50:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.js | 4 +++- src/i18n/langs/zh.js | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/i18n/langs/en.js b/src/i18n/langs/en.js index 4fa4691..68cf1ad 100644 --- a/src/i18n/langs/en.js +++ b/src/i18n/langs/en.js @@ -20,10 +20,12 @@ module.exports = { }, carrypoint: { topinfo: 'Carry Point', + dialoginfo: 'Confirm Position', + pointcode: 'Point Code', button1: 'Auto Pickup', button2: 'Auto Release', button3: 'Input Target Position', - button4: 'Set Target Site' + button4: 'Set Target Position' }, tasklists: { topinfo: 'Task Management', diff --git a/src/i18n/langs/zh.js b/src/i18n/langs/zh.js index 0903cb8..d30051d 100644 --- a/src/i18n/langs/zh.js +++ b/src/i18n/langs/zh.js @@ -20,6 +20,8 @@ module.exports = { }, carrypoint: { topinfo: '搬运起点', + dialoginfo: '确定点位', + pointcode: '点位编码', button1: '自动取货', button2: '自动放货', button3: '输入点位',