From cbd9fde3a2f8d4f5c45bea1a5215ad843e8dabc6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 10 十月 2024 14:32:45 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index b2ea42f..299c12c 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -1,3 +1,4 @@ +import { settings } from 'pixi.js'; import englishMessages from 'ra-language-english'; const customEnglishMessages = { @@ -66,6 +67,7 @@ complete: 'Complete', deprecate: 'Deprecate', resend: 'RESEND', + selected: 'selected', }, msg: { confirm: { @@ -605,6 +607,7 @@ }, }, mission: { + backToMission: 'Back to mission', enums: { posType: { MOVE: 'Move', @@ -617,6 +620,27 @@ } } }, + map: { + devices: { + title: 'Icons', + shelf: 'SHELF', + charge: 'CHARGE', + station: 'STATION', + direction: 'DIRECTION', + }, + settings: { + title: 'Settings', + map: { + title: 'Map Parameters', + }, + config: { + title: 'Config Parameters', + }, + }, + insight: { + title: 'Insight', + }, + }, } }; -- Gitblit v1.9.1