|
@@ -111,20 +111,21 @@ export default {
|
|
|
},
|
|
},
|
|
|
choose_scenario: {
|
|
choose_scenario: {
|
|
|
title: 'Choose Circadain Clock',
|
|
title: 'Choose Circadain Clock',
|
|
|
- description: 'Circadian clock is key to your health. And your acts of fasting and sleep will affect your circadian health in powerful ways.',
|
|
|
|
|
|
|
+ description: 'Fasting and sleep affect your body\'s circadian clock in powerful ways that are crucial to losing weight, revving up metabolism, and keeping hormones balanced.',
|
|
|
fasting: 'Fasting',
|
|
fasting: 'Fasting',
|
|
|
- fast_desc: 'Track overnight fasting in 2 steps.',
|
|
|
|
|
|
|
+ fast_desc: 'Track your overnight fast',
|
|
|
fast_sleep: 'Fasting with Sleep',
|
|
fast_sleep: 'Fasting with Sleep',
|
|
|
- fast_sleep_desc: 'Track fasting before bed, during sleep, and after waking up.',
|
|
|
|
|
|
|
+ fast_sleep_desc: 'Track your overnight fast before bed, during sleep, and after waking up',
|
|
|
free: 'Free',
|
|
free: 'Free',
|
|
|
limit_time_offer: 'Limit-Time Offer',
|
|
limit_time_offer: 'Limit-Time Offer',
|
|
|
|
|
+ next:'Next'
|
|
|
},
|
|
},
|
|
|
suggest: {
|
|
suggest: {
|
|
|
- step_0_title: 'Set End Time of Fasting',
|
|
|
|
|
- end_fast_picker_header: 'What time do you want to break your fast and start your breakfast?',
|
|
|
|
|
|
|
+ step_0_title: 'Set End Time for Fasting',
|
|
|
|
|
+ end_fast_picker_header: 'What time do you want to end fasting?',
|
|
|
end_fast_picker_footer: 'This is the time you may begin eating breakfast or your first meal of the day.',
|
|
end_fast_picker_footer: 'This is the time you may begin eating breakfast or your first meal of the day.',
|
|
|
- step_1_title: 'Suggested Fasting Schedule',
|
|
|
|
|
- fast_suggest_header: 'To benefit from overnight fasting and enjoy breakfast at {{time}}, start fasting at suggested time.',
|
|
|
|
|
|
|
+ step_1_title: 'Suggested Fast schedule',
|
|
|
|
|
+ fast_suggest_header: 'To end fasting at {{time}}, start at one of the following times:',
|
|
|
start_fast_time: 'Start fasting at {{time}}',
|
|
start_fast_time: 'Start fasting at {{time}}',
|
|
|
intermitent_fast: '{{data}} Intermittent Fasting',
|
|
intermitent_fast: '{{data}} Intermittent Fasting',
|
|
|
fast_desc: '{{start_time}} hours fasting, {{end_time}} hours eating',
|
|
fast_desc: '{{start_time}} hours fasting, {{end_time}} hours eating',
|
|
@@ -133,21 +134,30 @@ export default {
|
|
|
fall_sleep_picker_header: 'How long does it take you to fall asleep?',
|
|
fall_sleep_picker_header: 'How long does it take you to fall asleep?',
|
|
|
fall_sleep_picker_footer: 'It takes 10 to 30 minutes for most people to fall asleep once they\'re in bed.',
|
|
fall_sleep_picker_footer: 'It takes 10 to 30 minutes for most people to fall asleep once they\'re in bed.',
|
|
|
step_3_title: 'Suggested Sleep Schedule',
|
|
step_3_title: 'Suggested Sleep Schedule',
|
|
|
- sleep_suggest_header: 'To wake up refreshed at {{time}}, go to bed at suggested time.',
|
|
|
|
|
|
|
+ sleep_suggest_header: 'To wake up feeling fresh at {{time}}, go to bed at one of the following times:',
|
|
|
|
|
+ sleep_suggest_footer:'A good night\'s sleep consists of 5 or 6 complete sleep cycles, each lasting 90 minutes on average.',
|
|
|
cycles: '{{times}} sleep cycles',
|
|
cycles: '{{times}} sleep cycles',
|
|
|
go_to_bed_at: 'Go to bed at {{time}}',
|
|
go_to_bed_at: 'Go to bed at {{time}}',
|
|
|
restorative: 'Restorative',
|
|
restorative: 'Restorative',
|
|
|
- suggest_plan: 'Suggest Plan',
|
|
|
|
|
|
|
+ suggest_plan: 'Suggest Schedule',
|
|
|
set_myself: 'Set Schedule Myself',
|
|
set_myself: 'Set Schedule Myself',
|
|
|
popular: 'Popular',
|
|
popular: 'Popular',
|
|
|
recent: 'Recent',
|
|
recent: 'Recent',
|
|
|
-
|
|
|
|
|
|
|
+ btn:'Suggest Schedule',
|
|
|
|
|
+ done:'Done'
|
|
|
},
|
|
},
|
|
|
set_goal: {
|
|
set_goal: {
|
|
|
- set_action_plan: 'Set Action Plan',
|
|
|
|
|
|
|
+ set_action_plan: 'Set Schedule',
|
|
|
almost_done: 'Almost done!',
|
|
almost_done: 'Almost done!',
|
|
|
- header: 'Review goal and action plan',
|
|
|
|
|
|
|
+ header: 'Review your schedule',
|
|
|
footer: 'Feel free to modify your shedule as needed.',
|
|
footer: 'Feel free to modify your shedule as needed.',
|
|
|
|
|
+ fast:'Fasting',
|
|
|
|
|
+ sleep:'Sleep',
|
|
|
|
|
+ start_fasting:'Start fasting',
|
|
|
|
|
+ go_to_bed:'Go to bed',
|
|
|
|
|
+ wake_up:'Wake up',
|
|
|
|
|
+ end_fasting:'End fasting',
|
|
|
|
|
+ done:'Done'
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
check_access: {
|
|
check_access: {
|