From 8dfcfee645b874b785e39bc33c578ba4e1e9a38b Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期二, 10 二月 2026 09:43:10 +0800
Subject: [PATCH] Merge branch 'rcs_master' into ctu_conveyor

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

diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index de01fc6..db04e76 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -41,6 +41,8 @@
             }
         },
         enums: {
+            success: 'SUCCESS',
+            failure: 'FAILURE',
             statusTrue: 'Enable',
             statusFalse: 'Disable',
             true: 'Yes',
@@ -291,7 +293,7 @@
                 offset: "offset",
                 height: "height(mm)",
                 depth: "depth(mm)",
-                angle: 'angle',
+                angle: 'angle(掳)',
                 actDir: 'actuator direction',
                 inboundWait: 'in wait(ms)',
                 outboundWait: 'out wait(ms)',
@@ -810,6 +812,15 @@
                 }
             }
         },
+        integrationRecord: {
+            enums: {
+                direction: {
+                    none: 'Unknown',
+                    inbound: 'Inbound',
+                    outbound: 'Outbound',
+                },
+            },
+        },
         map: {
             welcome: 'Welcome to the RCS System. Tip: Left-click to select objects, right-click to pan the view, and use the scroll wheel to zoom the view.',
             devices: {

--
Gitblit v1.9.1