// en/admin_audit
export const admin_audit = {
  title: 'Global Audit Trail',
  col_date: 'Date',
  filter_target_type: 'Target type',
  filter_action: 'Action',
  filter_all: 'All',
  filter_admin_search: 'Search admin',
  target_type_deal: 'Deal',
  target_type_vendor: 'Vendor',
  target_type_review: 'Review',
  target_type_user: 'User',
  action_approve: 'Approve',
  action_reject: 'Reject',
  action_freeze: 'Freeze',
  action_unfreeze: 'Unfreeze',
  action_ban: 'Ban',
  action_remove_review: 'Remove review',
  action_restore_review: 'Restore review',
  action_add_quantity: 'Add quantity',
  action_grant_admin: 'Grant admin',
  action_revoke_admin: 'Revoke admin',
  target_id_label: 'Target',
  actor_ai: 'AI',
  col_note: 'Note',
  note_expand: 'Show more',
  note_collapse: 'Show less',
  no_entries: 'No audit entries found',
  total_label: 'entries total',
} as const;
