// en/admin_system
export const admin_system = {
  page_title: 'System operations',
  overview_outbox_backlog: 'Pending outbox events',
  overview_unresolved_health_findings: 'Open health findings',
  overview_failed_llm_jobs: 'Failed AI jobs',
  overview_monitoring_alerts: 'Active monitoring alerts',
  overview_outbox_backlog_tooltip:
    'System events (notifications, emails, updates) written but not yet dispatched for processing. A persistently high number means background processing is stuck.',
  overview_unresolved_health_findings_tooltip:
    'Issues detected automatically by data-integrity checks and not yet resolved. Every open finding needs review.',
  overview_failed_llm_jobs_tooltip:
    'Total AI jobs (translation, moderation, support) that failed and were not retried. Retry from the AI Jobs tab.',
  overview_monitoring_alerts_tooltip:
    'Monitor checks currently in warn or page state. Click to open the monitoring tab.',
  tab_outbox_badge_tooltip: 'Number of events waiting for dispatch. Turns red above 50.',
  tab_health_badge_tooltip: 'Open health findings. Each needs attention; turns red above 5.',
} as const;
