// en/qr_redeem
export const qr_redeem = {
  title_fallback: 'My voucher',
  instruction: 'Show this code to the staff at the counter to scan and redeem your voucher',
  expiry_label: 'Time left to redeem',
  scan_fallback:
    'Scan not working? Increase screen brightness, or give the staff your purchase number: {{shortId}}',
  no_expiry: 'No expiry — redeem anytime',
  expired_heading: 'This voucher has expired',
  expired_body:
    "An expired voucher can't be redeemed. Check refund options on the purchase details page.",
  redeemed_title: 'Redeemed successfully',
  redeemed_body:
    "This voucher has already been used and can't be redeemed again. If you didn't redeem it yourself, contact support.",
  qr_page_title: 'Redemption code – Multideal',
  close: 'Close',
  back: 'Back to purchase details',
  deal: 'Deal',
  business: 'Business',
  unit_label: 'Unit {{index}} of {{total}}',
} as const;
