From 9f7d850f985cbd1756798329b9a3669dae51ac48 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 18 八月 2025 17:23:55 +0800
Subject: [PATCH] 1

---
 zy-acs-flow/src/i18n/en.js |   33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index bf0a276..27dabd2 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -152,6 +152,10 @@
         jam: 'Jam',
         action: 'Action',
         mission: 'Mission',
+        statistics: 'Statistics',
+        chargeCount: 'ChargeCount',
+        faultCount: 'FaultCount',
+        regionCount: 'RegionCount',
     },
     table: {
         field: {
@@ -542,6 +546,31 @@
                 runPath: 'Run Path',
                 actions: 'Actions',
             },
+            taskCount: {
+                type: 'type',
+                createTime: 'date',
+                region: 'region',
+                count: 'count',
+                agvNo: 'agvNo',
+            },
+            faultCount: {
+                type: 'type',
+                createTime: 'date',
+                region: 'region',
+                errorTime: 'errorTime',
+                agvNo: 'agvNo',
+            },
+            regionCount: {
+                type: 'type',
+                createTime: 'date',
+                agvNo: 'agvNo',
+                region: 'region',
+                errorTime: 'errorTime',
+                chargeTime: 'chargeTime',
+                waitTime: 'waitTime',
+                exeTime: 'exeTime',
+                taskNum: 'taskNum',
+            },
         }
     },
     page: {
@@ -656,7 +685,9 @@
                 startPatrol: 'START PATROL',
                 stopPatrol: 'STOP PATROL',
                 moreOperation: 'More Operation',
-                oneClickLocate: 'One Click Locate',
+                oneClickLocate: 'One-click Locate',
+                oneClickPatrol: 'One-click Patrol',
+                cancelPatrol: 'Cancel Patrol',
             },
             mode: {
                 observer: 'OBSERVER',

--
Gitblit v1.9.1