{
  "systemStatus": "System Status",
  "refresh": "Refresh",
  "updated": "Updated",
  "loading": "Loading system status...",
  "errorTitle": "Failed to load status",
  "errorDefault": "Please try again later.",
  "footerUpdates": "Status updates every 30 seconds",
  "version": "Version",
  "models": "models",
  "status": {
    "operational": "Operational",
    "degraded": "Intermittent",
    "outage": "Unavailable",
    "unknown": "Unknown"
  },
  "banner": {
    "maintenance": {
      "title": "🔧 Scheduled Maintenance",
      "subtitle": "We are currently performing scheduled maintenance. Some services may be temporarily unavailable."
    },
    "operational": {
      "title": "All Systems Operational",
      "subtitle": "All services are running smoothly."
    },
    "degraded": {
      "title": "Partial System Degradation",
      "subtitle": "Some services are experiencing issues."
    },
    "outage": {
      "title": "Critical System Failure",
      "subtitle": "Critical services are currently unavailable."
    },
    "unknown": {
      "title": "Status Unknown",
      "subtitle": "Unable to determine system status."
    }
  },
  "sections": {
    "infrastructure": "Infrastructure",
    "workers": "Background Processes",
    "channels": "Communication Channels",
    "aiModels": "AI Models"
  },
  "infrastructure": {
    "database": "Primary Database",
    "redis": "Cache",
    "vectorDb": "Vector Database",
    "objectStorage": "Object Storage - S3",
    "email": "Email Service",
    "whisper": "Voice/Speech Recognition"
  },
  "workers": {
    "whatsappExternal": "WhatsApp - External API",
    "metaApi": "Message Sync - Meta API",
    "tiktok": "Message Sync - TikTok",
    "datasourceLoader": "Datasource Sync",
    "ragGenerator": "Document Generation - RAG",
    "transcriber": "Audio & Video Transcription",
    "youtubeProcessor": "Video Processing - YouTube",
    "mailSync": "Mail Auto-Reply"
  },
  "channels": {
    "whatsappExternal": "WhatsApp - External API",
    "whatsappCloud": "WhatsApp - Cloud API",
    "messenger": "Facebook Messenger",
    "instagram": "Instagram Direct",
    "tiktokBusiness": "TikTok Business",
    "tiktokShop": "TikTok Shop",
    "telegram": "Telegram",
    "slack": "Slack",
    "notion": "Notion",
    "googleDrive": "Google Drive",
    "zappflux": "ZappFlux"
  },
  "chips": {
    "queue": "Queue",
    "vision": "Vision/Images",
    "tools": "Tools"
  }
}