// en/vendor_shipping
export const vendor_shipping = {
  orders_list_label: 'Orders to ship',
  page_heading: 'Orders to Ship',
  loading_orders: 'Loading orders…',
  load_failed: "We couldn't load your orders. Check your connection and try again.",
  retry: 'Try again',
  no_pending_orders:
    'No orders waiting to ship. New physical-item orders will appear here as soon as payment is confirmed.',
  order_id: 'Order #{{id}}',
  item_label: 'Item',
  overdue: 'Shipping overdue',
  due: 'Ship by {{at}}',
  ship_action: 'Mark as shipped',
  ship_confirm: 'Confirm shipment',
  shipped_success: 'Order #{{id}} marked as shipped',
  ship_aria: 'Ship order {{id}}',
  packing_slip: 'Download packing slip',
  packing_slip_aria: 'Download packing slip',
  ship_modal_title: 'Shipping Details',
  carrier_label: 'Carrier',
  tracking_label: 'Tracking Number',
  tracking_placeholder: 'e.g. RR123456789IL',
  tracking_required: 'Tracking number is required',
  ship_failed: "Couldn't save the shipment — please try again",
  cancel: 'Cancel',
  shipping: 'Shipping...',
  carrier_israel_post: 'Israel Post',
  carrier_yedioth_couriers: 'Yedioth Couriers',
  carrier_cheetah: 'Cheetah',
  carrier_hfd: 'HFD',
  carrier_baldar: 'Baldar',
  carrier_other: 'Other',
  page_title: 'Orders to Ship',
  shipping_config_title: 'Shipping Settings',
  shipping_carrier_legend: 'Shipping method',
  shipping_fee_legend: 'Shipping fee charged to the buyer',
  provider_manual: 'Manual (tracking number)',
  provider_wolt_drive: 'Wolt Drive — On-demand courier',
  provider_wolt_description: 'When shipping, a Wolt courier picks up from your store',
  fee_free: 'Free shipping',
  fee_flat: 'Flat rate',
  fee_free_over: 'Free above threshold',
  fee_platform_note: 'Platform fee on shipping charges: 10%',
  fee_exceeds_price: 'Shipping fee cannot exceed item price',
  wolt_dispatch: 'Dispatch via Wolt',
  wolt_dispatching: 'Dispatching...',
  wolt_dispatched: 'Shipped! Track delivery',
  wolt_dispatched_no_link: 'Dispatched via Wolt',
  wolt_dispatch_error: 'Dispatch error, please retry',
  wolt_no_credentials: 'Wolt not configured — contact support',
  wolt_missing_coords: 'Address missing coordinates — contact support',
  wolt_dispatch_tooltip:
    'The customer chose Wolt Drive delivery. This books a courier pickup from your store and adds tracking automatically.',
  ship_manual_fallback_tooltip:
    'This order uses Wolt delivery. Use manual marking only if you shipped another way, coordinated with support.',
  fee_flat_amount_label: 'Flat shipping fee amount',
  fee_free_over_amount_label: 'Free shipping threshold amount',
  provider_pickup: 'Self-pickup',
  provider_pickup_description: 'Customer comes to pick up the item in person',
  pickup_disabled_hint: 'Enable self-pickup in your settings first',
  pickup_address_required: 'Please select a pickup address',
  pickup_no_addresses: 'No pickup addresses — add in settings',
} as const;
