From 4992e4e60b73a87c3781aabd9367e11e3eaa370e Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期四, 05 二月 2026 16:00:16 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/i18n/en.js | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index d8a40ea..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',
@@ -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