// en/vendor_customers
export const vendor_customers = {
  page_title: 'Customers',
  search_placeholder: 'Search by customer name',
  search_action: 'Search',
  table_label: 'Customer list',
  col_name: 'Name',
  col_net_spent: 'Net spend',
  col_orders: 'Orders',
  col_orders_tooltip: 'Order count includes fully refunded orders (₪0 net spend).',
  col_spend_tooltip: 'Net amount after refunds — fully refunded orders count as ₪0.',
  sort_caption: 'Sorted by spend (highest first)',
  col_last_purchase: 'Last purchase',
  guest_name: 'Unnamed customer',
  no_last_purchase: 'No data',
  empty_title: 'No customers yet',
  empty_description:
    'Customers who purchase from you will appear here with their net spend. Publish a deal to get started.',
  error_title: 'Loading error',
  error_desc: "We couldn't load the customer list. Please try again.",
  retry: 'Try again',
} as const;
