en.js 9.09 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",
  },
  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!",
    },
  },
};