// en/admin_deals
export const admin_deals = {
  title: 'Deals',
  col_created: 'Created',
  col_title: 'Title',
  col_vendor: 'Vendor',
  col_state: 'State',
  col_original_price: 'Original',
  col_discounted_price: 'Price',
  col_window: 'Window start',
  currency_symbol: '₪',
  filter_vendor_search: 'Search by vendor',
  filter_vendor_search_placeholder: 'Search vendor...',
  filter_title_search: 'Search by title',
  filter_title_search_placeholder: 'Search title...',
  filter_apply: 'Search',
  settings_panel_heading: 'Deal policy (platform-wide)',
  col_created_tooltip: 'Date the vendor created the deal',
  state_pending_approval_tooltip: 'Waiting for manual admin approval in the approval queue',
  state_under_review_tooltip:
    'In automated (AI) content review — will move to approval or be flagged',
  state_paused_tooltip: 'Paused by the vendor or admin — hidden from buyers',
  state_rejected_tooltip: 'Rejected — the vendor may appeal or resubmit',
  state_draft: 'Draft',
  state_under_review: 'Under Review',
  state_pending_approval: 'Pending Approval',
  state_active: 'Active',
  state_paused: 'Paused',
  state_sold_out: 'Sold Out',
  state_expired: 'Expired',
  state_rejected: 'Rejected',
  state_archived: 'Archived',
  tab_overview: 'Overview',
  tab_active: 'All Deals',
  tab_group: 'Group Deals',
  overview_total_active: 'Active Deals',
  overview_expiring_in_48h: 'Expiring within 48 hours',
  overview_low_stock: 'Low stock (under 5 units)',
  overview_pending_approval: 'Pending Approval',
  overview_total_active_tooltip:
    'Number of deals currently in ACTIVE state and visible to customers',
  overview_expiring_in_48h_tooltip:
    'Active deals whose sale window ends within the next 48 hours. Worth checking whether the vendor plans to extend',
  overview_low_stock_tooltip: 'Active deals with fewer than 5 units remaining in stock',
  overview_pending_approval_tooltip:
    'Deals submitted by vendors awaiting admin approval before going live',
} as const;
