zh.js 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. export default {
  2. tabbar: {
  3. clock: '生物钟',
  4. metric: '指标',
  5. activity: '运动',
  6. nutrition: '营养',
  7. more: '更多'
  8. },
  9. share:{
  10. title:'减脂/断食睡眠/身材管理/指标记录/运动打卡, 尽在fast16cc'
  11. },
  12. page: {
  13. clock: {
  14. title: '生物钟',
  15. },
  16. activity: {
  17. title: '运动',
  18. },
  19. metric: {
  20. title: '指标',
  21. },
  22. more: {
  23. title: '更多'
  24. },
  25. choose_scenario: {
  26. title: '选择生物钟',
  27. sub_title: '断食和睡眠构成生物钟',
  28. btn_next: '下一步',
  29. btn_more: '了解更多',
  30. },
  31. set_schedule: {
  32. fast_title: '断食日程',
  33. sleep_title: '睡眠日程',
  34. fast_subtitle: '设定时间和时长目标',
  35. sleep_subtitle: '设定时间和时长目标',
  36. },
  37. choose_language: {
  38. title: '',
  39. sub_title: '',
  40. btn_confirm: ''
  41. },
  42. choose_auth: {
  43. app_name: '',
  44. btn_create_account: '',
  45. btn_login: '登录',
  46. btn_wechat: '微信登录'
  47. },
  48. auth: {
  49. agreement: '已阅读并同意《用户协议》和《隐私政策》',
  50. },
  51. records_history: {
  52. time_title: '断食和睡眠记录',
  53. metric_title: '{{title}}记录',
  54. activity_title: '{{title}}记录',
  55. del_success: '删除成功'
  56. },
  57. setting: {
  58. title: '设置',
  59. },
  60. user_profile: {
  61. title: '编辑资料'
  62. }
  63. },
  64. feature: {
  65. common: {
  66. picker_cancel_btn: '取消',
  67. picker_confirm_btn: '确定',
  68. wait_for_end: "待结束",
  69. not_started: "未开始",
  70. not_completed: "未完成",
  71. btn_next: '下一步',
  72. btn_done: '完成',
  73. btn_set_and_next: "下一步",// "Set and Next"
  74. btn_set_and_done: "完成",// "Set and Done"
  75. },
  76. auth: {
  77. create_account: {
  78. title: '注册账号',
  79. sub_title: '创建用户名',
  80. input_username_placeholder: '用户名',
  81. input_email_placeholder: '邮箱',
  82. footer_desc: '已有账号?',
  83. footer_login: '去登录',
  84. btn_next: '下一步'
  85. },
  86. login: {
  87. input_account_placeholder: '用户名或邮箱',
  88. input_password_placeholder: '密码',
  89. footer_desc: '还没有账号?',
  90. footer_sign_up: '去注册'
  91. },
  92. create_password: {
  93. title: '创建密码',
  94. sub_title: '输入并确认密码',
  95. input_password_placeholder: '密码',
  96. input_password_confirm_placeholder: '确认密码',
  97. btn_next: '下一步'
  98. }
  99. },
  100. track_time_duration: {
  101. status_indicator: {
  102. },
  103. follow_wx_pub:{
  104. //未关注状态
  105. modal_unfollowed_title:'日程提醒',
  106. modal_unfollowed_content:'关注公众号\n开启我的日程提醒!',
  107. modal_unfollowed_cancel_btn:'返回',
  108. modal_unfollowed_confirm_btn:'去开启',
  109. h5_unfollowed_title:'开启日程提醒',
  110. //已关注状态
  111. modal_followed_title:'日程提醒已开启',
  112. modal_followed_content:'要前往公众号查看吗?',
  113. modal_followed_cancel_btn:'返回',
  114. modal_followed_confirm_btn:'前往查看',
  115. h5_followed_title:'日程提醒',
  116. },
  117. console: {
  118. fast_start: '开始断食',
  119. fast_end: '结束断食',
  120. sleep_start: '开始睡眠',
  121. sleep_end: '结束睡眠',
  122. total_duration: '总时长',
  123. countup: '已进行', //indicator
  124. countdown_not_due: '距结束',
  125. timeout: '已超时',
  126. fast_duration: '断食目标时长', //时长picker title
  127. sleep_duration: '睡眠目标时长',
  128. real_fast_start_dt: '断食开始时间', //时间picker title
  129. real_fast_end_dt: '断食结束时间',
  130. real_sleep_start_dt: '睡眠开始时间',
  131. real_sleep_end_dt: '睡眠结束时间',
  132. },
  133. schedule: {
  134. section_title: '今天',
  135. follow_tip: '开启日程提醒',
  136. timeout_tip: '完成记录,恢复日程。',
  137. action_sheet_adjust_schedule: '调整日程', //点击弹出action_sheet的item
  138. duration_goals_by_stage: '查看断食阶段目标', //底部文字按钮 waite for start
  139. current_stage: '查看当前断食阶段', //底部文字按钮 onging
  140. timeline:'日程', //一级页面待开始进行中,segment index=0的值
  141. stage:'阶段',
  142. },
  143. record_fast_sleep: {
  144. header: {
  145. latest_record: '最近完成',
  146. btn_show_all: '查看更多'
  147. },
  148. item: {
  149. fast: '断食',
  150. sleep: '睡眠'
  151. },
  152. timeline:'时间线', //modal弹窗 segment index=0的值
  153. stage:'阶段',
  154. pop_title:'详情'
  155. },
  156. action_sheet: {
  157. change_schedule: '调整日程',
  158. switch_scenario: '选择生物钟',
  159. cancel: '取消'
  160. },
  161. dial: {
  162. start_time: '开始时间',
  163. end_time: '结束时间',
  164. duration: '时长',
  165. // 二级 modal - picker title
  166. picker_fast_schedule_start_time: "断食日程开始时间",// "Fast schedule start time"
  167. picker_fast_schedule_end_time: "断食日程结束时间",// "Fast schedule end time"
  168. picker_fast_schedule_duration: "断食日程时长",// "Fast schedule duration"
  169. picker_sleep_schedule_start_time: "睡眠日程开始时间",// "Sleep schedule start time"
  170. picker_sleep_schedule_end_time: "睡眠日程结束时间",// "Sleep schedule end time"
  171. picker_sleep_schedule_duration: "睡眠日程时长",// "Sleep schedule duration"
  172. },
  173. choose_scenario: {
  174. list: {
  175. item1: {
  176. name: '断食',
  177. desc: '',
  178. note: ''
  179. },
  180. item2: {
  181. name: '睡眠',
  182. desc: '',
  183. note: ''
  184. },
  185. item3: {
  186. name: '断食和睡眠',
  187. desc: '',
  188. note: ''
  189. },
  190. }
  191. }
  192. },
  193. track_something: {
  194. btn_record: '记录',
  195. picker_datetime: '记录时间',
  196. activity:{
  197. pop_title:'详情'
  198. }
  199. }
  200. }
  201. }