{
  "systemStatus": "系统状态",
  "refresh": "刷新",
  "updated": "已更新",
  "loading": "正在加载系统状态...",
  "errorTitle": "加载状态失败",
  "errorDefault": "请稍后重试。",
  "footerUpdates": "每30秒更新一次",
  "version": "版本",
  "models": "个模型",
  "status": {
    "operational": "正常运行",
    "degraded": "不稳定",
    "outage": "不可用",
    "unknown": "未知"
  },
  "banner": {
    "maintenance": {
      "title": "🔧 计划维护",
      "subtitle": "我们正在进行计划维护。部分服务可能暂时不可用。"
    },
    "operational": {
      "title": "所有系统正常运行",
      "subtitle": "所有服务运行顺畅。"
    },
    "degraded": {
      "title": "系统部分降级",
      "subtitle": "部分服务正在遇到问题。"
    },
    "outage": {
      "title": "严重系统故障",
      "subtitle": "关键服务当前不可用。"
    },
    "unknown": {
      "title": "状态未知",
      "subtitle": "无法确定系统状态。"
    }
  },
  "sections": {
    "infrastructure": "基础设施",
    "workers": "后台进程",
    "channels": "通信渠道",
    "aiModels": "AI模型"
  },
  "infrastructure": {
    "database": "主数据库",
    "redis": "缓存",
    "vectorDb": "向量数据库",
    "objectStorage": "对象存储 - S3",
    "email": "邮件服务",
    "whisper": "语音识别"
  },
  "workers": {
    "whatsappExternal": "WhatsApp - 外部API",
    "metaApi": "消息同步 - Meta API",
    "tiktok": "消息同步 - TikTok",
    "datasourceLoader": "数据源同步",
    "ragGenerator": "文档生成 - RAG",
    "transcriber": "音视频转录",
    "youtubeProcessor": "视频处理 - YouTube",
    "mailSync": "邮件自动回复"
  },
  "channels": {
    "whatsappExternal": "WhatsApp - 外部API",
    "whatsappCloud": "WhatsApp - Cloud API",
    "messenger": "Facebook Messenger",
    "instagram": "Instagram私信",
    "tiktokBusiness": "TikTok Business",
    "tiktokShop": "TikTok Shop",
    "telegram": "Telegram",
    "slack": "Slack",
    "notion": "Notion",
    "googleDrive": "Google Drive",
    "zappflux": "ZappFlux"
  },
  "chips": {
    "queue": "队列",
    "vision": "视觉/图像",
    "tools": "工具"
  }
}