en.js 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. export default {
  2. tabbar: {
  3. clock: 'Circadian Clock',
  4. metric: 'Metric',
  5. activity: 'Activity',
  6. nutrition: 'Nutrition',
  7. more: 'More'
  8. },
  9. share: {
  10. title: 'Weight Loss/Fasting Sleep/Body Management/Metric Recording/Exercise Check-in, all in fast16cc',
  11. food_title: 'Food Journal'
  12. },
  13. page: {
  14. clock: {
  15. title: 'Circadian Clock',
  16. },
  17. activity: {
  18. title: 'Activity',
  19. },
  20. metric: {
  21. title: 'Metrics',
  22. },
  23. food: {
  24. title: 'Food',
  25. },
  26. workout:{
  27. title:'Workouts'
  28. },
  29. explore:{
  30. title:'Explore'
  31. },
  32. more: {
  33. title: 'More',
  34. un_login: 'Not logged in',
  35. stone: 'Reverse aging stone',
  36. stone_desc: 'Member system upgrading, during which metric recording is temporarily exempt from reverse aging stone recording. Please stay tuned.',
  37. setting: 'Settings',
  38. reset_session: 'Reset session',
  39. debug_mode: 'Debug mode'
  40. },
  41. choose_scenario: {
  42. title: 'Select Circadian Clock',
  43. title_size: 25,
  44. sub_title: 'Fasting and sleep constitute the biological clock',
  45. btn_next: 'Next',
  46. btn_more: 'Learn more',
  47. },
  48. set_schedule: {
  49. fast_title: 'Fast Schedule',
  50. sleep_title: 'Sleep Schedule',
  51. fast_subtitle: 'Set time and duration goals',
  52. sleep_subtitle: 'Set time and duration goals',
  53. fast_target: 'Goal',
  54. fast_target_desc: 'Fasting window is {{target_time}}, and eating window is {{left_time}}.',
  55. fast_schedule: 'Schedule',
  56. fast_schedule_desc: 'Start fasting at {{start_time}}, and end fasting {{the_next_day}} at {{end_time}}.',
  57. sleep_target: 'Goal',
  58. sleep_target_desc: 'Sleep window is {{target_time}}, and wake window is {{left_time}}.',
  59. sleep_schedule: 'Schedule',
  60. sleep_schedule_desc: 'Go to bed at {{start_time}}, and wake up {{the_next_day}} at {{end_time}}.',
  61. next_day: 'Next day',
  62. the_next_day: 'the next day'
  63. },
  64. choose_language: {
  65. title: '',
  66. sub_title: '',
  67. btn_confirm: ''
  68. },
  69. choose_auth: {
  70. app_name: '',
  71. btn_create_account: '',
  72. btn_login: 'Log in',
  73. btn_wechat: 'WeChat login',
  74. btn_signup: 'Sign up',
  75. slogan: 'Healthy Circadian Clock'
  76. },
  77. auth: {
  78. agreement: 'I have read and agreed to the User Agreement and Privacy Policy',
  79. },
  80. records_history: {
  81. time_title: 'Fast and Sleep',
  82. metric_title: '{{title}} Records',
  83. activity_title: '{{title}} Records',
  84. del_success: 'Deletion successful'
  85. },
  86. setting: {
  87. title: 'Settings',
  88. version: 'Version',
  89. logout: 'Log out'
  90. },
  91. user_profile: {
  92. title: 'Edit profile',
  93. nickname: 'Nickname',
  94. save: 'Save'
  95. }
  96. },
  97. feature: {
  98. common: {
  99. prompt: 'Prompt',
  100. action_sheet_cancel: 'Cancel',
  101. picker_cancel_btn: 'Cancel',
  102. picker_confirm_btn: 'Confirm',
  103. wait_for_end: 'Awaiting end',
  104. not_started: 'Not started',
  105. not_completed: 'Not completed',
  106. btn_pre:'Pre',
  107. btn_next: 'Next',
  108. btn_done: 'Done',
  109. btn_set_and_next: 'Set and next',
  110. btn_set_and_done: 'Set and done',
  111. drag_order:'Press and drag to change order',
  112. maintain:'Item under maintenance',
  113. multi_timezones:'Mult. time zones',
  114. different_timezone:'Other time zone',
  115. multi_tz_desc:'Multiple time zones were involved in these events.',
  116. diff_tz_desc:'These events occured in {{location}} time which differs from your current time zone.',
  117. toast: {
  118. min_value: 'Cannot go any lower',
  119. max_value: 'Cannot go any higher',
  120. min_metric_count: 'Select at least {{count}} items',
  121. max_metric_count: 'Advanced members can select more than {{count}} items',
  122. min_time_value: 'Cannot go any later',
  123. max_time_value: 'Cannot go any earlier',
  124. update_success: 'Update Successful',
  125. input_nickname: 'Please enter a nickname',
  126. ongoing: 'Please complete the record first', // Displayed when the "plus" button or an actionsheet item is clicked while there is an ongoing record
  127. },
  128. action_sheet: {
  129. delete: 'Delete'
  130. },
  131. modal: {
  132. delete_item_title: 'Delete',
  133. delete_item_content: 'Are you sure you want to delete?',
  134. delete_cancel_btn: 'Cancel',
  135. delete_confirm_btn: 'Confirm',
  136. delete_all_title: 'Delete',
  137. delete_all_content: 'Are you sure you want to delete all records?',
  138. delete_all_cancel_btn: 'Cancel',
  139. delete_all_confirm_btn: 'Confirm',
  140. logout_title: 'Log out',
  141. logout_content: 'Are you sure you want to log out?',
  142. deluser_title: 'Delete account',
  143. deluser_content: 'Are you sure you want to delete this account?',
  144. reset_session_title: 'Reset session',
  145. reset_session_content: 'Are you sure you want to reset the session?'
  146. },
  147. no_data: {
  148. title: 'Failed to load',
  149. retry_btn: 'Retry',
  150. no_record: 'No records'
  151. }
  152. },
  153. auth: {
  154. create_account: {
  155. title: 'Sign up',
  156. sub_title: 'Create username',
  157. input_username_placeholder: 'Username',
  158. input_email_placeholder: 'Email',
  159. footer_desc: 'Already have an account?',
  160. footer_login: 'Go to login',
  161. btn_next: 'Next'
  162. },
  163. login: {
  164. input_account_placeholder: 'Username or email',
  165. input_password_placeholder: 'Password',
  166. footer_desc: 'Don\'t have an account?',
  167. footer_sign_up: 'Sign up'
  168. },
  169. create_password: {
  170. title: 'Create password',
  171. sub_title: 'Enter and confirm password',
  172. input_password_placeholder: 'Password',
  173. input_password_confirm_placeholder: 'Confirm password',
  174. btn_next: 'Next'
  175. }
  176. },
  177. track_time_duration: {
  178. common: {
  179. share_title: 'My Fasting Sleep Diary',
  180. start_fast: 'Start fasting',//正常态
  181. started_fasting: 'Started fasting',//完成时
  182. end_fast: 'End fasting',
  183. ended_fasting: 'Ended fasting',
  184. start_sleep: 'Start sleeping',
  185. started_sleeping: 'Started sleeping',
  186. end_sleep: 'End sleeping',
  187. ended_sleeping: 'Ended sleeping',
  188. start_fasting_first:'Start fasting first.',
  189. },
  190. change_tz_alert: {
  191. title: 'New Time Zone Detected',
  192. content: 'Changed to {{tz}} for you.',
  193. confirm: 'Got it'
  194. },
  195. status_indicator: {
  196. fast_wait_for_start: 'Fast',
  197. fast_ongoing: 'Fasting',
  198. sleep_wait_for_start: 'Sleep',
  199. sleep_ongoing: 'Sleeping',
  200. sleep_ongoing1: 'Sleep awaiting start',
  201. sleep_ongoing3: 'Sleep ended'
  202. },
  203. follow_wx_pub: {
  204. // Unfollowed state
  205. modal_unfollowed_title: 'Schedule reminder',
  206. modal_unfollowed_content: 'Follow our public account to enable schedule reminders!',
  207. modal_unfollowed_cancel_btn: 'Back',
  208. modal_unfollowed_confirm_btn: 'Enable',
  209. h5_unfollowed_title: 'Enable schedule reminders',
  210. // Followed state
  211. modal_followed_title: 'Schedule reminder enabled',
  212. modal_followed_content: 'Do you want to go to the public account to check?',
  213. modal_followed_cancel_btn: 'Back',
  214. modal_followed_confirm_btn: 'Go to check',
  215. h5_followed_title: 'Schedule reminders',
  216. },
  217. console: {
  218. fast_start: 'Start fasting',
  219. fast_end: 'End fasting',
  220. sleep_start: 'Start sleeping',
  221. sleep_end: 'End sleeping',
  222. total_duration: 'Total duration',
  223. countup: 'In progress',
  224. countdown_not_due: 'Time remaining',
  225. timeout: 'Time expired',
  226. fast_duration: 'Fasting target duration',
  227. sleep_duration: 'Sleep target duration',
  228. real_fast_start_dt: 'Fast start time',
  229. real_fast_end_dt: 'Fast end time',
  230. real_sleep_start_dt: 'Sleep start time',
  231. real_sleep_end_dt: 'Sleep end time',
  232. },
  233. schedule: {
  234. section_title: 'Today',
  235. follow_tip: 'Enable schedule reminders',
  236. timeout_tip: 'End current recording and resume schedule.',
  237. action_sheet_adjust_schedule: 'Adjust schedule',
  238. duration_goals_by_stage: 'View fasting stage goals',
  239. current_stage: 'View current fasting stage',
  240. timeline: 'Schedule',
  241. total_time:'Total time',
  242. stage: 'Stages',
  243. },
  244. record_fast_sleep: {
  245. header: {
  246. latest_record: 'Recent',
  247. btn_show_all: 'View more'
  248. },
  249. item: {
  250. fast: 'Fast',
  251. sleep: 'Sleep'
  252. },
  253. timeline: 'Timeline',
  254. stage: 'Stages',
  255. pop_title: 'Detail'
  256. },
  257. action_sheet: {
  258. change_schedule: 'Adjust schedule',
  259. switch_scenario: 'Select circadian clock',
  260. set_new_goals:'Set New Goals',
  261. set_fast_goal:'Set Fast Goal (for this time)',
  262. set_sleep_goal:'Set Sleep Goal (for this time) ',
  263. edit_fasting_goal:'Edit Fasting Goal',
  264. edit_sleeping_goal:'Edit Sleeping Goal',
  265. cancel: 'Cancel'
  266. },
  267. dial: {
  268. start_time: 'Start Time',
  269. end_time: 'End Time',
  270. duration: 'Duration',
  271. // Secondary modal - picker title
  272. picker_fast_schedule_start_time: 'Fast schedule start time',
  273. picker_fast_schedule_end_time: 'Fast schedule end time',
  274. picker_fast_schedule_duration: 'Fast schedule duration',
  275. picker_sleep_schedule_start_time: 'Sleep schedule start time',
  276. picker_sleep_schedule_end_time: 'Sleep schedule end time',
  277. picker_sleep_schedule_duration: 'Sleep schedule duration',
  278. },
  279. choose_scenario: {
  280. list: {
  281. item1: {
  282. name: 'Fast',
  283. desc: '',
  284. note: ''
  285. },
  286. item2: {
  287. name: 'Sleep',
  288. desc: '',
  289. note: ''
  290. },
  291. item3: {
  292. name: 'Fast and Sleep',
  293. desc: '',
  294. note: ''
  295. },
  296. }
  297. },
  298. stage: {
  299. a: 'Pre-sleep fast',
  300. b: 'Overnight fast',
  301. c: 'Post-sleep fast',
  302. a_ing: 'Pre-sleep fasting',
  303. b_ing: 'Overnight fasting',
  304. c_ing: 'Post-sleep fasting',
  305. wait_for_start: 'Awaiting start',
  306. not_completed: 'Not completed',
  307. not_started: 'Not started'
  308. },
  309. },
  310. food: {
  311. action_sheet: {
  312. alert_text: 'Edit this meal',
  313. edit_title: 'Operate on the current photo',
  314. tag: 'Tag',
  315. start_time: 'Start time',
  316. end_time: 'End time',
  317. edit_pic: 'Edit picture',
  318. share_pic: 'Share picture',
  319. },
  320. picker_tag_title: 'Tag',
  321. picker_start_title: 'Start time',
  322. picker_end_title: 'End time',
  323. camera: 'Take food photo',
  324. album: 'Choose from album',
  325. share_title: 'My food diary',
  326. prompt: 'Prompt',
  327. prompt_detail: 'The order of the diary list has changed, click to refresh',
  328. sence_desc: 'Take pictures of food, record pre-meal hunger\nRecord post-meal satiety',
  329. sence_desc_off: 'Perceive hunger and satiety signals, improve intuitive eating',
  330. learn_more: 'Learn More',
  331. mindful_switch_on: 'Mindful mode is turned on',
  332. pre_meal_enforce_order_alert: 'Please take a food photo first\nor choose a food photo from the album',
  333. pre_meal_confirm_title: 'Pre-meal {{score}} points {{desc}}',
  334. post_meal_confirm_title: 'Post-meal {{score}} points {{desc}}',
  335. slider_tip_pre_meal_title: 'Hunger',
  336. slider_tip_post_meal_title: 'Satiety',
  337. slider_tip_pre_meal_desc: 'Extremely hungry to not hungry',
  338. slider_tip_post_meal_desc: 'Not full to extremely bloated',
  339. disable_switch_modal_title: 'End current recording first.',
  340. disable_switch_modal_btn: 'Got it'
  341. },
  342. workout: {
  343. share_title: 'My workout diary',
  344. finish_title: '{{name}} Timer training',
  345. finish_current: 'Please finish the current workout first',
  346. add_more: 'Add more',
  347. choose_workout: 'Choose exercise',
  348. order: 'Adjust order',
  349. choose_workout_desc: 'Choose exercises frequently practiced in fitness training\nor daily activities'
  350. },
  351. track_something: {
  352. btn_record: 'Track',
  353. picker_datetime: 'Record time',
  354. activity: {
  355. pop_title: 'Detail',
  356. btn_status: {
  357. idle: 'Track',
  358. ing: 'Tracking',
  359. retry: 'Still tracking',
  360. success: 'Tracked',
  361. fail: 'Tracking failed'
  362. },
  363. open: 'Enable',
  364. un_open: 'No record',
  365. un_login: 'Not logged in',
  366. today_un_check: 'Track now',
  367. check_history: 'View history',
  368. login_then_check: 'Log in to track',
  369. open_then_check: 'Enable steps count',
  370. total: 'Total',
  371. sync: 'Auto synced',
  372. check: 'Tracked'
  373. },
  374. metric: {
  375. share_title: 'My Metric Records',
  376. no_record: 'No record',
  377. un_login: 'Not logged in',
  378. login_can_check: 'Record after logging in',
  379. check_unlock_data: 'Track now',
  380. choose_metric: 'Choose metric',
  381. choose_metric_desc: 'Select metrics based on your needs.',
  382. order: 'Adjust order',
  383. composite:'Comp'
  384. },
  385. werun_auth: {
  386. modal_open_setting_title: 'Reminder',
  387. modal_open_setting_content: 'We noticed that you have not granted permission to access WeChat Workout. Would you like to open settings to grant permission?',
  388. toast_reject_auth: 'You have rejected authorization and cannot access step count'
  389. }
  390. }
  391. }
  392. }