#
vincentlu
2026-01-10 1bc33546a044cbc84dd9595c19dbcd9a4e309fc9
zy-acs-flow/src/i18n/en.js
@@ -56,6 +56,7 @@
            collapse: 'Collapse',
            collapseAll: 'Collapse All',
            scope: 'Assign',
            deselect: 'DESELECT',
            import: {
                title: 'Import',
                stop: 'Stop import',
@@ -153,6 +154,7 @@
        action: 'Action',
        mission: 'Mission',
        staReserve: 'Sta Reserve',
        lane: 'Lane',
    },
    table: {
        field: {
@@ -272,6 +274,7 @@
                y: "y",
                corner: "corner",
                scale: "scale",
                spin: "spin",
            },
            sta: {
                uuid: "uuid",
@@ -290,8 +293,8 @@
                staSts: "station status",
                capacity: "capacity",
                occCnt: 'occupancy qty',
                rsvInCnt: 'reserve release qty',
                rsvOutCnt: 'reserved pickup qty',
                rsvInCnt: 'reserve in qty',
                rsvOutCnt: 'reserved out qty',
            },
            codeGap: {
                code0: "code 1",
@@ -363,6 +366,8 @@
                allDirection: "all direction",
                protocol: "protocol",
                mqttTopic: "mqtt topic",
                needUndocking: "need undocking",
                backupAction: "backup action",
            },
            agv: {
                uuid: "agv No.",
@@ -579,9 +584,27 @@
                cancelledAt: "cancelled at",
                uniqKey: "unique key",
            },
            lane: {
                uuid: "uuid",
                zoneId: "zone",
                name: "name",
                hashCode: "hash",
                codes: "codes",
                entryAngle: "entry angle",
                maximum: "maximum",
            },
        }
    },
    page: {
        code: {
            enums: {
                spin: {
                    na: 'N/A',
                    cw: 'CW',
                    ccw: 'CCW',
                },
            },
        },
        loc: {
            init: 'INITIALIZE',
            start: {