From 1d66b9f0c81ca656bbcd586e7e668159407921fe Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 02 十二月 2024 08:49:50 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index 933ea92..de2d753 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -397,7 +397,8 @@ workTime: "work time", workDistance: "mileage", backpack: "backpack", - password: "password", + error: "error", + errorTime: "errorTime", online: 'online', task: 'task', }, @@ -578,7 +579,9 @@ detail: 'DETAIL', task: 'TASK', error: 'ERROR', - } + }, + remove: 'remove from map', + reposition: 'clear path reposition', } }, segment: { @@ -647,6 +650,8 @@ enable: 'ENABLE', reset: 'RESET', restoreALl: 'Restore All', + startPatrol: 'START PATROL', + stopPatrol: 'STOP PATROL', }, mode: { observer: 'OBSERVER', -- Gitblit v1.9.1