en.js 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797
  1. import { current } from "@reduxjs/toolkit";
  2. export default {
  3. tabbar: {
  4. clock: 'Circadian',
  5. metric: 'Metric',
  6. activity: 'Activity',
  7. nutrition: 'Nutrition',
  8. more: 'Me'
  9. },
  10. share: {
  11. title: 'Weight Loss/Fasting Sleep/Body Management/Metric Recording/Exercise Check-in, all in fast16cc',
  12. food_title: 'Food Journal'
  13. },
  14. page: {
  15. clock: {
  16. title: 'Today',
  17. },
  18. activity: {
  19. title: 'Activity',
  20. },
  21. metric: {
  22. title: 'Metrics',
  23. },
  24. food: {
  25. title: 'Breakfast Journal',
  26. },
  27. workout: {
  28. title: 'Workouts Journal'
  29. },
  30. explore: {
  31. title: 'Explore',
  32. share_title: 'My explore',
  33. journal:'Journals'
  34. },
  35. more: {
  36. title: 'Profile',
  37. un_login: 'Not logged in',
  38. stone: 'Become Pro',
  39. stone_desc: 'More exclusive features for our Pro members are coming up. Stay tuned.',
  40. setting: 'Settings',
  41. reset_session: 'Reset session',
  42. debug_mode: 'Debug mode'
  43. },
  44. choose_scenario: {
  45. title: 'Select Circadian Clock',
  46. title_size: 25,
  47. sub_title: 'Fasting and sleep constitute the biological clock',
  48. btn_next: 'Next',
  49. btn_more: 'Learn more',
  50. },
  51. set_schedule: {
  52. fast_title: 'Fast Schedule',
  53. sleep_title: 'Sleep Schedule',
  54. fast_subtitle: 'Set time and duration goals',
  55. sleep_subtitle: 'Set time and duration goals',
  56. fast_target: 'Goal',
  57. fast_target_desc: 'Fasting window is {{target_time}}, and eating window is {{left_time}}.',
  58. fast_schedule: 'Schedule',
  59. fast_schedule_desc: 'Start fasting at {{start_time}}, and end fasting {{the_next_day}} at {{end_time}}.',
  60. sleep_target: 'Goal',
  61. sleep_target_desc: 'Sleep window is {{target_time}}, and wake window is {{left_time}}.',
  62. sleep_schedule: 'Schedule',
  63. sleep_schedule_desc: 'Go to bed at {{start_time}}, and wake up {{the_next_day}} at {{end_time}}.',
  64. next_day: 'Next day',
  65. the_next_day: 'the next day'
  66. },
  67. choose_language: {
  68. title: '',
  69. sub_title: '',
  70. btn_confirm: ''
  71. },
  72. choose_auth: {
  73. app_name: '',
  74. btn_create_account: '',
  75. btn_login: 'Log in',
  76. btn_wechat: 'WeChat login',
  77. btn_signup: 'Sign up',
  78. slogan: 'Healthy Circadian Clock'
  79. },
  80. auth: {
  81. agreement: 'I have read and agreed to the User Agreement and Privacy Policy',
  82. psd_repeat_diff:'Passwords do not match.'
  83. },
  84. records_history: {
  85. time_title: 'History',
  86. metric_title: '{{title}} Records',
  87. activity_title: '{{title}} Records',
  88. del_success: 'Deletion successful'
  89. },
  90. setting: {
  91. title: 'Settings',
  92. version: 'Version',
  93. logout: 'Log out'
  94. },
  95. user_profile: {
  96. title: 'Edit Profile',
  97. nickname: 'Nickname',
  98. save: 'Save',
  99. nickname_footer: 'The community leaderboard feature is coming out soon, and a personalized name will let you stand out.'
  100. },
  101. edit_nickname: {
  102. title: 'Edit Nickname'
  103. }
  104. },
  105. feature: {
  106. pro:{
  107. for_pro:'For Pro',
  108. tag:'Limit-Time Offer'
  109. },
  110. auth_sys: {
  111. device_location:'Unable to use location info',
  112. device_location_desc:'Go to Location settings and turn on location.',
  113. location_title: 'Unable to use location info',
  114. location_desc: 'Go to app Settings, tap Location and choose \'While Using the App.\' If Location is unavailable, go back to global Settings > Privacy and enable Location Services first.',
  115. location_android_service_desc:'Go to App info, tap Permissions > Location and choose \'Allow only while using the app.\'',
  116. location_cancel: 'Close',
  117. location_confirm: 'Settings',
  118. device_confirm:'Enable location',
  119. service_confirm:'Allow access',
  120. },
  121. choose_scenario: {
  122. title: 'Choose Circadain Clock',
  123. description: 'Fasting and sleep affect your body\'s circadian clock in powerful ways that are crucial to losing weight, revving up metabolism, and keeping hormones balanced.',
  124. fasting: 'Fasting',
  125. fast_desc: 'Track your overnight fast',
  126. fast_sleep: 'Fasting with Sleep',
  127. fast_sleep_desc: 'Track your overnight fast before bed, during sleep, and after waking up',
  128. free: 'Free',
  129. limit_time_offer: 'Limit-Time Offer',
  130. next: 'Next',
  131. alert_title: 'Premium Access Required',
  132. alert_content: 'Log another fasting and grow your faststreak to {{day}} {{day_unit}} to unlock.',
  133. alert_btn: 'Got it',
  134. },
  135. suggest: {
  136. step_0_title: 'Pick End Time for Fasting',
  137. end_fast_picker_header: 'What time do you want to end fasting?',
  138. end_fast_picker_footer: 'This is the time you may begin eating breakfast or your first meal of the day.',
  139. step_1_title: 'Suggested Fast schedule',
  140. fast_suggest_header: 'To end fasting at {{time}}, start at one of the following times:',
  141. start_fast_time: 'Start fasting at {{time}}',
  142. intermittent_fast: '{{data}} Intermittent Fasting',
  143. fast_desc: '{{start_time}} hours fasting, {{end_time}} hours eating',
  144. step_2_title: 'Pick Wake Time',
  145. end_sleep_picker_header: 'What time do you want to wake up?',
  146. fall_sleep_picker_header: 'How long does it take you to fall asleep?',
  147. fall_sleep_picker_footer: 'It takes 10 to 30 minutes for most people to fall asleep once they\'re in bed.',
  148. step_3_title: 'Suggested Sleep Schedule',
  149. sleep_suggest_header: 'To wake up feeling fresh at {{time}}, go to bed at one of the following times:',
  150. sleep_suggest_footer: 'A good night\'s sleep consists of 5 or 6 complete sleep cycles, each lasting 90 minutes on average.',
  151. cycles: '{{times}} sleep cycles',
  152. go_to_bed_at: 'Go to bed at {{time}}',
  153. restorative: 'Restorative',
  154. suggest_plan: 'Suggest Schedule',
  155. set_myself: 'Set Schedule Myself',
  156. popular: 'Popular',
  157. recent: 'Recent',
  158. btn: 'Next',
  159. done: 'Done',
  160. hour: ' hours',
  161. hours2: ' hrs ',
  162. minute: ' mins',
  163. mins: 'mins'
  164. },
  165. set_goal: {
  166. set_action_plan: 'Set Schedule',
  167. almost_done: 'Almost done!',
  168. header: 'Review your schedule',
  169. footer: 'Feel free to modify your shedule as needed.',
  170. fast: 'Fasting',
  171. sleep: 'Sleep',
  172. start_fasting: 'Start fasting',
  173. go_to_bed: 'Go to bed',
  174. wake_up: 'Wake up',
  175. end_fasting: 'End fasting',
  176. done: 'Done',
  177. next_day: 'Next day ',
  178. },
  179. pay:{
  180. paying_title:'Your payment is processing...',
  181. paying_desc:'Please wait for transaction completion.',
  182. },
  183. check_access: {
  184. non_access: {
  185. title: 'Streak Updated',
  186. desc: 'You\'re on a {{day}}-day faststreak.',//'You\'re on a {{day}}-day streak.\n{{day_left}} more {{day_unit}} until unlocking \'Fasting with sleep.\'',
  187. btn: 'Keep it going'
  188. },
  189. gain_access: {
  190. title: 'Premium Feature Unlocked',
  191. desc: 'You\'ve earned access to \'Fasting with Sleep\' {{reason}} Are you ready to upgrade?',
  192. // desc:'You\'ve unlocked \'Fasting with Sleep\' since you\'re on a {{day}}-day streak.\nAre you ready to up the game?',
  193. upgrade: 'Upgrade to Fasting with Sleep',
  194. upgrade_desc: 'Expiring in {{time}}',
  195. stay_btn: 'Stay with Fasting Only',
  196. reason: 'since you\'re on a {{day}}-day faststreak.',
  197. // more:'Learn more'
  198. },
  199. upgrade_pro: {
  200. title: 'Congrats on Your PRO Status!',
  201. desc: 'To preserve this status, continue your fasting streak in {{time}} and begin your sleep streak. Remember to keep both of them going.',
  202. btn: 'I got this!'
  203. },
  204. sleep_schedule: {
  205. title: 'Sleep Schedule',
  206. desc: 'Your previous sleep schedule was {{start_time}} - {{end_time}}. Do you want to set a new schedule?',
  207. confirm: 'Set new schedule',
  208. cancel: 'Keep old schedule'
  209. },
  210. stay_qualified: {
  211. title: 'Streaks Updated',
  212. desc: 'You\'re on a {{fast_streak_day}}-day faststreak and on a {{sleep_streak_day}}-day sleepstreak.',
  213. // desc:'You\'re on a {{fast_streak_day}}-day fasting streak and a {{sleep_streak_day}}-day sleep streak.\nKeep \'em going to stay in the game.',
  214. btn: 'Keep them going',
  215. },
  216. lose_access: {
  217. title: 'Premium Access Lost',
  218. desc: 'You\'ve lost access to \'Fasting with Sleep\' {{reason}} To regain access, achieve a new {{require_days}}-day faststreak.',
  219. btn: 'Got it'
  220. // confirm:'Become a PRO member',
  221. // cancel:'Achieve New Fasting Streak'
  222. },
  223. lost_reason: {
  224. fast_streak_lost: 'since you lost your faststreak.',
  225. sleep_streak_lost: 'since you lost your sleepstreak.',
  226. fast_sleep_streaks_lost: 'since you lost your fast and sleepstreaks.',
  227. sleep_streak_not_growing: 'since you didn\'t begin your sleepstreak.',
  228. not_satisfied_after_delete: 'since your faststreak fell below {{day}} {{day_unit}}.',
  229. // fast_streak_lost:'since you lost your fasting streak on {{date}}',
  230. // sleep_streak_lost:'since you lost your sleep streak on {{date}}',
  231. // fast_sleep_streaks_lost:'since you lost both of your fasting and sleep streaks on {{date}}',
  232. // sleep_streak_not_growing:'since you didn\'t grow your sleep streak',
  233. // not_satisfied_after_delete:'since you no longer have a fasting streak that satisfy the base requirement',
  234. }
  235. },
  236. notification: {
  237. action_title: {
  238. start_timer_now: 'Start timer now with 1-tap',
  239. pick_earlier_start: 'Pick an earlier start',
  240. skip: 'Skip',
  241. end_timer_now: 'End timer now with 1-tap',
  242. pick_earlier_end: 'Pick an earlier end',
  243. }
  244. },
  245. location:{
  246. no_location:'No location info yet.',
  247. clear_info:'Clear location info',
  248. clear_alert_title:'Alert',
  249. clear_alert_content:'Your local sunrise & sunset info will be removed once you clear your location info. Are you sure you want to clear your info?',
  250. clear_alert_cancel:'Cancel',
  251. clear_alert_confirm:'Clear info'
  252. },
  253. heads_up:{
  254. alert_title:'Heads-up',
  255. ongoing1_content:'You haven\'t logged your sleep.you end fasting now, If you will lose your premium access to \'Fasting with Sleep.\'',
  256. ongoing1_cancel:'Log my sleep first',
  257. ongoing1_confirm:'End fasting',
  258. ongoing2_content:'You haven\'t finished your sleep log. If you end fasting now, you will lose your premium access to \'Fasting with Sleep.\'',
  259. ongoing2_cancel:'Finish my sleep log',
  260. ongoing2_confirm:'End fasting',
  261. },
  262. common: {
  263. prompt: 'Prompt',
  264. action_sheet_cancel: 'Cancel',
  265. picker_cancel_btn: 'Cancel',
  266. picker_confirm_btn: 'Confirm',
  267. wait_for_end: 'Awaiting end',
  268. not_started: 'Not started',
  269. not_completed: 'Not completed',
  270. btn_pre: 'Pre',
  271. btn_next: 'Next',
  272. btn_done: 'Done',
  273. btn_set_and_next: 'Set and next',
  274. btn_set_and_done: 'Set and done',
  275. drag_order: 'Press and drag to change order',
  276. maintain: 'Item under maintenance',
  277. multi_timezones: 'Mult. time zones',
  278. different_timezone: 'Other time zone',
  279. multi_tz_desc: 'Multiple time zones were involved in these events.',
  280. diff_tz_desc: 'These events occured in {{location}} time which differs from your current time zone.',
  281. become_pro: 'Become Pro',
  282. overnight: 'Night',
  283. day: 'Day',
  284. eat: 'Eat',
  285. move: 'Move',
  286. show_more: 'Show More',
  287. week_desc: {
  288. current_week: 'Current week',
  289. last_week: 'Last week',
  290. weeks_ago: '{{index}} weeks ago'
  291. },
  292. date_desc: {
  293. today: 'Today',
  294. tonight: 'Tonight',
  295. lastnight: 'Last night',
  296. yesterday: 'Yesterday',
  297. tomorrow: 'Tomorrow',
  298. two_days_ago: '2 days ago',
  299. two_days_after: '2 days from now',
  300. days_ago: '{{index}} days ago',
  301. days_after: '{{index}} days from now',
  302. },
  303. time_desc: {
  304. morning: 'morning',
  305. afternoon: 'afternoon',
  306. },
  307. day_of_week_full: {
  308. sun: 'Sunday',
  309. mon: 'Monday',
  310. tue: 'Tuesday',
  311. wed: 'Wednesday',
  312. thu: 'Thursday',
  313. fri: 'Friday',
  314. sat: 'Saturday'
  315. },
  316. day_of_week_short: {
  317. sun: 'Sun',
  318. mon: 'Mon',
  319. tue: 'Tue',
  320. wed: 'Wed',
  321. thu: 'Thu',
  322. fri: 'Fri',
  323. sat: 'Sat'
  324. },
  325. toast: {
  326. min_value: 'Cannot go any lower',
  327. max_value: 'Cannot go any higher',
  328. min_metric_count: 'Select at least {{count}} items',
  329. max_metric_count: 'Advanced members can select more than {{count}} items',
  330. min_time_value: 'Cannot go any later',
  331. max_time_value: 'Cannot go any earlier',
  332. update_success: 'Update Successful',
  333. input_nickname: 'Please enter a nickname',
  334. ongoing: 'Please complete the record first', // Displayed when the "plus" button or an actionsheet item is clicked while there is an ongoing record
  335. },
  336. action_sheet: {
  337. delete: 'Delete'
  338. },
  339. modal: {
  340. delete_item_title: 'Delete',
  341. delete_item_content: 'Are you sure you want to delete?',
  342. delete_cancel_btn: 'Cancel',
  343. delete_confirm_btn: 'Confirm',
  344. delete_all_title: 'Delete',
  345. delete_all_content: 'Are you sure you want to delete all records?',
  346. delete_all_cancel_btn: 'Cancel',
  347. delete_all_confirm_btn: 'Confirm',
  348. logout_title: 'Log out',
  349. logout_content: 'Are you sure you want to log out?',
  350. del:'Delete',
  351. deluser_title: 'Confirm Deletion of Account',
  352. deluser_content: 'This action cannot be undone.\nAre you sure you want to delete this account?',
  353. deluser_cancel:'Cancel',
  354. deluser_confirm:'Confirm Deletion',
  355. deluser_action_title:'This account will be deleted permanently.',
  356. deluser_action_confirm:'Delete Account',
  357. deluser_action_cancel:'Cancel',
  358. reset_session_title: 'Reset session',
  359. reset_session_content: 'Are you sure you want to reset the session?'
  360. },
  361. no_data: {
  362. title: 'Failed to load',
  363. retry_btn: 'Retry',
  364. no_record: 'No records'
  365. }
  366. },
  367. auth: {
  368. create_account: {
  369. title: 'Sign up',
  370. sub_title: 'Create username',
  371. input_username_placeholder: 'Username',
  372. input_email_placeholder: 'Email',
  373. footer_desc: 'Already have an account?',
  374. footer_login: 'Log in',
  375. btn_next: 'Next',
  376. login:'Log in'
  377. },
  378. login: {
  379. input_account_placeholder: 'Username',
  380. input_password_placeholder: 'Password',
  381. footer_desc: 'Don\'t have an account?',
  382. footer_sign_up: 'Sign up',
  383. login_now: 'Log in now'
  384. },
  385. create_password: {
  386. title: 'Create password',
  387. sub_title: 'Enter and confirm password',
  388. input_password_placeholder: 'Password',
  389. input_password_confirm_placeholder: 'Confirm password',
  390. btn_next: 'Next'
  391. }
  392. },
  393. day_night: {
  394. night_popover: "Night",
  395. day_popover: "Day",
  396. limited_free: 'Limited Offer',
  397. tonight: 'Tonight',
  398. last_night: 'Last night',
  399. tomorrow: 'Tomorrow',
  400. today: 'Today',
  401. yesterday: 'Yesterday',
  402. sunset_to_sunrise: 'Current sunset and sunrise times are based on the following location.',
  403. sunrise_to_sunset: 'Current sunrise and sunset times are based on the following location.',
  404. time_to_sunset: 'Time to sunset',
  405. time_to_sunrise: 'Time to sunrise',
  406. time_past_sunset: 'Time past sunset',
  407. time_past_sunrise: 'Time past sunrise',
  408. night_duration: 'Length',
  409. day_duration: 'Length',
  410. overview: 'Overview',
  411. events: 'Events',
  412. stages: 'Stages',
  413. get_local_time: 'Show my local nighttime',
  414. get_local_time_sunrise: 'Show my local daytime',
  415. to: ' to ',
  416. note: 'Note',
  417. night_tip: 'Times displayed represent global annual averages for sunset and sunrise. Actual times vary based on your location and season.',
  418. day_tip: 'Times displayed represent global annual averages for sunrise and sunset. Actual times vary based on your location and season.',
  419. alert_required_night: 'Location Required',
  420. alert_required_day: 'Location Required',
  421. alert_night_content: 'To accurately calculate daily sunset and sunrise times for your city, please enable location service.',
  422. alert_day_content: 'To accurately calculate daily sunrise and sunset times for your city, please enable location service.',
  423. choose_location: 'Enable location',
  424. view_more: 'More',
  425. got_it: 'Got it',
  426. more: 'More',
  427. location_need: 'Location info needed for calculation',
  428. location_need_content_day: 'Local daytime and nighttime vary by location. To accurately calculate your local daytime from sunrise to sunset, we need access to location info.',
  429. location_need_content_night: 'Local daytime and nighttime vary by location. To accurately calculate your local nighttime from sunset to sunrise, we need access to location info.',
  430. later: 'Not now',
  431. picker_now: 'Proceed',
  432. ahead_desc: '{{time}} ahead',
  433. ahead_of: 'ahead of',
  434. behind_desc: '{{time}} behind',
  435. behind: 'behind',
  436. diff_tz_desc: 'These events occured in {{location}} time which is {{time}} {{type}} your current time zone.',
  437. upcoming: 'Upcoming',
  438. in_real_time: 'Ongoing',
  439. ended: 'Ended',
  440. last_updated: 'Last updated',
  441. polar_day: 'Polar day',
  442. polar_night: 'Polar night',
  443. show_all_rings: 'Show circadian clocks in sync',
  444. sunrise: 'Sunrise',
  445. sunset: 'Sunset',
  446. location_updated: 'Location updated.',
  447. location_failed: 'Location failed to update.',
  448. group_title:'Day-Night Cycle',
  449. sync:'Sync up'
  450. },
  451. track_time_duration: {
  452. common: {
  453. schedule: 'Schedule',
  454. current_schedule: 'Current Schedule',
  455. share_title: 'My Fasting Sleep Diary',
  456. start_fast: 'Start fasting',//正常态
  457. started_fasting: 'Started fasting',//完成时
  458. end_fast: 'End fasting',
  459. ended_fasting: 'Ended fasting',
  460. start_sleep: 'Start sleeping',
  461. started_sleeping: 'Started sleeping',
  462. end_sleep: 'End sleeping',
  463. ended_sleeping: 'Ended sleeping',
  464. start_fasting_first: 'Start fasting first.',
  465. okay: 'Okay',
  466. im_ready: 'I\'m ready',
  467. got_it: 'Got it',
  468. over_24h: 'Over 24h',
  469. pending: 'Pending',
  470. ongoing: 'Ongoing',
  471. },
  472. reminders: {
  473. schedule_title: 'Health Schedule Reminder',
  474. fast_end_title: 'Fasting End Reminder',
  475. wake_title: 'Wake-up Reminder',
  476. schedule_fast_content: 'Once enabled, you will receive a reminder at the set start time.',
  477. schedule_sleep_content: 'Once enabled, you will receive a reminder at the set bedtime.',
  478. schedule_mix_content: 'Once enabled, you will receive reminders at the set fasting start time and bedtime.',
  479. post_fast_content: 'Once enabled, you will receive an end reminder {{date}} at {{time}}.',
  480. post_sleep_content: 'Once enabled, you will receive a wake-up reminder {{date}} at {{time}}.',
  481. enable_schedule_fast_content: 'We will remind you to start fasting daily at {{time}}.',
  482. enable_schedule_sleep_content: 'We will remind you to go to bed daily at {{time}}.',
  483. enable_schedule_mix_content: 'We will remind you to start fasting daily at {{time1}} and to go to bed daily at {{time2}}.',
  484. enable_post_fast_content: 'We will remind you to end your fasting {{date}} at {{time}}.',
  485. enable_post_sleep_content: 'We will remind you to wake up {{date}} at {{time}}.',
  486. later: 'Later',
  487. open: 'Enable now',
  488. ok: 'OK'
  489. },
  490. third_ring: {
  491. sunrise_today: 'Sunrise',
  492. sunset_today: 'Sunset',
  493. sunrise_tomorrow: 'Sunrise (tmrw)',
  494. member_desc: 'Sunset and sunrise times are global average. For actual times at your location, join our Pro program.',
  495. base_location_desc: 'Calculated based on your location.',
  496. enter_location_desc: 'Sunset and sunrise times are global average. For actual times at your location, enter your location.',
  497. update_my_location: 'Update my location',
  498. location: 'Location',
  499. enter: 'Enter',
  500. unknown: 'Unknown',
  501. latitude: 'Latitude',
  502. longitude: 'Longitude',
  503. coordinates: 'Coordinates',
  504. timezone: 'Time zone',
  505. },
  506. streaks: {
  507. fast: 'Fast ',
  508. sleep: 'Sleep ',
  509. title: 'Streaks',
  510. current: 'Current',
  511. longest: 'Longest',
  512. no_data: 'Start a new streak today!',
  513. countdown_title: 'Don\'t lose your streak. Keep it going!',
  514. countdown_titles: 'Don\'t lose your streaks. Keep them going!',
  515. countdown_fast: 'Current fast streak will reset to zero in {{time}}.',
  516. countdown_sleep: 'Current sleep streak will reset to zero in {{time}}.',
  517. last_reset: 'Last Reset',
  518. next_reset: 'Next Reset',
  519. not_determined: 'Not Determined',
  520. faststreak: 'Faststreak',
  521. sleepstreak: 'Sleepstreak',
  522. alert_title: 'Don\'t forget to log your sleep tonight too!',
  523. alert_content: 'To keep your premium access and make the most of it, your sleepstreak must be activated and grow along with your faststreak.',
  524. alert_confirm: 'Roger that',
  525. heads_up: 'Heads-up',
  526. },
  527. change_tz_alert: {
  528. title: 'New Time Zone Detected',
  529. content: 'Changed to {{tz}} for you.',
  530. confirm: 'Got it'
  531. },
  532. status_indicator: {
  533. fast_wait_for_start: 'Fast',
  534. fast_ongoing: 'Fasting',
  535. sleep_wait_for_start: 'Sleep',
  536. sleep_ongoing: 'Sleeping',
  537. sleep_ongoing1: 'Sleep awaiting start',
  538. sleep_ongoing3: 'Sleep ended'
  539. },
  540. follow_wx_pub: {
  541. // Unfollowed state
  542. modal_unfollowed_title: 'Schedule reminder',
  543. modal_unfollowed_content: 'Follow our public account to enable schedule reminders!',
  544. modal_unfollowed_cancel_btn: 'Back',
  545. modal_unfollowed_confirm_btn: 'Enable',
  546. h5_unfollowed_title: 'Enable schedule reminders',
  547. // Followed state
  548. modal_followed_title: 'Schedule reminder enabled',
  549. modal_followed_content: 'Do you want to go to the public account to check?',
  550. modal_followed_cancel_btn: 'Back',
  551. modal_followed_confirm_btn: 'Go to check',
  552. h5_followed_title: 'Schedule reminders',
  553. },
  554. console: {
  555. fast_start: 'Start fasting',
  556. fast_end: 'End fasting',
  557. sleep_start: 'Start sleeping',
  558. sleep_end: 'End sleeping',
  559. total_duration: 'Total duration',
  560. countup: 'Elapsed',
  561. countdown_not_due: 'Remaining',
  562. timeout: 'Extended',
  563. real_duration: 'Actual',
  564. fast_duration: 'Fasting target duration',
  565. sleep_duration: 'Sleep target duration',
  566. real_fast_start_dt: 'Start time for fasting',
  567. real_fast_start_tip: 'Expected end time: {{time}}',
  568. real_fast_end_dt: 'End time for fasting',
  569. real_fast_end_tip: 'Expected end time: {{time}}',
  570. real_sleep_start_dt: 'Bedtime',
  571. real_sleep_start_tip: 'Expected wake-up time: {{time}}',
  572. real_sleep_end_dt: 'Wake-up time',
  573. real_sleep_end_tip: 'Expected wake-up time: {{time}}',
  574. target: 'Target',
  575. lock_fast_tip: 'Start fasting first.',
  576. lock_sleep_tip: 'Start sleeping first.',
  577. no_duration_available: 'Unpredictable duration',
  578. predicted: 'Predicted',
  579. predicted_alert_title: 'Off Schedule ',
  580. predicted_alert_content: 'Unpredictable duration due to deviation from scheduled timeline.',
  581. predicted_alert_btn: 'Got it',
  582. next_steps: 'Next Steps',
  583. show_more: 'Show More'
  584. },
  585. schedule: {
  586. section_title: 'Today',
  587. follow_tip: 'Enable schedule reminders',
  588. timeout_tip: 'End current recording and resume schedule.',
  589. action_sheet_adjust_schedule: 'Adjust schedule',
  590. duration_goals_by_stage: 'View fasting stage goals',
  591. current_stage: 'View current fasting stage',
  592. timeline: 'Schedule',
  593. total_time: 'Duration',
  594. stage: 'Stages',
  595. },
  596. record_fast_sleep: {
  597. header: {
  598. latest_record: 'Recent',
  599. btn_show_all: 'Show History'
  600. },
  601. item: {
  602. fast: 'Fast',
  603. sleep: 'Sleep'
  604. },
  605. timeline: 'Times',
  606. stage: 'Stages',
  607. pop_title: 'Detail',
  608. history_title: 'History',
  609. tab_all: 'All',
  610. tab_fast_sleep: 'Fast with Sleep',
  611. tab_fast: 'Fast',
  612. tab_sleep: 'Sleep',
  613. delete: 'Delete',
  614. none: 'Not available',
  615. },
  616. action_sheet: {
  617. suggest_schedule: 'Suggest Schedule',
  618. change_schedule: 'Set Schedule',
  619. switch_scenario: 'Choose Circadian Clock',
  620. set_new_goals: 'Set New Goals',
  621. set_fast_goal: 'Set Fast Goal (for this time)',
  622. set_sleep_goal: 'Set Sleep Goal (for this time) ',
  623. edit_fasting_goal: 'Edit Fasting Goal',
  624. edit_sleeping_goal: 'Edit Sleeping Goal',
  625. cancel: 'Cancel'
  626. },
  627. dial: {
  628. start_time: 'Start Time',
  629. end_time: 'End Time',
  630. duration: 'Duration',
  631. // Secondary modal - picker title
  632. picker_fast_schedule_start_time: 'Start Time for Fasting',
  633. picker_fast_schedule_end_time: 'End Time for Fasting',
  634. picker_fast_schedule_duration: 'Fast schedule duration',
  635. picker_sleep_schedule_start_time: 'Bedtime',
  636. picker_sleep_schedule_end_time: 'Wake Time',
  637. picker_sleep_schedule_duration: 'Sleep schedule duration',
  638. },
  639. choose_scenario: {
  640. list: {
  641. item1: {
  642. name: 'Fast',
  643. desc: '',
  644. note: ''
  645. },
  646. item2: {
  647. name: 'Sleep',
  648. desc: '',
  649. note: ''
  650. },
  651. item3: {
  652. name: 'Fast and Sleep',
  653. desc: '',
  654. note: ''
  655. },
  656. }
  657. },
  658. stage: {
  659. a: 'Fast before sleep',
  660. b: 'Fast during sleep',
  661. c: 'Fast after waking up',
  662. a_ing: 'Fasting before sleep',
  663. b_ing: 'Fasting during sleep',
  664. c_ing: 'Fast after waking up',
  665. wait_for_start: 'Awaiting start',
  666. not_completed: 'Not completed',
  667. not_started: 'Not started',
  668. no_stage_selected: 'No stage selected',
  669. multi_selection: 'Multiple Selection'
  670. },
  671. weekly: {
  672. show_eating_window:'Show eating and activity windows',
  673. current_week: 'Current week',
  674. title: 'Weekly',
  675. fast_average: 'Avg. Fasting',
  676. sleep_average: 'Avg. Sleep',
  677. eat_average:'Avg. Eating',
  678. wake_average:'Avg. Activity',
  679. back:'Back'
  680. },
  681. log_timing:{
  682. log_timings:'Log Multiple Times',
  683. pick_time:'Pick Time'
  684. }
  685. },
  686. food: {
  687. action_sheet: {
  688. alert_text: 'Edit this meal',
  689. edit_title: 'Operate on the current photo',
  690. tag: 'Tag',
  691. start_time: 'Start time',
  692. end_time: 'End time',
  693. edit_pic: 'Edit picture',
  694. share_pic: 'Share picture',
  695. },
  696. picker_tag_title: 'Tag',
  697. picker_start_title: 'Start time',
  698. picker_end_title: 'End time',
  699. camera: 'Take food photo',
  700. album: 'Choose from album',
  701. share_title: 'My food diary',
  702. prompt: 'Prompt',
  703. prompt_detail: 'The order of the diary list has changed, click to refresh',
  704. sence_desc: 'Take pictures of food, record pre-meal hunger\nRecord post-meal satiety',
  705. sence_desc_off: 'Perceive hunger and satiety signals, improve intuitive eating',
  706. learn_more: 'Learn More',
  707. mindful_switch_on: 'Mindful mode is turned on',
  708. pre_meal_enforce_order_alert: 'Please take a food photo first\nor choose a food photo from the album',
  709. pre_meal_confirm_title: 'Pre-meal {{score}} points {{desc}}',
  710. post_meal_confirm_title: 'Post-meal {{score}} points {{desc}}',
  711. slider_tip_pre_meal_title: 'Hunger',
  712. slider_tip_post_meal_title: 'Satiety',
  713. slider_tip_pre_meal_desc: 'Extremely hungry to not hungry',
  714. slider_tip_post_meal_desc: 'Not full to extremely bloated',
  715. disable_switch_modal_title: 'End current recording first.',
  716. disable_switch_modal_btn: 'Got it'
  717. },
  718. workout: {
  719. share_title: 'My workout diary',
  720. finish_title: '{{name}} Timer training',
  721. finish_current: 'Please finish the current workout first',
  722. add_more: 'Add more',
  723. choose_workout: 'Choose exercise',
  724. order: 'Adjust order',
  725. choose_workout_desc: 'Choose exercises frequently practiced in fitness training\nor daily activities'
  726. },
  727. track_something: {
  728. btn_record: 'Track',
  729. picker_datetime: 'Record time',
  730. activity: {
  731. pop_title: 'Detail',
  732. btn_status: {
  733. idle: 'Track',
  734. ing: 'Tracking',
  735. retry: 'Still tracking',
  736. success: 'Tracked',
  737. fail: 'Tracking failed'
  738. },
  739. open: 'Enable',
  740. un_open: 'No record',
  741. un_login: 'Not logged in',
  742. today_un_check: 'Track now',
  743. check_history: 'View history',
  744. login_then_check: 'Log in to track',
  745. open_then_check: 'Enable steps count',
  746. total: 'Total',
  747. sync: 'Auto synced',
  748. check: 'Tracked'
  749. },
  750. metric: {
  751. share_title: 'My Metric Records',
  752. no_record: 'No record',
  753. un_login: 'Not logged in',
  754. login_can_check: 'Record after logging in',
  755. check_unlock_data: 'Track now',
  756. choose_metric: 'Choose metric',
  757. choose_metric_desc: 'Select metrics based on your needs.',
  758. order: 'Adjust order',
  759. composite: 'Comp'
  760. },
  761. werun_auth: {
  762. modal_open_setting_title: 'Reminder',
  763. 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?',
  764. toast_reject_auth: 'You have rejected authorization and cannot access step count'
  765. }
  766. }
  767. }
  768. }