// en/vendor_deals
export const vendor_deals = {
  page_title: 'My Deals',
  tab_active: 'Active',
  tab_pending: 'In Review',
  tab_closed: 'Closed',
  tab_history: 'History',
  tab_drafts: 'Drafts',
  empty_active: 'No active deals',
  empty_pending: 'No deals in review',
  empty_pending_desc: 'Deals you submit will appear here until our team approves them.',
  empty_closed: 'No ended deals yet',
  empty_closed_desc: 'Ended deals appear here with their sales outcome.',
  empty_history: 'No older deals',
  empty_history_desc: 'Deals that ended more than 30 days ago move here.',
  add_deal: 'Add Deal',
  outcome_filter: 'Outcome filter',
  outcome_filter_label: 'Filter by outcome:',
  filter_all: 'All',
  filter_won: 'Won',
  filter_partial: 'Partial',
  filter_lost: 'Lost',
  fix_resubmit: 'Fix & Resubmit',
  duplicate_success: 'Deal duplicated successfully',
  duplicate_error: "Couldn't duplicate the deal — try again",
  group_deal_badge: 'Group Deal',
  group_participants: '{{count}} of {{target}} participants',
  manage_group_deal: 'Manage group deal',
  manage_group_deal_aria: 'Manage group deal for',
  tab_closed_tooltip: 'Recently ended deals',
  tab_history_tooltip: 'Older ended deals',
  error_title: 'Error loading',
  error_desc: 'Could not load deals',
  retry: 'Try again',
} as const;
