// en/settings
export const settings = {
  title: 'Settings',
  display_title: 'Display',
  display_categories: 'Feed categories',
  language: 'Language',
  accessibility: 'Accessibility',
  edit_profile: 'Edit profile',
  contact_title: 'Contact Multideal',
  contact_subject_label: 'Subject',
  contact_subject_bug: 'Bug',
  contact_subject_issue: 'Issue',
  contact_subject_complaint: 'Complaint',
  contact_subject_legal: 'Legal / Claim',
  contact_message: 'Message',
  contact_submit: 'Send',
  contact_sent: 'Your message was sent! We will get back to you soon.',
  contact_error: 'Failed to send your message. Please try again.',
  recommend: 'Recommend Multideal to a friend',
  logout: 'Logout',
  logout_confirm: 'Are you sure you want to log out?',
  become_vendor_title: 'Become a Vendor',
  become_vendor_sub: 'Open a business account and publish deals',
  notifications_section_title: 'Notifications',
  push_subscribe: 'Enable push notifications',
  push_unsubscribe: 'Disable push notifications',
  push_subscribed_toast: 'Push notifications enabled',
  // Notification preferences page
  notif_prefs_title: 'Notification Settings',
  notif_prefs_optional_section: 'Optional Notifications',
  notif_prefs_optional_desc:
    'These notifications are on by default. You can turn them off at any time.',
  notif_prefs_marketing_section: 'Marketing Communications',
  notif_prefs_marketing_desc: 'Deal and promotion updates. Off by default — on only if you opt in.',
  notif_prefs_save: 'Save preferences',
  notif_prefs_saving: 'Saving...',
  notif_prefs_saved: 'Preferences saved',
  notif_prefs_load_error: "We couldn't load your preferences. Try refreshing the page.",
  notif_prefs_save_error: "Your changes weren't saved. Please try again.",
  notif_prefs_critical_note:
    'Critical notifications (order confirmations, payments, redemptions) are mandatory and cannot be disabled.',
  // Event labels - optional tier (customer + any audience)
  notif_event_groupdeal_slot_filled: 'New slot filled in a group deal',
  notif_event_chat_typing: 'Typing indicator in chat',
  notif_event_chat_read_receipt: 'Read receipts in chat',
  notif_event_presence_peer_online: 'When a contact comes online',
  notif_event_personal_offer_new: 'New personal offer',
  notif_event_personal_offer_expiring: 'Personal offer expiring soon',
  notif_event_deal_back_in_stock: 'A deal you saved is back in stock',
  notif_event_item_out_for_delivery: 'Your order is out for delivery',
  notif_event_item_delivery_nudge: 'Reminder to review an item after delivery',
  notif_event_deal_followed_published: 'New deal from a followed vendor',
  notif_event_loyalty_points_credited: 'Loyalty points credited',
  // Marketing emails toggle
  marketing_emails_label: 'Deal updates and promotions',
  marketing_emails_desc: 'Curated deals, reminders, and a weekly digest',
  // Event labels - marketing tier (any audience)
  notif_event_system_maintenance_window: 'Scheduled maintenance window',
} as const;
