// en/deal_grid
export const deal_grid = {
  source_label: 'Source',
  source_category: 'Category',
  source_wishlist: 'Wishlist',
  source_ids: 'ID list',
  source_custom: 'Custom query',
  sort_label: 'Sort',
  sort_recent: 'Recent',
  sort_trending: 'Trending',
  limit_label: 'Max deals',
  empty_wishlist: 'Your wishlist is empty',
  empty_deals: 'No deals found',
} as const;
