From adcd2efd074eb3160c429ea8a5dfd537db1d1304 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期三, 17 十二月 2025 14:37:06 +0800
Subject: [PATCH] #

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

diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index a2832e3..509406d 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -542,6 +542,20 @@
                 runPath: 'Run Path',
                 actions: 'Actions',
             },
+            area: {
+                uuid: "uuid",
+                name: "name",
+                code: "code",
+                zoneId: "zone",
+                type: "type",
+                maxCount: "max count",
+                speedLimit: "speed limit",
+                shapeType: "shape type",
+                shapeData: "shape data",
+                color: "color",
+                priority: "priority",
+                version: "version",
+            },
         }
     },
     page: {
@@ -650,6 +664,7 @@
                 flip: 'FLIP',
                 fake: 'FAKE',
                 route: 'ROUTE',
+                area: 'AREA',
                 disable: 'DISABLE',
                 enable: 'ENABLE',
                 reset: 'RESET',
@@ -661,6 +676,7 @@
                 oneClickPatrol: 'One-click Patrol',
                 cancelPatrol: 'Cancel Patrol',
                 addArea: 'Add Area',
+                areaList: 'Area List',
             },
             mode: {
                 observer: 'OBSERVER',
@@ -743,6 +759,40 @@
                     },
                 },
             },
+            area: {
+                title: 'Area Settings',
+                tabs: {
+                    basic: 'Basic',
+                    advanced: 'Advanced',
+                },
+                form: {
+                    name: 'Name',
+                    agv: 'Assign AGVs',
+                    agvPlaceholder: 'Select AGVs',
+                    codes: 'Codes in area (%{count})',
+                    codesEmpty: 'No codes',
+                    code: 'Area Code',
+                    maxQty: 'Maximum Quantity',
+                    speedLimit: 'Speed Limit',
+                    startX: 'Start X',
+                    startY: 'Start Y',
+                    endX: 'End X',
+                    endY: 'End Y',
+                    memo: 'Memo',
+                    priority: 'Priority',
+                },
+                confirm: {
+                    save: 'Save current changes?',
+                    delete: 'This action cannot be undone. Delete this area?',
+                },
+                prompt: {
+                    nameInput: 'Please enter area name',
+                    areaName: 'Please enter area name',
+                },
+                msg: {
+                    areaCreated: 'Area "%{name}" created',
+                },
+            },
         },
     }
 };

--
Gitblit v1.9.1