From f02bcf6f8de66d54fc4d9b10d62f82f3c7aa3574 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 02 十二月 2024 15:18:40 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index 63b7c8f..3998961 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: { @@ -626,7 +629,7 @@ } }, map: { - welcome: 'Welcome To Rcs', + welcome: 'Welcome to the RCS System. Tip: Left-click to select objects, right-click to pan the view, and use the scroll wheel to zoom the view.', devices: { title: 'Icons', shelf: 'SHELF', @@ -647,11 +650,14 @@ enable: 'ENABLE', reset: 'RESET', restoreALl: 'Restore All', + startPatrol: 'START PATROL', + stopPatrol: 'STOP PATROL', }, mode: { observer: 'OBSERVER', movable: 'MOVABLE', settings: 'SETTINGS', + roadmap: 'ROADMAP', }, insight: { title: 'Insight', -- Gitblit v1.9.1