en.js 1.02 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",
      equipmentOverview: "Equipment Overview",
      stacker: "Stacker",
      station: "Station",
      rgv: "RGV",
      crgv: "CRGV",
    },
    deviceData: "Device Data",
    stationData: "Station Data",
    taskCompensation: "Execution and Logging",
    startProcessing: "Start Processing",
    pauseProcessing: "Pause Processing",
    notRunning: "Not Running",
    running: "Running",
    autoSend: "Auto Send",
  },
};