// en/admin_system_health
export const admin_system_health = {
  page_title: 'System Health — Unarmed Entities',
  banner_title: 'System automation issue detected',
  banner_description:
    'Scheduled background processing stopped for some records. You can re-arm it with one click.',
  banner_link: 'View & fix',
  col_entity_type: 'Entity type',
  col_entity_id: 'Entity ID',
  col_detail: 'Detail',
  col_first_seen: 'First seen',
  col_last_seen: 'Last seen',
  col_action: 'Action',
  rearm_button: 'Re-arm',
  rearming: 'Re-arming...',
  rearm_success: 'Alarm re-armed successfully',
  rearm_error: 'Error re-arming alarm',
  empty_title: 'All clear',
  empty_desc: 'No unarmed entities found',
  nav_label: 'System health',
  back_to_health: 'Back to System Health',
  breadcrumb_admin: 'Admin',
  breadcrumb_system_health: 'System Health',
  breadcrumb_current: 'Unarmed Entities',
  breadcrumb_aria: 'Breadcrumb navigation',
} as const;
