zh.js 1001 Bytes
export default {
  system: {
    login: "登录",
    systemName: "长沙华恒ECS系统",
    logOut: "退出",
    mainPage: "主页",
    refresh: "刷新",
    closeOthers: "关闭其他",
    closeAll: "关闭所有",
    about: "© 2025 长沙华恒机器人系统有限公司 All rights reserved",
    authorize: "授权",
  },
  main: {
    deviceMonitor: "设备监控",
    monitor: {
      legend: "图例",
      standby: "待机",
      normalRunning: "正常运行",
      nonAutomatic: "非自动",
      abnormal: "异常",
      reset: "复位",
      overview: "概览",
      equipmentOverview: "设备概览",
      stacker: "堆垛机",
      station: "站台",
      rgv: "RGV",
      crgv: "CRGV",
    },
    deviceData: "设备数据",
    stationData: "站台数据",
    taskCompensation: "执行与日志",
    startProcessing: "开始处理",
    pauseProcessing: "暂停处理",
    notRunning: "未运行",
    running: "运行中",
    autoSend: "自动下发",
  },
};