// en/confirmation
export const confirmation = {
  page_title: 'Purchase Confirmed - Multideal',
  heading: 'Purchase complete!',
  deal_by: 'Sold by {{businessName}}',
  amount_paid: 'Amount paid',
  qr_sent_title: 'QR code sent to your email',
  qr_sent_desc: 'Show it to the business when redeeming.',
  view_qr: 'View QR Code',
  back_to_purchases: 'Back to my purchases',
  back_to_home: 'Back to home',
  guest_prompt_title: 'Save your purchase history',
  guest_prompt_desc: 'Create a free account to access all your purchases anywhere.',
  guest_prompt_cta: 'Create a free account',
  order_ref: 'Reference number: {{ref}}',
  qr_caption: 'Your redemption code — save a screenshot',
  qr_multi_caption:
    'You bought {{count}} units — each has its own QR code. View them all on the redemption page.',
  view_qr_fullscreen: 'Open code full screen',
  guest_forbidden_title: 'This link is unavailable',
  guest_forbidden_desc:
    'The confirmation link has expired or is invalid. If you purchased recently, check your email for an updated link.',
  guest_forbidden_cta: 'Back to home',
} as const;
