// en/deals_browse
export const deals_browse = {
  page_heading: 'All Deals',
  filter_bar_label: 'Filters',
  filter_type_all: 'All',
  filter_category_label: 'Category',
  filter_category_all: 'All',
  filter_tags_label: 'Tags',
  filter_price_label: 'Price range',
  filter_price_min: 'From',
  filter_price_max: 'To',
  filter_sort_label: 'Sort',
  sort_hot: 'Hot',
  sort_newest: 'Newest',
  sort_biggest_discount: 'Biggest discount',
  sort_ending_soon: 'Ending soon',
  clear_filters: 'Clear filters',
  pagination_label: 'Pagination',
  pagination_prev: 'Previous',
  pagination_next: 'Next',
  grid_label: 'Deals grid',
  empty_state: 'No deals match the filters',
  back_label: 'Back',
  filter_section_type: 'Type',
  filter_section_category: 'Category',
  filter_section_tags: 'Tags',
  brand_suffix: ' - Multideal',
  type_coupon: 'Coupons',
  type_group: 'Group Deals',
  jsonld_breadcrumb_home: 'Home',
  all_deals_title: 'All Deals - Multideal',
  all_deals_description: 'Discounted deals from local businesses',
  empty_state_text: 'No deals right now',
  grid_aria_label: 'Deals grid',
  cat_deals_heading: '{catName} discounted deals',
  tag_deals_heading: '{tagName} - discounted deals',
} as const;
