// en/vendor_analytics
export const vendor_analytics = {
  page_title: 'Analytics',
  range_7d: '7 days',
  range_30d: '30 days',
  range_90d: '90 days',
  range_custom: 'Custom',
  range_group_label: 'Date range',
  range_all_time: '(All time)',
  bar_tooltip: '₪{{amount}} · {{orders}} orders',
  compare_toggle: 'Compare to previous period',
  funnel_title: 'Sales Overview',
  revenue_title: 'Revenue over time',
  category_title: 'Breakdown by category',
  uncategorized: 'Uncategorized',
  leaderboard_title: 'Top Deals (all time)',
  leaderboard_deal: 'Deal',
  leaderboard_sold: 'Units sold',
  leaderboard_revenue: 'Revenue',
  leaderboard_conversion: 'Sell-through',
  error_title: 'Loading error',
  error_desc: "We couldn't load the data. You can try again.",
  retry: 'Try again',
  empty_title: 'No data to show yet',
  empty_desc: "Once your deals start selling, you'll see revenue, breakdowns and top deals here.",
  empty_action: 'Manage deals',
} as const;
