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 | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index 53217ad..62cf589 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -65,6 +65,8 @@ loadMore: 'Load More Data', complete: 'Complete', deprecate: 'Deprecate', + resend: 'RESEND', + selected: 'selected', }, msg: { confirm: { @@ -525,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: { @@ -595,6 +606,7 @@ }, }, mission: { + backToMission: 'Back to mission', enums: { posType: { MOVE: 'Move', @@ -607,6 +619,14 @@ } } }, + map: { + devices: { + title: 'Icons', + shelf: 'SHELF', + charge: 'CHARGE', + direction: 'DIRECTION', + }, + }, } }; -- Gitblit v1.9.1