en.js 19.2 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497
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",
        deviceManage: "device manage",
    },
    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",
        taskFlag: "Do you want to reset all task flags for failed callbacks!",
        resetSuccessful: "reset successful",
        resetTheReturnFlag: "Reset the return flag",
        //导出
        mainTaskData: "main task data",
        stackerTaskData: "stacker task data",
    },
    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",
    },
    deviceManage: {
        deviceManage: "device manage",
        deviceTypeManage: "device type manage",
        equipmentAlarmManage: "equipment alarm manage",
        equipmentStateManage: "equipment state manage",

        device: "device",
        deviceAttribute: "device attribute",
        equipmentCode: "equipment code",
        equipmentName: "equipment name",
        equipmentType: "equipment type",
        equipmentState: "equipment state",
        recordState: "record state",
        equipmentTypeAttribute: "equipment type attribute",
        alarmMessage: "alarm message",
        alarmCode: "alarm code",
        alarmStatistics: "alarm statistics",
        equipmentTypeCode: "equipment type code",
        region: "region",
        attributeCode: "attribute code",
        address: "address",
        startTime: "start time",
        endTime: "end time",
        //表格
        equipmentTypeCode: "equipment type code",
        equipmentTypeName: "equipment type name",
        connectName: "connect name",
        describe: "describe",
        disable: "disable",
        value: "value",
        notes: "notes",
        dataType: "data type",
        attributeName: "attribute name",
        attributeType: "attribute type",
        monitorCompareValue: "monitor compare value",
        monitorNormalOutput: "monitor normal output",
        monitorAbnormalOutput: "monitor abnormal output",
        duration: "duration",
        isItOver: "is it over",
        countFrequency: "count frequency",
        createdTime: "created time",
        founder: "founder",
        updateTime: "update time",
        UpdatePerson: "Update Person",
        //按钮
        query: "query",
        queryDetails: "query details",
        addDevice: "add device",
        addDeviceType: "add device type",
        editDevice: "edit device",
        editDeviceType: "edit device type",
        deleteDevice: "delete device",
        deleteDeviceType: "delete device type",
        addDetails: "add details",
        editDetails: "edit details",
        deleteDetails: "delete details",
        detailsExport: "details export",
        export: "export",
        refresh: "refresh",
        save: "save",
        synchronous: "synchronous",
        delete: "delete",
        create: "create",
        cancel: "cancel",
        clear: "clear",
        sure: "sure",
        yes: "yes",
        deny: "deny",
        disabled: "disabled",
        noDeviceMasterCountFound: "no device master count found",
        PleaseSelectApieceOfData: "please select apieceOf data",
        PleaseSelectAtLeastOnePieceOfData: "please select atLeast one pieceOf data",
        dataOperationSuccessful: "data operation successful",
        add: "add",
        edit: "edit",
        deleteOperation: "delete operation",
        saveOperation: "save operation",
        editOperation: "edit operation",
        modifyOperation: "modify operation",
        issueOperation: "issue operation",
        modify: "modify",
        synchronousOperation: "synchronous operation",
        areYouSureToDeleteTheData: "are you sure to delete the data?",
        deleteSuccessfully: "delete successfully!",
        synchronousSuccess: "synchronous success!",
        uccessfullySaved: "uccessfully saved",
        noUpdatesAvailable: "no updates available!",
        noDeviceMasterDataFound: "no device master data found!",
        //导出
        equipmentInformationData: "equipment information data",
        equipmentAttributeInformationData: "equipment attribute information data",
        equipmentTypeInformationData: "equipment type information data",
        equipmentTypeAttributeInformation: "equipment type attribute information",
        equipmentAlarmInformationData: "equipment alarm information data",
        equipmentAlarmStatisticsInformationData: "equipment alarm statistics information data",
        equipmentStatusInformationData: "equipment status information data",
    }
};