// en/vendor_qr_scan
export const vendor_qr_scan = {
  title: 'Scan QR',
  instruction: 'Point the camera at the customer QR code',
  success_title: 'Redemption successful!',
  pickup_success_title: 'Pickup confirmed — shipment handed to courier/customer',
  pickup_success_detail: 'You confirmed a shipment handoff. No further action is needed.',
  error_heading: 'Scan failed',
  error_invalid: "The code wasn't recognized. Try scanning again or enter the code manually.",
  error_wrong_deal:
    'Code belongs to a different deal. Verify it belongs to one of your deals, or contact support.',
  error_already_redeemed: 'This voucher has already been redeemed.',
  error_expired: 'This voucher has expired.',
  error_pickup_already_done: 'Pickup has already been confirmed',
  error_pickup_invalid: 'Invalid or expired pickup code',
  manual_entry: 'Enter code manually',
  manual_submit: 'Confirm code',
  manual_placeholder: 'purchase-id:code',
  manual_helper:
    'Ask the customer for the code shown under the QR on their voucher and type it here.',
  camera_error:
    'Camera unavailable. Allow camera access in your browser, or enter the code manually below.',
  no_detector: "Your browser doesn't support automatic scanning. Enter the code manually below.",
  no_match_title: 'No match found',
  scan_again: 'Scan again',
  try_again: 'Try again',
} as const;
