// en/vendor_deal_card
export const vendor_deal_card = {
  status_active: 'Active',
  status_pending: 'Pending',
  status_closed: 'Closed',
  status_history: 'History',
  outcome_won: 'Won',
  outcome_partial: 'Partial',
  outcome_lost: 'Lost',
  outcome_sold_out: 'Sold out',
  outcome_won_tooltip: 'The deal sold out — full quantity sold',
  outcome_partial_tooltip: "At least half the quantity sold, but the deal didn't sell out",
  outcome_lost_tooltip: 'Less than half the quantity sold by the time the deal ended',
  outcome_sold_out_tooltip: 'The deal sold its entire stock',
  status_pending_tooltip: 'Awaiting Multideal review — usually within one business day',
  fix_resubmit: 'Fix & Resubmit',
  delete_deal: 'Delete',
  ends_at_time: 'Ends at {{time}}',
  ends_on_datetime: 'Ends {{date}} at {{time}}',
  ends_in_days: 'Ends in {{n}} days',
  progress_label: 'Progress',
  progress_stock: 'Sold {{sold}} of {{total}} in stock',
  tier_label: 'Tier',
  participants_of: 'of',
  rejection_needs_fix: 'Rejected — needs fixes',
  submitted_at: 'Submitted for review',
  duplicate_action: 'Duplicate deal',
  duplicate_tooltip: "Creates a new draft with this deal's details, to edit before publishing",
  required_label: 'Rejection reason:',
  sold_meta: '{{sold}} of {{total}} sold',
  untitledDeal: 'Untitled deal',
} as const;
