// he/favorites
export const favorites = {
  button_label: 'מועדפים',
  add_to_favorites: 'הוסף למועדפים',
  remove_from_favorites: 'הסר מהמועדפים',
  page_title: 'העסקים המועדפים שלי',
  empty_title: 'אין עסקים מועדפים',
  empty_description: 'שמור עסקים שאהבת כדי לעקוב אחרי המבצעים שלהם.',
  browse_vendors_cta: 'גלה עסקים',
  notify_label: 'קבל עדכונים על דילים',
  notify_all_label: 'עדכונים על כל המועדפים',
  loading: 'טוען...',
} as const;
