From b59cf6d6d0aa7737e1b4ff38e564bca21f866a4f Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 17 十月 2024 10:51:09 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/i18n/en.js | 36 +++++++++++++++++++++++++++++++-----
1 files changed, 31 insertions(+), 5 deletions(-)
diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index 808c772..c2c6000 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: {
@@ -73,8 +74,9 @@
msg: {
confirm: {
tip: 'Tip',
- desc: 'Are you sure you wanna do this?',
+ desc: 'Are you sure you want to proceed?',
},
+ placeholder: 'Please enter your search content',
},
},
filters: {
@@ -622,12 +624,35 @@
}
},
map: {
+ welcome: 'Welcome To Rcs',
devices: {
title: 'Icons',
shelf: 'SHELF',
charge: 'CHARGE',
station: 'STATION',
direction: 'DIRECTION',
+ agv: 'AGV',
+ point: 'POINT',
+ },
+ action: {
+ startup: 'Startup',
+ shutdown: 'Shutdown',
+ monitor: 'Console Monitor',
+ save: 'Save Map',
+ clear: 'Clear Map',
+ adapt: 'ADAPT',
+ },
+ mode: {
+ observer: 'OBSERVER',
+ movable: 'MOVABLE',
+ settings: 'SETTINGS',
+ },
+ insight: {
+ title: 'Insight',
+ shelf: {
+ outbound: 'Outbound',
+ updateStatus: 'Update Status',
+ },
},
settings: {
title: 'Settings',
@@ -656,6 +681,10 @@
ascend: 'Ascend',
descend: 'Descend',
},
+ valid: {
+ common: 'Please set the config parameters first',
+ shelf: 'Please set the row and bay in the config parameters first',
+ },
},
more: {
title: 'More',
@@ -671,9 +700,6 @@
bay: 'Bay',
},
},
- },
- insight: {
- title: 'Insight',
},
},
}
--
Gitblit v1.9.1