// en/admin_user_detail
export const admin_user_detail = {
  back: '← Back to Users',
  page_title: 'User Detail',
  tab_profile: 'Profile',
  tab_activity: 'Activity',
  tab_activity_tooltip: 'Log of admin actions performed on this account',
  tab_purchases: 'Purchases',
  tab_ratings: 'Reviews & Ratings',
  tab_tickets: 'Reports',
  tab_settings: 'Settings',
  field_display_name: 'Display Name',
  field_state: 'Account State',
  field_is_admin: 'Admin Flag',
  ltv_section_title: 'Customer LTV',
  ltv_net_spend: 'Lifetime net spend',
  ltv_net_spend_tooltip: 'Total actually paid minus refunds, since signup',
  ltv_order_count: 'Orders',
  ltv_order_count_tooltip: 'Paid orders count (excludes failed or fully refunded orders)',
  ltv_first_purchase: 'First purchase',
  ltv_last_purchase: 'Last purchase',
  field_purchase_count: 'Purchases (account counter)',
  field_purchase_count_tooltip:
    'Cumulative account purchase counter — may differ from LTV orders, which count actual payments',
  field_created_at: 'Joined',
  field_deletion_requested_at: 'Deletion Requested',
  field_phone: 'Phone',
  field_email: 'Email',
  pii_encrypted: '(encrypted — not viewable)',
  pii_encrypted_tooltip:
    'Contact details are encrypted at rest and not viewable even by admins — privacy policy',
  state_active: 'Active',
  state_frozen: 'Frozen',
  state_deleted_pending: 'Deletion Pending',
  state_deleted: 'Deleted',
  admin_badge: 'Admin',
  not_admin_badge: 'Regular User',
  grant_admin_title: 'Grant Admin Access',
  grant_admin_desc: 'This will give the user full admin privileges. Are you sure?',
  grant_admin_confirm: 'Grant Admin',
  revoke_admin_title: 'Revoke Admin Access',
  revoke_admin_desc: "This will remove the user's admin privileges. Are you sure?",
  revoke_admin_confirm: 'Revoke Admin',
  admin_flag_reason_label: 'Reason (recorded in audit log)',
  admin_flag_reason_placeholder: 'Describe the reason for this change...',
  freeze: 'Freeze',
  unfreeze: 'Unfreeze',
  freeze_disabled_tooltip: 'Cannot freeze a deleted account or one pending deletion',
  freeze_dialog_title: 'Freeze User Account',
  freeze_dialog_description:
    'Provide a reason for freezing this account. The user will not be able to log in.',
  unfreeze_dialog_title: 'Unfreeze User Account',
  unfreeze_dialog_description:
    'Provide a reason for unfreezing. The user will regain access immediately.',
  reason_label: 'Reason',
  freeze_reason_placeholder: 'Describe the reason for freezing this user...',
  unfreeze_reason_placeholder: 'Describe the reason for unfreezing...',
  confirm_freeze: 'Freeze Account',
  confirm_unfreeze: 'Unfreeze Account',
  col_deal: 'Deal',
  col_amount: 'Amount',
  col_payment_status: 'Payment',
  col_redemption_status: 'Redemption',
  col_date: 'Date',
  no_purchases: 'No purchases found',
  col_rating: 'Rating',
  col_body: 'Review',
  col_visible: 'Visibility',
  visible_yes: 'Visible',
  visible_no: 'Hidden',
  no_reviews: 'No reviews found',
  col_role: 'Side in report',
  col_target_type: 'Target Type',
  col_reason: 'Reason',
  col_status: 'Status',
  role_reporter: 'Reporter',
  role_target: 'Subject',
  role_target_tooltip: 'A report filed against this user',
  no_tickets: 'No reports found',
  col_action: 'Action',
  col_note: 'Note',
  col_actor: 'Actor',
  no_actions: 'No admin actions found',
  actor_system: 'System',
  actor_unknown: 'Unknown admin',
  view_deal: 'View Deal',
  payment_COMPLETED: 'Completed',
  payment_PENDING: 'Pending',
  payment_FAILED: 'Failed',
  payment_REFUND_REQUESTED: 'Refund requested',
  payment_REFUNDED: 'Refunded',
  payment_PARTIAL_REFUND: 'Partial refund',
  redemption_REDEEMED: 'Redeemed',
  redemption_UNREDEEMED: 'Unredeemed',
  redemption_CANCELLED: 'Cancelled',
  redemption_EXPIRED: 'Expired',
  reason_FACTUAL_ERROR: 'Factual error',
  reason_MISLEADING: 'Misleading',
  reason_WRONG_HOURS: 'Wrong hours',
  reason_BUG: 'Bug',
  reason_OTHER: 'Other',
  report_status_OPEN: 'Open',
  report_status_INVESTIGATING: 'Investigating',
  report_status_RESOLVED: 'Resolved',
  report_status_DISMISSED: 'Dismissed',
  target_VENDOR: 'Vendor',
  target_DEAL: 'Deal',
  target_REVIEW: 'Review',
  target_USER: 'User',
  action_FREEZE: 'Account frozen',
  action_UNFREEZE: 'Unfrozen',
  action_WARNING: 'Warning issued',
  action_BAN: 'Banned',
  action_APPROVE: 'Approved',
  action_REJECT: 'Rejected',
  action_REMOVE_REVIEW: 'Review removed',
  action_RESTORE_REVIEW: 'Review restored',
  action_MARK_PAID: 'Marked paid',
  action_REQUEST_REFUND: 'Refund requested',
} as const;
