#
vincentlu
2025-12-17 adcd2efd074eb3160c429ea8a5dfd537db1d1304
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',
                },
            },
        },
    }
};