// he/deals_browse
export const deals_browse = {
  page_heading: 'כל הדילים',
  filter_bar_label: 'מסננים',
  filter_type_all: 'הכל',
  filter_category_label: 'קטגוריה',
  filter_category_all: 'הכל',
  filter_tags_label: 'תגיות',
  filter_price_label: 'טווח מחירים',
  filter_price_min: 'מ-',
  filter_price_max: 'עד',
  filter_sort_label: 'מיון',
  sort_hot: 'חמות',
  sort_newest: 'חדשות',
  sort_biggest_discount: 'הנחה הגבוהה ביותר',
  sort_ending_soon: 'מסתיימות בקרוב',
  clear_filters: 'נקה מסננים',
  pagination_label: 'דפדוף',
  pagination_prev: 'הקודם',
  pagination_next: 'הבא',
  grid_label: 'רשת דילים',
  empty_state: 'אין דילים התואמים את המסננים',
  back_label: 'חזרה',
  filter_section_type: 'סוג',
  filter_section_category: 'קטגוריה',
  filter_section_tags: 'תגיות',
  brand_suffix: ' - מולטידיל',
  type_coupon: 'קופונים',
  type_group: 'עסקאות קבוצתיות',
  jsonld_breadcrumb_home: 'ראשי',
  all_deals_title: 'כל העסקאות - מולטידיל',
  all_deals_description: 'עסקאות מוזלות מעסקים מקומיים',
  empty_state_text: 'אין עסקאות כרגע',
  grid_aria_label: 'רשת עסקאות',
  cat_deals_heading: 'מבצעי {catName} מוזלים',
  tag_deals_heading: '{tagName} - מבצעים מוזלים',
} as const;
