en.js 15 KB
export default {
    system: {
        login: "Login",
        systemName: "ChangSha HuaHeng ECS System",
        logOut: "LogOut",
        mainPage: "Main Page",
        refresh: "Refresh",
        closeOthers: "Close Others",
        closeAll: "Close All",
        about:
            "©  2025 Changsha Huaheng Robot System Co., Ltd. All rights reserved",
        authorize: "Authorize",
        taskManagement: "task management",
        log: "log",
    },
    main: {
        deviceMonitor: "Device Monitor",
        monitor: {
            legend: "Legend",
            standby: "Standby",
            normalRunning: "Normal Running",
            nonAutomatic: "Non Automatic",
            abnormal: "Abnormal",
            reset: "Reset",
            overview: "Overview",
            deviceOverview: "Device Overview",
            stacker: "Stacker",
            station: "Station",
            rgv: "RGV",
            crgv: "CRGV",
            currentScalingFactor: "Current Scaling Factor",
        },
        deviceData: "Device Data",
        dData: {
            ranging: "Fork Distance Measurement",
            isInTheStock: "Is In The Stock",
            isInTheCenter: "Fork Is In The Center",
            row: "Row",
            columns: "Columns",
            storey: "Storey",
            taskStatus: "Task Status",
            taskType: "Task Type",
            taskNumber: "Task Number",
            pickUpRow: "Pick Up Row",
            pickUpColumn: "Pick Up Column",
            pickUpStorey: "Pick Up Storey",
            putDownRow: "Put Down Row",
            putDownColumn: "Put Down Column",
            putDownStorey: "Put Down Storey",
            isFault: "Is Fault",
            shield: "Shield",
            stackedDiskIndex: "Stacked Disk Index",
            currentLocation: "Current Location",
            minimumPosition: "Minimum Position",
            maximumPosition: "Maximum Position",
            length: "length",
            width: "Width",
            height: "Height",
            weight: "Weight",
            typeOfGoods: "Type Of Goods",
            barCode: "Bar Code",
        },
        label: {
            stop: "Stop",
            maintenance: "Maintenance",
            manual: "Manual",
            onboardOperation: "Onboard Operation",
            singleAutomatic: "Single Automatic",
            online: "Online",
            transition: "Transition",
            normal: "Normal",
            noHave: "No Have",
            fork1: "Fork 1",
            fork2: "Fork 2",
            simultaneousAction: "Simultaneous Action",
            malfunction: "Malfunction",
            noMalfunction: "No Malfunction",
            inStock: "In Stock",
            notInStock: "Not In Stock",
            atTheCenter: "At The Center",
            notAtTheCenter: "Not At The Center",
            standby: "Standby",
            taskPerforming: "Task Performing",
            taskCompleted: "Task Completed",
            taskInterrupts_Error: "Task Interrupts_Error",
            taskIssuanceError: "Task Issuance Error",
            noTask: "No Task",
            walk: "Walk",
            pickUpGoods: "Pick Up Goods",
            putDownGoods: "Put Down Goods",
            pickUpAndPutDownGoods: "Pick Up And Put Down Goods",
            deleteTask: "Delete Task",
            completeTask: "Complete Task",
            shield: "Shield",
            unshielded: "Unshielded",
        },
        msg: {
            callPolice: ":Call The Police:",
            enterColumns: "Please Enter A Valid Number Of Columns",
            enterLayers: "Please Enter A Valid Number Of Layers",
            generateStackerTask:
                "Do You Want To Generate A Stacker Crane Walking Task?",
            taskSuccess: "Successfully Generated Walking Task!",
            reissueTask: "Do You Want To Reissue The Task For Processing?",
            taskReissuedSuccess: "Task Reissued Successfully!",
            nullExtraction: "Do You Want To Perform Null Extraction?",
            emptyExtractionSuccess: "Empty Extraction Processing Successful!",
            reEntry: "Do You Want To Perform Re-entry Processing?",
            reEntrySuccess: "Re Entry Processing Successful!",
            pickupErrors: "Do You Want To Handle Pickup Errors?",
            errorHandlingSuccess: "Pick Up Error Handling Successful!",
            deleteFork1: "Do You Want To Perform The Task Of Deleting Fork 1?",
            deleteSuccess: "Task Deleted Successfully!",
            canBeReleased: "Can Be Released",
            cannotBeReleased: "Cannot Be Released",
            automatic: "Automatic",
            NonAutomatic: "Non Automatic",
            dataLoadingFailed: "Data Loading Failed:",
            otherPlatforms: "Other Platforms",
            index: "-Index:",
            interactive: "Interactive",
            error: "Error",
            callThePolice: "Call The Police",
            success: "Success",
            abnormal: "Abnormal",
            fail: "Fail",
            unauthorized: "Unauthorized",
            prohibitAccess: "Prohibit Access",
            reset: "Reset",
            schedulerReset: "Scheduling Program Reset",
            executionThread: "Execution Thread",
            diagnosis: "Diagnosis",
            scheDiagnosis: "Scheduling Diagnosis",
            dispatLog: "Dispatching log",
        },
        device: {
            enable: "Enable",
            disable: "Disable",
            operatingMode: "Operating Mode",
            horizontalDistance: "Horizontal Distance",
            verticalDistance: "Vertical Distance",
            transitionMode: "Transition Mode",
            maximumColumn: "Maximum Column",
            minimumColumn: "Minimum Column",
            forkFlag: "Fork Flag",
            totalError: "Total Error",
            deviceWalking: "Device Walking",
            column: "Column",
            layer: "Layer",
            walkingTask: "Walking Task",
            operate: "Operate",
            resend: "Resend",
            emptyOut: "Empty Out",
            reIn: "Re In",
            noData: "No Data",
            notObtained: "Not Obtained",
            pickError: "Pick Error",
            alarm: "Alarm",
            fork1TaskDelete: "Fork 1 Task Delete",
            fork2TaskDelete: "Fork 2 Task Delete",
            fork1Data: "Fork 1 Data",
            fork2Data: "Fork 2 Data",
        },
        stationData: "Station Data",
        sData: {
            noData: "No Data",
            platformCode: "Platform Code",
            platformName: "Platform Name",
            extractedAttribute: "Attributes That Can Be Extracted",
            automaticState: "Automatic State",
            barCode: "BarCode",
            PLC_requestMessage: "PLC-Request Message",
            PLC_requestToLoad: "PLC-Request To Load",
            PLC_requestCodeReader: "PLC-Request Code Reader",
            PLC_requestBarcode: "PLC-Request Barcode",
            PLC_requestWeight: "PLC-Request Weight",
            PLC_requestLength: "PLC-Request Length",
            PLC_requestWidth: "PLC-Request Width",
            PLC_requestHeight: "PLC-Request Height",
            WCS_requestMessage: "WCS-Request Message",
            WCS_requestToLoad: "WCS-Request To Load",
            WCS_requestCodeReader: "WCS-Request Code Reader",
            WCS_requestBarcode: "WCS-Request Barcode",
            WCS_requestWeight: "WCS-Request Weight",
            WCS_requestLength: "WCS-Request Length",
            WCS_requestWidth: "WCS-Request Width",
            WCS_requestHeight: "WCS-Request Height",
            WCS_targetAddress: "WCS-Target Address",
            PLC_arrivalMessage: "PLC-Arrival Message",
            PLC_arrivalResult: "PLC-Arrival Result",
            PLC_arrivalAssignAddress: "PLC-Arrival Assign Address",
            PLC_arrivalBarcode: "PLC-Arrival Barcode",
            WCS_arrivalMessage: "WCS-Arrival Message",
            WCS_arrivalToLoad: "WCS-Arrival To Load",
            WCS_platformCode: "WCS-Platform Code",
            PLC_addressRequest: "PLC-Address Request",
            requestMessage: "Request Message",
            codeReader: "Code Reader",
            weight: "Weight",
            length: "Length",
            width: "Width",
            height: "Height",
            PLC_positionArrived: "PLC-Position Arrived",
            arrivalMessage: "Arrival Message",
            result: "Result",
            assignAddress: "Assign Address",
            arrivalBarcode: "Arrival Barcode",
            WCS_addressRequestReply: "WCS-Address Request Reply",
            load: "Load",
            targetAddress: "Target Address",
            WCS_locationArrivedReply: "WCS-Location Arrived Reply",
        },
        taskCompensation: "Execution and Logging",
        eALogging: {
            noData: "No Data",
            unknown: "Unknown",
            executionThread: "Execution Thread",
            schedulingProgramReset: "Scheduling Program Reset",
            associatedDevices: "Associated Devices",
            threadTagging: "Thread Tagging",
            executionStatus: "Execution Status",
            timeConsuming: "Time Consuming",
            notes: "Notes",
            diagnosis: "Diagnosis",
            schedulingDiagnosis: "Scheduling Diagnosis",
            diagnosticLogClearing: "Diagnostic Log Clearing",
            diagnosisTime: "Diagnosis Time",
            logLevel: "Log Level",
            logContent: "Log Content",
            dispatchingLog: "Dispatching Log",
            time: "Time",
            classification: "Classification",
            processingResults: "Processing Results",
            device: "Device",
            describe: "Describe",
            errorCode: "Error Code",
        },
        startProcessing: "Start Processing",
        pauseProcessing: "Pause Processing",
        notRunning: "Not Running",
        running: "Running",
        autoSend: "Auto Send",
    },
    systemPermission: {
        authorizationInformation: "Authorization Information",
        authorize: {
            companySoftware: "Company Software",
            authorizedVersion: "Authorized Version",
            expirationDate: "Expiration Date",
            permit: "Permit",
            updateAuthorization: "Update Authorization",
            importAuthorization: "Import Authorization",
            enterAuthorization: "Enter Authorization",
            update: "Update",
            cancel: "Cancel",
            effective: "Effective",
            invalid: "Invalid",
        },
        msg: {
            authEmpty: "Authorization information cannot be empty, please enter it!",
            authSuccess: "Authorization successful!",
            authFailed:
                "Authorization failed, please check the authorization information!",
        },
    },
    taskManage: {
        mainTask: "main task",
        stackerTask: "stacker task",
        taskNumber: "Task ID",
        remoteTask: "Remote Task ID",
        container: "container",
        form: "start",
        to: "end",
        status: "status",
        startTime: "start time",
        endTime: "end time",
        PleaseEnter: "Please enter ",
        PleaseSelect: "Please select",
        fromLocationCode: "from location code",
        toLocationCode: "to Location code",
        risePlatform: "rise platform",
        endPlatform: "end platform",
        all: "all",
        query: "query",
        Add: "Add",
        delete: "delete",
        Issued: "Issued",
        export: "export",
        ForcedCompletion: "ForcedCompletion",
        maintenance: "maintenance",
        LogoReset: "LogoReset",
        create: "create",
        cancel: "cancel",
        modify: "modify",
        mainTaskAdd: "main task add",
        mainTaskMaintenance: "main task maintenance",
        //表格
        internal: "internal",
        RemotePreTask: "Remote pre task",
        RoutePoint: "Route point",
        currentNode: "current node",
        priority: "priority",
        TaskType: "Task Type",
        stage: "stage",
        TaskFeedback: "Task feedback",
        length: "length",
        width: "width",
        height: "height",
        weight: "weight",
        goodsType: "goods type",
        warehouseCode: "warehouse",
        completeTime: "complete time",
        createdTime: "created time",
        founder: "founder",
        updateTime: "update time",
        UpdatePerson: "Update person",
        //主任务维护
        RemoteTaskMaintenance: "Remote task maintenance",
        positionMaintenance: "position maintenance",
        stageMaintenance: "stage maintenance",
        RoutePointMaintenance: "Route point maintenance",
        statusMaintenance: "status maintenance",
        priorityMaintenance: "priority maintenance",
        CurrentDeviceMaintenance: "Current device maintenance",
        TaskFeedbackMaintenance: "Task feedback maintenance",
        goodsCategoryMaintenance: "goods category maintenance",
        //堆垛机表格
        InternalTask: "Internal task",
        remoteTask: "remote task",
        stackerTask: "stacker task",
        stackerName: "stacker name",
        endPlatformGroup: "end platform group",
        lane: "lane",
        submitSign: "submit sign",
        repeatSign: "repeat sign",
        VacateSign: "Vacate sign",
        WrongSelectionSign: "Wrong selection sign",
        FullInSign: "FullIn sign",
        FullInPosition: "FullIn position",
        ForksSign: "Forks sign",
        StartExecutionTime: "Start execution time",
        ExecutionEndTime: "Execution end time"
    },
    logManage: {
        InterfaceLog: "Interface log",
        ContentLog: "Content log",
        systemLog: "system log",
        DeviceExecutionLog: "Device execution log",
        // 查询条件
        InterfaceName: "Interface name",
        sign: "sign",
        RequestMethod: "Request method",
        timeConsuming: "time consuming",
        request: "request",
        reply: "reply",
        title: "title",
        content: "content",
        module: "module",
        deviceName: "device name",
        EquipmentCode: "Equipment code",
        Category: "Category",
        message: "message",
        logLevel: "log level",
        startTime: "start time",
        endTime: "end time",
        PleaseEnter: "Please enter",
        PleaseSelect: "Please select",
        //按钮
        query: "query",
        queryDetails: "query details",
        export: "export",
        cancel: "cancel",
        sure: "sure",
        //表格
        internalID: "internal ID",
        RequesterIP: "Requester IP",
        notes: "notes",
        alarmDode: "alarm dode",
        createdTime: "created time",
        founder: "founder",
        InterfaceLogDetails: "Interface log details",
        ContentLogDetails: "Content log details",
        systemLogDetails: "system log details",
        DeviceExecutionLogDetails: "Device execution log details",
        PleaseSelectApieceOfData: "Please select a piece of data",
        empty: "This field cannot be empty",
        number: "Please enter a valid number",
        InterfaceLogData: "Interface log data",
        ContentLogData: "Content log data",
        systemLogData: "system log data",
        DeviceExecutionLogData: "Device execution log data",
    }
};