From a2cd787d41975c35d3ddaaa78271e04dbd15087f Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 17 十月 2024 15:42:43 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/i18n/zh.js |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/zy-acs-flow/src/i18n/zh.js b/zy-acs-flow/src/i18n/zh.js
index 107b235..2e0175f 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: {
@@ -393,8 +395,10 @@
                 bootTime: "寮�鏈烘椂闂�",
                 workTime: "宸ヤ綔鏃堕棿",
                 workDistance: "绱閲岀▼",
-                tempQua: "鏆傚瓨鏁伴噺",
+                backpack: "鑳岀瘬",
                 password: "瀵嗙爜",
+                online: '鍦ㄧ嚎',
+                task: '浠诲姟',
             },
             actionSts: {
                 uuid: "缂栧彿",
@@ -638,6 +642,9 @@
                 save: '淇濆瓨鍦板浘',
                 clear: '娓呯┖鍦板浘',
                 adapt: '閫傞厤',
+                disable: '绂佺敤',
+                enable: '鍚敤',
+                reset: '閲嶇疆',
             },
             mode: {
                 observer: '瑙傚療妯″紡',
@@ -646,6 +653,13 @@
             },
             insight: {
                 title: '璇︽儏',
+                tabs: {
+                    control: '鎺у埗',
+                },
+                shelf: {
+                    outbound: '鍑哄簱',
+                    updateStatus: '淇敼鐘舵��',
+                },
             },
             settings: {
                 title: '璁剧疆',
@@ -693,9 +707,6 @@
                         bay: '鍒�',
                     },
                 },
-            },
-            insight: {
-                title: '璇︽儏',
             },
         },
     }

--
Gitblit v1.9.1