From e5119900ddc590aa35c66e9ee8403d6433c3b402 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 17 十月 2024 14:24:55 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/i18n/en.js | 18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index 4d8fb5f..0c49a3c 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -1,8 +1,9 @@
-import { settings } from 'pixi.js';
import englishMessages from 'ra-language-english';
+import enMap from './core/enMap';
const customEnglishMessages = {
...englishMessages,
+ ...enMap,
hello: 'Hello World',
common: {
response: {
@@ -395,7 +396,7 @@
bootTime: "boot time",
workTime: "work time",
workDistance: "mileage",
- tempQua: "temp",
+ backpack: "backpack",
password: "password",
},
actionSts: {
@@ -646,6 +647,16 @@
movable: 'MOVABLE',
settings: 'SETTINGS',
},
+ insight: {
+ title: 'Insight',
+ tabs: {
+ control: 'Control',
+ },
+ shelf: {
+ outbound: 'Outbound',
+ updateStatus: 'Update Status',
+ },
+ },
settings: {
title: 'Settings',
map: {
@@ -692,9 +703,6 @@
bay: 'Bay',
},
},
- },
- insight: {
- title: 'Insight',
},
},
}
--
Gitblit v1.9.1