export const onboarding = {
  welcome_title: 'Welcome to Multideal',
  email_verified_chip: 'Email verified ✓',
  subtitle: "Let's set up your profile — 20 seconds",

  name_label: 'What should we call you?',
  name_placeholder: 'Your first name',

  city_label: 'Which city?',
  city_placeholder: 'Search a city',
  city_helper: "We'll use this for deals near you",
  city_autodetect: 'Autodetect',
  city_autodetect_pending: 'Detecting…',
  city_autodetect_error: "Couldn't detect — pick manually",

  birthday_label: 'Birthday',
  birthday_helper: "We'll surprise you on your birthday",
  birthday_month_placeholder: 'Month',
  birthday_day_placeholder: 'Day',
  birthday_partial_hint: 'Pick both month and day',
  month_1: 'January',
  month_2: 'February',
  month_3: 'March',
  month_4: 'April',
  month_5: 'May',
  month_6: 'June',
  month_7: 'July',
  month_8: 'August',
  month_9: 'September',
  month_10: 'October',
  month_11: 'November',
  month_12: 'December',

  push_label: 'Notifications for nearby deals',
  push_helper: "We'll ask for browser permission later, when you follow a deal",

  save_button: 'Save and continue',
  skip_button: 'Maybe later',
  save_error: "Couldn't save — try again",

  verify_toast_standalone: 'Email verified',
} as const;
