From 33d2c90e80ef2c5bbc2b5d848355bdb65257d3a6 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 10 十月 2024 14:58:39 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/i18n/en.js | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index 53217ad..ce424e0 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 = {
@@ -48,6 +49,7 @@
before: 'Time Before'
},
action: {
+ reset: 'Reset',
expand: 'Expand',
expandAll: 'Expand All',
collapse: 'Collapse',
@@ -65,6 +67,8 @@
loadMore: 'Load More Data',
complete: 'Complete',
deprecate: 'Deprecate',
+ resend: 'RESEND',
+ selected: 'selected',
},
msg: {
confirm: {
@@ -525,6 +529,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 +608,7 @@
},
},
mission: {
+ backToMission: 'Back to mission',
enums: {
posType: {
MOVE: 'Move',
@@ -607,6 +621,41 @@
}
}
},
+ map: {
+ devices: {
+ title: 'Icons',
+ shelf: 'SHELF',
+ charge: 'CHARGE',
+ station: 'STATION',
+ direction: 'DIRECTION',
+ },
+ settings: {
+ title: 'Settings',
+ map: {
+ title: 'Map Parameters',
+ base: {
+ position: 'Position',
+ scale: 'Scale',
+ rotation: 'Rotation',
+ },
+ copy: {
+ title: 'Copy',
+ direction: 'Direction',
+ left: 'Left',
+ right: 'Right',
+ up: 'Up',
+ down: 'Down',
+ count: 'Count',
+ },
+ },
+ config: {
+ title: 'Config Parameters',
+ },
+ },
+ insight: {
+ title: 'Insight',
+ },
+ },
}
};
--
Gitblit v1.9.1