// he/admin_outbox
export const admin_outbox = {
  title: 'מוניטור אירועים',
  filter_status: 'סטטוס',
  filter_all: 'כולם',
  status_pending: 'ממתין',
  status_processed: 'עובד',
  status_failed: 'נכשל',
  status_abandoned: 'ננטש',
  retry_count_label: 'ניסיונות',
  created_at_label: 'נוצר',
  processed_at_label: 'עובד',
  failed_at_label: 'נכשל בתאריך',
  retry: 'נסה שוב',
  no_events: 'לא נמצאו אירועים',
  total_label: 'אירועים סה"כ',
} as const;
