// en/near_you
export const near_you = {
  filter_price_label: 'Price range',
  histogram_bar_tooltip: '{count} deals · {range}',
  title: 'Near you',
  useMyLocation: 'Use my location',
  openNow: 'Open now',
  allHours: 'All hours',
  customWindow: 'Custom window',
  day_0: 'Sun',
  day_1: 'Mon',
  day_2: 'Tue',
  day_3: 'Wed',
  day_4: 'Thu',
  day_5: 'Fri',
  day_6: 'Sat',
  gallery: 'Gallery',
  map: 'Map',
  filter: 'Filter',
  clearAll: 'Clear all',
  applyFilters: 'Apply filters',
  citySelector_placeholder: 'Pick a city',
  citySelector_search: 'Search city…',
  locationDenied_toast: 'Location access denied. Enable in browser settings.',
  mapLoadFailed_toast: 'Map failed to load',
  emptyState_title: 'No deals in this area',
  emptyState_cta: 'Clear filters',
  seeAll: 'See all',
  radius_label: 'Radius',
  km_unit: 'km',
  time_from: 'From',
  time_to: 'To',
  dealType_label: 'Deal type',
  dealType_all: 'All',
  category_label: 'Category',
  category_all: 'All categories',
  tag_label: 'Tags',
  loadMore: 'Load more',
  showing: 'Showing {shown} of {total} deals',
  page_description: 'Discounted deals in your area',
  jsonld_name: 'Deals near you',
  jsonld_description: 'Discounted deals near you in Israel',
} as const;
