// en/wishlist
export const wishlist = {
  button_label: 'Wishlist',
  add_to_wishlist: 'Add to wishlist',
  remove_from_wishlist: 'Remove from wishlist',
  page_title: 'My Wishlist',
  empty_title: 'Your wishlist is empty',
  empty_description: 'Save deals you love to find them easily later.',
  browse_deals_cta: 'Browse deals',
  'merge.title': 'Save your wishlist to your account?',
  'merge.body': 'You have {count} saved deals from before signing in.',
  'merge.merge': 'Merge',
  'merge.discard': 'Discard',
  'merge.toastSuccess': '{count} deals saved to your wishlist',
  'merge.toastError': 'Could not save wishlist — try again',
  notify_label: 'Get deal alerts',
  notify_all_label: 'Alerts for all wishlist deals',
  saved_toast: 'Saved to wishlist',
  removed_toast: 'Removed from wishlist',
  queued_toast: 'Saved offline — we will sync this wishlist change when you reconnect',
} as const;
