zh.js 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. export default {
  2. tabbar: {
  3. clock: '生物钟',
  4. metric: '指标',
  5. activity: '运动',
  6. nutrition: '营养',
  7. more: '更多'
  8. },
  9. share: {
  10. title: '减脂/断食睡眠/身材管理/指标记录/运动打卡, 尽在fast16cc',
  11. food_title:'Food Journal'
  12. },
  13. page: {
  14. clock: {
  15. title: '生物钟',
  16. },
  17. activity: {
  18. title: '运动',
  19. },
  20. metric: {
  21. title: '指标',
  22. },
  23. food: {
  24. title: '饮食日记',
  25. },
  26. more: {
  27. title: '更多',
  28. un_login: '未登录',
  29. stone: '逆龄石',
  30. stone_desc: '会员体系升级中,期间指标记录限时免逆龄石记录\n敬请期待',
  31. setting: '设置',
  32. reset_session: '重置session',
  33. debug_mode: '走查模式'
  34. },
  35. choose_scenario: {
  36. title: '选择生物钟',
  37. sub_title: '断食和睡眠构成生物钟',
  38. btn_next: '下一步',
  39. btn_more: '了解更多',
  40. },
  41. set_schedule: {
  42. fast_title: '断食日程',
  43. sleep_title: '睡眠日程',
  44. fast_subtitle: '设定时间和时长目标',
  45. sleep_subtitle: '设定时间和时长目标',
  46. },
  47. choose_language: {
  48. title: '',
  49. sub_title: '',
  50. btn_confirm: ''
  51. },
  52. choose_auth: {
  53. app_name: '',
  54. btn_create_account: '',
  55. btn_login: '登录',
  56. btn_wechat: '微信登录',
  57. btn_signup: '注册',
  58. slogan: '健康生物钟'
  59. },
  60. auth: {
  61. agreement: '已阅读并同意《用户协议》和《隐私政策》',
  62. },
  63. records_history: {
  64. time_title: '断食和睡眠记录',
  65. metric_title: '{{title}}记录',
  66. activity_title: '{{title}}记录',
  67. del_success: '删除成功'
  68. },
  69. setting: {
  70. title: '设置',
  71. version: '版本',
  72. logout: '退出登录'
  73. },
  74. user_profile: {
  75. title: '编辑资料',
  76. nickname: '昵称',
  77. save: '保存'
  78. }
  79. },
  80. feature: {
  81. common: {
  82. picker_cancel_btn: '取消',
  83. picker_confirm_btn: '确定',
  84. wait_for_end: "待结束",
  85. not_started: "未开始",
  86. not_completed: "未完成",
  87. btn_next: '下一步',
  88. btn_done: '完成',
  89. btn_set_and_next: "下一步",// "Set and Next"
  90. btn_set_and_done: "完成",// "Set and Done"
  91. toast: {
  92. min_value: '不能再小了',
  93. max_value: '不能再大了',
  94. min_metric_count: '选择至少{{count}}项',
  95. max_metric_count: '高级会员可选择{{count}}项以上',
  96. min_time_value: '不能再晚了',
  97. max_time_value: '不能再早了',
  98. update_success: '更新成功',
  99. input_nickname: '请输入昵称',
  100. ongoing: '请先完成记录',//进行中点击加号,actionsheet item时弹此提示
  101. },
  102. action_sheet: {
  103. delete: '删除'
  104. },
  105. modal: {
  106. delete_item_title: '删除',
  107. delete_item_content: '确认要删除吗?',
  108. delete_cancel_btn: '取消',
  109. delete_confirm_btn: '确定',
  110. delete_all_title: '删除',
  111. delete_all_content: '确认删除全部记录?',
  112. delete_all_cancel_btn: '取消',
  113. delete_all_confirm_btn: '确定',
  114. logout_title: '退出登录',
  115. logout_content: '确定退出登录吗?',
  116. deluser_title: '注销账号',
  117. deluser_content: '确定注销此账号吗?',
  118. reset_session_title: '重置session',
  119. reset_session_content: '确认重置session吗?'
  120. },
  121. no_data: {
  122. title: '加载失败',
  123. retry_btn: '重试',
  124. no_record: '无记录'
  125. }
  126. },
  127. auth: {
  128. create_account: {
  129. title: '注册账号',
  130. sub_title: '创建用户名',
  131. input_username_placeholder: '用户名',
  132. input_email_placeholder: '邮箱',
  133. footer_desc: '已有账号?',
  134. footer_login: '去登录',
  135. btn_next: '下一步'
  136. },
  137. login: {
  138. input_account_placeholder: '用户名或邮箱',
  139. input_password_placeholder: '密码',
  140. footer_desc: '还没有账号?',
  141. footer_sign_up: '去注册'
  142. },
  143. create_password: {
  144. title: '创建密码',
  145. sub_title: '输入并确认密码',
  146. input_password_placeholder: '密码',
  147. input_password_confirm_placeholder: '确认密码',
  148. btn_next: '下一步'
  149. }
  150. },
  151. track_time_duration: {
  152. common: {
  153. start_fast: '开始断食',
  154. end_fast: '结束断食',
  155. start_sleep: '开始睡眠',
  156. end_sleep: '结束睡眠'
  157. },
  158. status_indicator: {
  159. },
  160. follow_wx_pub: {
  161. //未关注状态
  162. modal_unfollowed_title: '日程提醒',
  163. modal_unfollowed_content: '关注公众号\n开启我的日程提醒!',
  164. modal_unfollowed_cancel_btn: '返回',
  165. modal_unfollowed_confirm_btn: '去开启',
  166. h5_unfollowed_title: '开启日程提醒',
  167. //已关注状态
  168. modal_followed_title: '日程提醒已开启',
  169. modal_followed_content: '要前往公众号查看吗?',
  170. modal_followed_cancel_btn: '返回',
  171. modal_followed_confirm_btn: '前往查看',
  172. h5_followed_title: '日程提醒',
  173. },
  174. console: {
  175. fast_start: '开始断食',
  176. fast_end: '结束断食',
  177. sleep_start: '开始睡眠',
  178. sleep_end: '结束睡眠',
  179. total_duration: '总时长',
  180. countup: '已进行', //indicator
  181. countdown_not_due: '距结束',
  182. timeout: '已超时',
  183. fast_duration: '断食目标时长', //时长picker title
  184. sleep_duration: '睡眠目标时长',
  185. real_fast_start_dt: '断食开始时间', //时间picker title
  186. real_fast_end_dt: '断食结束时间',
  187. real_sleep_start_dt: '睡眠开始时间',
  188. real_sleep_end_dt: '睡眠结束时间',
  189. },
  190. schedule: {
  191. section_title: '今天',
  192. follow_tip: '开启日程提醒',
  193. timeout_tip: '完成记录,恢复日程。',
  194. action_sheet_adjust_schedule: '调整日程', //点击弹出action_sheet的item
  195. duration_goals_by_stage: '查看断食阶段目标', //底部文字按钮 waite for start
  196. current_stage: '查看当前断食阶段', //底部文字按钮 onging
  197. timeline: '日程', //一级页面待开始进行中,segment index=0的值
  198. stage: '阶段',
  199. },
  200. record_fast_sleep: {
  201. header: {
  202. latest_record: '最近完成',
  203. btn_show_all: '查看更多'
  204. },
  205. item: {
  206. fast: '断食',
  207. sleep: '睡眠'
  208. },
  209. timeline: '时间线', //modal弹窗 segment index=0的值
  210. stage: '阶段',
  211. pop_title: '详情'
  212. },
  213. action_sheet: {
  214. change_schedule: '调整日程',
  215. switch_scenario: '选择生物钟',
  216. cancel: '取消'
  217. },
  218. dial: {
  219. start_time: '开始时间',
  220. end_time: '结束时间',
  221. duration: '时长',
  222. // 二级 modal - picker title
  223. picker_fast_schedule_start_time: "断食日程开始时间",// "Fast schedule start time"
  224. picker_fast_schedule_end_time: "断食日程结束时间",// "Fast schedule end time"
  225. picker_fast_schedule_duration: "断食日程时长",// "Fast schedule duration"
  226. picker_sleep_schedule_start_time: "睡眠日程开始时间",// "Sleep schedule start time"
  227. picker_sleep_schedule_end_time: "睡眠日程结束时间",// "Sleep schedule end time"
  228. picker_sleep_schedule_duration: "睡眠日程时长",// "Sleep schedule duration"
  229. },
  230. choose_scenario: {
  231. list: {
  232. item1: {
  233. name: '断食',
  234. desc: '',
  235. note: ''
  236. },
  237. item2: {
  238. name: '睡眠',
  239. desc: '',
  240. note: ''
  241. },
  242. item3: {
  243. name: '断食和睡眠',
  244. desc: '',
  245. note: ''
  246. },
  247. }
  248. },
  249. stage: {
  250. a: '睡前断食',
  251. b: '睡眠中断食',
  252. c: '起床后断食',
  253. wait_for_start: '待开始',
  254. not_completed: '未完成',
  255. not_started: '未开始'
  256. }
  257. },
  258. food: {
  259. action_sheet: {
  260. alert_text: '编辑这一餐',
  261. edit_title:'对当前照片进行操作',
  262. tag: '标签',
  263. start_time: '开始时间',
  264. end_time: '结束时间',
  265. edit_pic:'编辑图片',
  266. share_pic:'分享图片',
  267. },
  268. picker_tag_title:'标签',
  269. picker_start_title:'开始时间',
  270. picker_end_title:'结束时间',
  271. camera:'拍摄食物',
  272. album:'从相册选择',
  273. share_title:'我的饮食日记'
  274. },
  275. track_something: {
  276. btn_record: '记录',
  277. picker_datetime: '记录时间',
  278. activity: {
  279. pop_title: '详情',
  280. btn_status: {
  281. idle: '打卡',
  282. ing: '打卡中...',
  283. retry: '仍在打卡中...',
  284. success: '打卡成功',
  285. fail: '打卡失败'
  286. },
  287. open: '开启',
  288. un_open: '未开启',
  289. un_login: '未登录',
  290. today_un_check: '今天待打卡',
  291. check_history: '查看历史记录',
  292. login_then_check: '登录后可开启打卡',
  293. open_then_check: '开启后可打卡步数',
  294. total: '总计',
  295. sync: '同步',
  296. check: '打卡'
  297. },
  298. metric: {
  299. no_record: '无记录',
  300. un_login: '未登录',
  301. login_can_check: '登录后可记录',
  302. check_unlock_data: '记录解锁趋势',
  303. choose_metric: '选择指标项',
  304. order: '调整排序'
  305. },
  306. werun_auth: {
  307. modal_open_setting_title: '提示',
  308. modal_open_setting_content: '检测到您没有打开微信运动的权限,是否去设置打开?',
  309. toast_reject_auth: '您已拒绝授权,无法获取步数'
  310. }
  311. }
  312. }
  313. }