// en/item_purchase
export const item_purchase = {
  title: 'Shipment Status',
  tracking: 'Tracking Number',
  pickup_instructions: 'Show this code at the store when picking up',
  pickup_qr_alt: 'Pickup QR code',
  confirm_receipt: 'Confirm Receipt',
  auto_confirmed_on: 'Receipt will be confirmed automatically on {date} unless you confirm sooner',
  status_pending: 'Pending',
  status_awaiting_ship: 'Awaiting Shipment',
  status_shipped: 'Shipped',
  status_in_transit: 'In Transit',
  status_out_for_delivery: 'Out for Delivery',
  status_delivered: 'Delivered',
  status_pickup_ready: 'Ready for Pickup',
  status_picked_up: 'Picked Up',
  status_confirmed: 'Receipt confirmed',
  status_failed_delivery: 'Delivery Failed',
  status_lost: 'Lost in Transit',
  status_cancelled: 'Cancelled',
  view_timeline: 'Shipment history',
  tracking_page_title: 'Shipment Tracking',
  tracking_back: 'Back to purchase',
  tracking_empty: "Shipment details aren't available yet. Please check back in a few minutes.",
  timeline_source_system: 'System update',
  timeline_source_vendor: 'Business',
  timeline_source_buyer: 'You',
  timeline_source_admin: 'Support',
  timeline_source_carrier_webhook: 'Carrier',
  timeline_source_vendor_pickup: 'Vendor (at pickup)',
  timeline_source_cron: 'System',
  note_no_carrier_update_14d: 'No carrier update received for 14 days',
  note_handle_sla_breached: 'Order handling is taking longer than expected',
  track_at_carrier_prefix: 'Track on carrier site:',
  track_with_carrier: 'Track with carrier',
  carrier_israel_post: 'Israel Post',
  carrier_yedioth_couriers: 'Yedioth Couriers',
  carrier_cheetah: 'Cheetah',
  carrier_hfd: 'HFD',
  carrier_baldar: 'Baldar',
  carrier_pickup: 'Pickup',
  carrier_other: 'Carrier',
  upcoming_step: 'Upcoming step',
  confirm_receipt_helper:
    'Confirming receipt finalizes the order and starts your return window. Confirm only after the package is in your hands.',
  terminal_failure_helper:
    "Something went wrong with your delivery? Contact support and we'll arrange a solution or a refund.",
  terminal_failure_cta: 'Contact support',
} as const;
