#
luxiaotao1123
2024-09-14 dad83a01840506382490ad0bb9462ea2b5dfeb6a
zy-acs-flow/src/i18n/en.js
@@ -102,6 +102,9 @@
        locSts: 'Location Status',
        locType: 'Location Type',
        loc: 'Location',
        agvSts: 'Agv Status',
        agvModel: 'Agv Model',
        agv: 'Agv',
    },
    table: {
        field: {
@@ -286,6 +289,40 @@
                zpallet: "zpallet",
                locType: "loc type",
            },
            agvSts: {
                uuid: "uuid",
                name: "name",
            },
            agvModel: {
                uuid: "uuid",
                type: "type",
                name: "name",
                length: "length",
                width: "width",
                height: "height",
                liftHeight: "lift height",
                diameter: "diameter",
                password: "password",
                backpack: "backpack",
                lowBattery: "charge battery",
                quaBattery: "work battery",
                travelSpeed: "travel speed",
                workDirection: "work direction",
                allDirection: "all direction",
                protocol: "protocol",
                mqttTopic: "mqtt topic",
            },
            agv: {
                uuid: "agv no",
                name: "name",
                ip: "ip",
                secret: "secret",
                agvSts: "agv status",
                agvModel: "agv model",
                stage: "stage",
                chargeLine: "charge battery",
                error: "error",
            },
        }
    }
};