// en/admin_reports
export const admin_reports = {
  title: 'Reports Queue',
  col_date: 'Date',
  col_target_type: 'Target type',
  col_reason: 'Reason',
  col_status: 'Status',
  col_reporter: 'Reporter',
  filter_status: 'Status',
  filter_target_type: 'Target type',
  status_open: 'Open',
  status_investigating: 'Investigating',
  status_resolved: 'Resolved',
  status_dismissed: 'Dismissed',
  status_tooltip_open: 'New report, not yet handled',
  status_tooltip_investigating: 'An admin has started reviewing this report',
  status_tooltip_resolved: 'Issue was handled — resolved and closed',
  status_tooltip_dismissed: 'Report was found unfounded and closed without action',
  target_type_vendor: 'Vendor',
  target_type_deal: 'Deal',
  target_type_review: 'Review',
  target_type_user: 'User',
  reason_factual_error: 'Factual error',
  reason_misleading: 'Misleading',
  reason_wrong_hours: 'Wrong hours',
  reason_bug: 'Bug',
  reason_other: 'Other',
  action_dismiss: 'Dismiss report',
  action_investigate: 'Start review',
  action_resolve: 'Mark as resolved',
  resolve_label: 'How was the report handled',
  resolve_placeholder: 'e.g. Opening hours were corrected on the vendor page',
  dismiss_confirm_title: 'Dismiss report',
  dismiss_confirm_body:
    'The report will be marked unfounded and closed. No action will be taken against the reported entity. This cannot be undone.',
  dismiss_confirm_action: 'Dismiss report',
  view_target: 'View target',
  no_reports: 'No reports found',
  empty_queue: 'No open reports — all clear 🎉',
  empty_filtered: 'No reports match these filters. Clear filters to see all reports.',
  reporter_anonymous: 'Anonymous',
  total_label: '{total} reports total',
} as const;
