|
@@ -44,15 +44,17 @@ export default {
|
|
|
sleep_title: 'Sleep Schedule',
|
|
sleep_title: 'Sleep Schedule',
|
|
|
fast_subtitle: 'Set time and duration goals',
|
|
fast_subtitle: 'Set time and duration goals',
|
|
|
sleep_subtitle: 'Set time and duration goals',
|
|
sleep_subtitle: 'Set time and duration goals',
|
|
|
- fast_target:'断食目标',
|
|
|
|
|
- fast_target_desc:'计划每日断食{{target_time}}, 其余{{left_time}}进食。',
|
|
|
|
|
- fast_schedule:'断食日程',
|
|
|
|
|
- fast_schedule_desc:'计划每日{{start_time}}开始断食, {{next_day}}{{end_time}}结束断食。',
|
|
|
|
|
- sleep_target:'睡眠目标',
|
|
|
|
|
- sleep_target_desc:'计划每日睡眠{{target_time}}, 其余{{left_time}}清醒。',
|
|
|
|
|
- sleep_schedule:'睡眠日程',
|
|
|
|
|
- sleep_schedule_desc:'计划每日{{start_time}}开始睡眠, {{next_day}}{{end_time}}结束睡眠。',
|
|
|
|
|
- next_day:'Next day'
|
|
|
|
|
|
|
+ fast_target: 'Goal',
|
|
|
|
|
+ fast_target_desc: 'Fasting window is {{target_time}}, and eating window is {{left_time}}.',
|
|
|
|
|
+ fast_schedule: 'Schedule',
|
|
|
|
|
+ fast_schedule_desc: 'Start fasting at {{start_time}}, and end fasting {{the_next_day}} at {{end_time}}.',
|
|
|
|
|
+
|
|
|
|
|
+ sleep_target: 'Goal',
|
|
|
|
|
+ sleep_target_desc: 'Sleep window is {{target_time}}, and wake window is {{left_time}}.',
|
|
|
|
|
+ sleep_schedule: 'Schedule',
|
|
|
|
|
+ sleep_schedule_desc: 'Go to bed at {{start_time}}, and wake up {{the_next_day}} at {{end_time}}.',
|
|
|
|
|
+ next_day: 'Next day',
|
|
|
|
|
+ the_next_day: 'the next day'
|
|
|
},
|
|
},
|
|
|
choose_language: {
|
|
choose_language: {
|
|
|
title: '',
|
|
title: '',
|
|
@@ -170,7 +172,7 @@ export default {
|
|
|
common: {
|
|
common: {
|
|
|
share_title: 'My Fasting Sleep Diary',
|
|
share_title: 'My Fasting Sleep Diary',
|
|
|
start_fast: 'Start fasting',//正常态
|
|
start_fast: 'Start fasting',//正常态
|
|
|
- started_fasting:'Started fasting',//完成时
|
|
|
|
|
|
|
+ started_fasting: 'Started fasting',//完成时
|
|
|
end_fast: 'End fasting',
|
|
end_fast: 'End fasting',
|
|
|
ended_fasting: 'Ended fasting',
|
|
ended_fasting: 'Ended fasting',
|
|
|
start_sleep: 'Start sleeping',
|
|
start_sleep: 'Start sleeping',
|
|
@@ -184,12 +186,12 @@ export default {
|
|
|
confirm: 'Got it'
|
|
confirm: 'Got it'
|
|
|
},
|
|
},
|
|
|
status_indicator: {
|
|
status_indicator: {
|
|
|
- fast_wait_for_start:'Fast',
|
|
|
|
|
- fast_ongoing:'Fasting',
|
|
|
|
|
- sleep_wait_for_start:'Sleep',
|
|
|
|
|
- sleep_ongoing:'Sleeping',
|
|
|
|
|
- sleep_ongoing1:'Sleep pending start',
|
|
|
|
|
- sleep_ongoing3:'Sleep ended'
|
|
|
|
|
|
|
+ fast_wait_for_start: 'Fast',
|
|
|
|
|
+ fast_ongoing: 'Fasting',
|
|
|
|
|
+ sleep_wait_for_start: 'Sleep',
|
|
|
|
|
+ sleep_ongoing: 'Sleeping',
|
|
|
|
|
+ sleep_ongoing1: 'Sleep pending start',
|
|
|
|
|
+ sleep_ongoing3: 'Sleep ended'
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
follow_wx_pub: {
|
|
follow_wx_pub: {
|
|
@@ -368,7 +370,7 @@ export default {
|
|
|
login_can_check: 'Record after Logging In',
|
|
login_can_check: 'Record after Logging In',
|
|
|
check_unlock_data: 'Record to Unlock Trends',
|
|
check_unlock_data: 'Record to Unlock Trends',
|
|
|
choose_metric: 'Choose Metric',
|
|
choose_metric: 'Choose Metric',
|
|
|
- choose_metric_desc:'Select metrics based on your needs.',
|
|
|
|
|
|
|
+ choose_metric_desc: 'Select metrics based on your needs.',
|
|
|
order: 'Adjust Order'
|
|
order: 'Adjust Order'
|
|
|
|
|
|
|
|
},
|
|
},
|