Rework onboarding flow and move premium prompt post-setup
This commit is contained in:
@@ -1,27 +1,28 @@
|
||||
/* Onboarding */
|
||||
"onboarding_welcome_title" = "MealMood";
|
||||
"onboarding_welcome_subtitle" = "Plan your week, enjoy your meals";
|
||||
"onboarding_welcome_benefit1" = "No stress";
|
||||
"onboarding_welcome_benefit2" = "No calorie counting";
|
||||
"onboarding_welcome_benefit3" = "Sync with your calendar";
|
||||
"onboarding_welcome_title" = "Organize your meals in 1 minute";
|
||||
"onboarding_welcome_subtitle" = "Answer 4 quick steps and start planning today.";
|
||||
"onboarding_welcome_step_1" = "Choose if you want to plan lunches, dinners, or both";
|
||||
"onboarding_welcome_step_2" = "Decide whether to include weekends";
|
||||
"onboarding_welcome_step_3" = "Optionally connect your calendar";
|
||||
"onboarding_welcome_step_4" = "Add your usual dishes to start fast";
|
||||
"onboarding_start" = "Get Started";
|
||||
"onboarding_continue" = "Continue";
|
||||
"onboarding_skip" = "Skip";
|
||||
"onboarding_finish" = "Finish";
|
||||
|
||||
/* Meal Windows */
|
||||
"meal_windows_title" = "What do you want to plan?";
|
||||
"meal_windows_title" = "Step 1: Lunches, dinners, or both?";
|
||||
"meal_windows_dinner_only" = "Dinners only";
|
||||
"meal_windows_lunch_only" = "Lunches only";
|
||||
"meal_windows_both" = "Lunches and dinners";
|
||||
|
||||
/* Weekends */
|
||||
"weekends_title" = "Include weekends?";
|
||||
"weekends_title" = "Step 2: Also plan weekends?";
|
||||
"weekends_toggle" = "Also plan Saturdays and Sundays";
|
||||
"weekends_note" = "You can change this later in settings";
|
||||
|
||||
/* Calendar */
|
||||
"calendar_title" = "Sync with your calendar?";
|
||||
"calendar_title" = "Step 3: Connect your calendar?";
|
||||
"calendar_sync" = "Sync";
|
||||
"calendar_select" = "Calendar";
|
||||
"calendar_lunch_time" = "Lunch time";
|
||||
@@ -32,7 +33,7 @@
|
||||
"calendar_permission_settings" = "Go to Settings";
|
||||
|
||||
/* First Dishes */
|
||||
"first_dishes_title" = "Add your first dishes";
|
||||
"first_dishes_title" = "Step 4: Add your go-to dishes";
|
||||
"first_dishes_subtitle" = "Add at least 2 dishes to get started";
|
||||
"first_dishes_name_placeholder" = "Dish name";
|
||||
"first_dishes_add_tag" = "Add tag";
|
||||
@@ -232,6 +233,13 @@
|
||||
"review_feedback_title" = "Tell us what to improve";
|
||||
"review_feedback_message" = "Send us your feedback and we'll use it to improve the app.";
|
||||
"review_feedback_contact" = "Send feedback";
|
||||
"onboarding_auto_assign_title" = "Want us to auto-assign your week?";
|
||||
"onboarding_auto_assign_message" = "We can fill this week automatically using your dishes and rules.";
|
||||
"onboarding_auto_assign_yes" = "Yes, auto-assign";
|
||||
"onboarding_auto_assign_no" = "No, I'll do it";
|
||||
"onboarding_premium_prompt_title" = "Want to unlock Premium?";
|
||||
"onboarding_premium_prompt_message" = "Get no ads, unlimited dishes, advanced rules, and future-week planning.";
|
||||
"onboarding_premium_prompt_cta" = "See Premium";
|
||||
|
||||
/* Notifications */
|
||||
"notification_planning_title" = "Plan your next week";
|
||||
|
||||
Reference in New Issue
Block a user