From 475fceb864b4c5d7fb9f47720b0918ba7c96e08a Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 09 十月 2024 13:19:13 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index e9c4ead..62cf589 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -66,6 +66,7 @@ complete: 'Complete', deprecate: 'Deprecate', resend: 'RESEND', + selected: 'selected', }, msg: { confirm: { @@ -526,6 +527,15 @@ errTime: "err time", errDesc: "error", }, + mission: { + backpack: 'Backpack', + code: 'Code', + task: 'Task', + lastSendDate: 'Last sending date', + actionCount: 'Action Count', + runPath: 'Run Path', + actions: 'Actions', + }, } }, page: { @@ -596,6 +606,7 @@ }, }, mission: { + backToMission: 'Back to mission', enums: { posType: { MOVE: 'Move', @@ -608,6 +619,14 @@ } } }, + map: { + devices: { + title: 'Icons', + shelf: 'SHELF', + charge: 'CHARGE', + direction: 'DIRECTION', + }, + }, } }; -- Gitblit v1.9.1