// en/search
export const search = {
  title: 'Find your next deal',
  subtitle:
    'Thousands of discounted offers from trusted local businesses — search, filter, and grab it before it expires',
  placeholder: 'Search deals, categories or businesses...',
  no_results_title: 'No deals found',
  no_results_cta: 'Business owner? Know one? Add what you did not find',
  no_results_desc: 'Join the Multideal family',
  deal_type_label: 'Deal Type',
  all_types: 'All',
  category_label: 'Category',
  tags_label: 'Tags',
  filters: 'Filters',
  category_filter: 'Category',
  price_filter: 'Price',
  savings_filter: 'Savings',
  all_categories: 'All',
  results_count_zero: 'No results',
  results_count_one: '1 result',
  results_count_other: '{{count}} results',
  recent_searches: 'Recent searches',
  clear_recent_searches: 'Clear',
  trending_searches: 'Trending searches',
  trending_search_1: 'Breakfast',
  trending_search_2: 'Spa',
  trending_search_3: 'Sushi',
  trending_search_4: 'Pilates',
  trending_search_5: 'Date night',
  trending_search_6: 'Hotel',
  results_heading: 'Results',
  sort_by: 'Sort by',
  sort_relevance: 'Relevance',
  sort_price_asc: 'Price: Low to High',
  sort_price_desc: 'Price: High to Low',
  min_discount_50: '+50%',
  min_discount_60: '+60%',
  min_discount_70: '+70%',
  price_up_to: 'Up to ₪{{max}}',
  price_from: 'From ₪{{min}}',
  only_this_tier: 'Only',
  tag_filter_label: 'Tags',
  tag_filter_see_all: 'All Tags',
  tag_filter_see_all_count: 'All tags ({{count}}+)',
  tag_filter_dialog_title: 'Filter by Tag',
  tag_filter_search_placeholder: 'Search tags...',
  close_modal: 'Close',
  page_title: 'Search',
  results_count_many: '{{count}} results',
  results_count_paged: '{{shown}} of {{total}} results',
  no_results_body: 'Try different keywords or browse by category.',
  suggest_deals: 'Deals',
  suggest_categories: 'Categories',
  suggest_tags: 'Tags',
  suggest_vendors: 'Businesses',
  suggest_search_for: 'Search for "{{query}}"',
  suggest_no_results: 'No results found',
  loading: 'Loading results...',
  discount_filter: 'Discount',
} as const;
