From aea119b78cb8a0b54bb1fb654c42fda3a05bf6bc Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 17 十月 2024 15:56:14 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index c2c6000..2d323df 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -396,8 +396,10 @@ bootTime: "boot time", workTime: "work time", workDistance: "mileage", - tempQua: "temp", + backpack: "backpack", password: "password", + online: 'online', + task: 'task', }, actionSts: { uuid: "uuid", @@ -641,6 +643,9 @@ save: 'Save Map', clear: 'Clear Map', adapt: 'ADAPT', + disable: 'DISABLE', + enable: 'ENABLE', + reset: 'RESET', }, mode: { observer: 'OBSERVER', @@ -649,6 +654,9 @@ }, insight: { title: 'Insight', + tabs: { + control: 'Control', + }, shelf: { outbound: 'Outbound', updateStatus: 'Update Status', -- Gitblit v1.9.1