From ae81dbb1364e69cc8c73462795a64cbc6316c1fc Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 17 十月 2024 10:03:50 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/i18n/zh.js |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/zy-acs-flow/src/i18n/zh.js b/zy-acs-flow/src/i18n/zh.js
index 91dccf4..d2007f8 100644
--- a/zy-acs-flow/src/i18n/zh.js
+++ b/zy-acs-flow/src/i18n/zh.js
@@ -1,7 +1,9 @@
 import chineseMessages from "./core/chineseMessages";
+import zhMap from "./core/zhMap";
 
 const customChineseMessages = {
     ...chineseMessages,
+    ...zhMap,
     hello: '浣犲ソ涓栫晫',
     common: {
         response: {
@@ -74,6 +76,7 @@
                 tip: '鎻愮ず',
                 desc: '鎮ㄧ‘瀹氳鎵ц姝ゆ搷浣滃悧锛�',
             },
+            placeholder: '璇疯緭鍏ユ悳绱㈠唴瀹�',
         },
     },
     filters: {
@@ -620,12 +623,15 @@
             }
         },
         map: {
+            welcome: '娆㈣繋浣跨敤RCS',
             devices: {
                 title: '鍥炬爣搴�',
                 shelf: '璐ф灦',
                 charge: '鍏呯數妗�',
                 station: '杈撻�佺嚎',
                 direction: '鏂瑰悜',
+                agv: '杞﹁締',
+                point: '瀹氫綅鐐�',
             },
             action: {
                 startup: '鍚姩RCS',
@@ -639,6 +645,13 @@
                 observer: '瑙傚療妯″紡',
                 movable: '缂栬緫妯″紡',
                 settings: '閰嶇疆妯″紡',
+            },
+            insight: {
+                title: '璇︽儏',
+                shelf: {
+                    outbound: '鍑哄簱',
+                    updateStatus: '淇敼鐘舵��',
+                },
             },
             settings: {
                 title: '璁剧疆',
@@ -686,9 +699,6 @@
                         bay: '鍒�',
                     },
                 },
-            },
-            insight: {
-                title: '璇︽儏',
             },
         },
     }

--
Gitblit v1.9.1