From ce1219790b72f36cf9aad46f72f72635917008b9 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 14 九月 2024 08:46:59 +0800
Subject: [PATCH] #

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

diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index c5d22db..211f96a 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -96,6 +96,9 @@
         staType: 'Station Type',
         code: 'Code',
         sta: 'Station',
+        codeGap: 'Code Gap',
+        route: 'Route',
+        funcSta: 'Function Station',
     },
     table: {
         field: {
@@ -232,6 +235,30 @@
                 zpallet: "zpallet",
                 staSts: "station status",
             },
+            codeGap: {
+                code0: "code 1",
+                code1: "code 2",
+                distance: "distance",
+            },
+            route: {
+                uuid: "uuid",
+                name: "name",
+                startCode: "start code",
+                endCode: "end code",
+                codeArr: "code arr",
+                codeDataArr: "code arr data",
+                direction: "direction",
+            },
+            funcSta: {
+                uuid: "uuid",
+                zoneId: "zone",
+                agvId: "agv",
+                name: "name",
+                type: "type",
+                code: "code",
+                angle: "angle",
+                state: "state",
+            },
         }
     }
 };

--
Gitblit v1.9.1