|
|
@@ -113,44 +113,54 @@ export default {
|
|
|
location_confirm: '去设置'
|
|
|
},
|
|
|
choose_scenario: {
|
|
|
- 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.',
|
|
|
- fasting: 'Fasting',
|
|
|
- fast_desc: 'Track overnight fasting in 2 steps.',
|
|
|
- fast_sleep: 'Fasting with Sleep',
|
|
|
- fast_sleep_desc: 'Track fasting before bed, during sleep, and after waking up.',
|
|
|
- free: 'Free',
|
|
|
- limit_time_offer: 'Limit-Time Offer',
|
|
|
+ title: '选择生物钟',
|
|
|
+ description: '断食和睡眠深刻影响着您体内的“生物时钟”。规律的生物钟对减肥、提高新陈代谢、保持激素平衡至关重要。',
|
|
|
+ fasting: '断食',
|
|
|
+ fast_desc: '记录每晚断食',
|
|
|
+ fast_sleep: '断食与睡眠',
|
|
|
+ fast_sleep_desc: '记录每晚断食的三个阶段,\n睡前、睡眠期间、及起床后',
|
|
|
+ free: '免费',
|
|
|
+ limit_time_offer: '限时免费',
|
|
|
+ next:'下一步'
|
|
|
},
|
|
|
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?',
|
|
|
- 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_0_title: '设置断食结束时间',
|
|
|
+ end_fast_picker_header: '您想几点结束断食?',
|
|
|
+ end_fast_picker_footer: '即您开始吃早餐或第一餐的时间。',
|
|
|
+ step_1_title: '断食日程推荐',
|
|
|
+ fast_suggest_header: '{{time}} 结束断食, 为你推荐以下开始时间:',
|
|
|
start_fast_time: 'Start fasting at {{time}}',
|
|
|
intermitent_fast: '{{data}} Intermittent Fasting',
|
|
|
fast_desc: '{{start_time}} hours fasting, {{end_time}} hours eating',
|
|
|
- step_2_title: 'Set Wake Time',
|
|
|
- end_sleep_picker_header: 'What time do you want to wake up?',
|
|
|
- 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.',
|
|
|
- step_3_title: 'Suggested Sleep Schedule',
|
|
|
- sleep_suggest_header: 'To wake up refreshed at {{time}}, go to bed at suggested time.',
|
|
|
+ step_2_title: '设置起床时间',
|
|
|
+ end_sleep_picker_header: '您想几点起床?',
|
|
|
+ fall_sleep_picker_header: '您平时多久入睡?',
|
|
|
+ fall_sleep_picker_footer: '正常躺床上到入睡需要10-30分钟。',
|
|
|
+ step_3_title: '睡眠日程推荐',
|
|
|
+ sleep_suggest_header: '{{time}} 起床感觉清爽, 为你推荐以下就寝时间:',
|
|
|
+ sleep_suggest_footer:'睡个好觉需要 5-6 个完整睡眠周期, 每个睡眠周期平均90分钟。',
|
|
|
cycles: '{{times}} sleep cycles',
|
|
|
go_to_bed_at: 'Go to bed at {{time}}',
|
|
|
restorative: 'Restorative',
|
|
|
- suggest_plan: 'Suggest Plan',
|
|
|
- set_myself: 'Set Schedule Myself',
|
|
|
+ suggest_plan: '推荐日程',
|
|
|
+ set_myself: '自己设置',
|
|
|
popular: 'Popular',
|
|
|
recent: 'Recent',
|
|
|
-
|
|
|
+ btn:'推荐日程',
|
|
|
+ done:'完成'
|
|
|
},
|
|
|
set_goal: {
|
|
|
- set_action_plan: 'Set Action Plan',
|
|
|
- almost_done: 'Almost done!',
|
|
|
- header: 'Review goal and action plan',
|
|
|
- footer: 'Feel free to modify your shedule as needed.',
|
|
|
+ set_action_plan: '设置日程',
|
|
|
+ almost_done: '最后一步',
|
|
|
+ header: '检查您的日程',
|
|
|
+ footer: '您可根据需要做出最后调整。',
|
|
|
+ fast:'断食',
|
|
|
+ sleep:'睡眠',
|
|
|
+ start_fasting:'开始断食',
|
|
|
+ go_to_bed:'就寝',
|
|
|
+ wake_up:'起床',
|
|
|
+ end_fasting:'结束断食',
|
|
|
+ done:'完成'
|
|
|
},
|
|
|
|
|
|
check_access: {
|
|
|
@@ -583,7 +593,7 @@ export default {
|
|
|
|
|
|
action_sheet: {
|
|
|
suggest_schedule: '推荐日程',
|
|
|
- change_schedule: '自定日程',
|
|
|
+ change_schedule: '设置日程',
|
|
|
switch_scenario: '选择生物钟',
|
|
|
set_new_goals: '设置新目标',
|
|
|
set_fast_goal: '设置断食目标(本次)',
|