en.ts 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. export default {
  2. email_sent: "Email sent",
  3. cant_send_email: "Can't send email",
  4. logout: "Logout",
  5. verify_email: "Verify your email",
  6. verify_email_subtitle: "Please verify your email to continue.",
  7. resend_email: "Resend email",
  8. resend_email_countdown: "Resend email in {seconds} seconds",
  9. signin_error_subtitle: "Please check your credentials and try again.",
  10. register_title: "Create an account",
  11. register_description: "Enter your information below to create your account",
  12. register_terms: "By signing up, you agree to our",
  13. register_privacy: "Terms of Service",
  14. register_privacy_link: "and our",
  15. register_privacy_link_2: "Privacy Policy",
  16. password_forgot_title: "Forgot password?",
  17. password_forgot_subtitle: "Enter your email to reset your password",
  18. new_password: "New password",
  19. new_password_placeholder: "Enter your new password",
  20. current_password: "Current password",
  21. current_password_placeholder: "Enter your current password",
  22. confirm_password: "Confirm password",
  23. confirm_password_placeholder: "Confirm your password",
  24. success: {
  25. feedback_sent: "Feedback sent",
  26. password_forgot_success: "Email sent",
  27. reset_password_success: "Password reset successfully",
  28. password_updated_successfully: "Password updated successfully",
  29. },
  30. error: {
  31. invalid_credentials: "Invalid credentials or account does not exist",
  32. upload_failed: "Upload failed",
  33. generic_error: "Error during operation",
  34. sending_email: "Error sending email",
  35. },
  36. backend_errors: {
  37. EMAIL_ALREADY_EXISTS: "Email already exists",
  38. INVALID_FILE_TYPE: "Invalid file type",
  39. FILE_TOO_LARGE: "File too large",
  40. NO_FILE_UPLOADED: "No file uploaded",
  41. IMAGE_PROCESSING_ERROR: "Image processing error",
  42. upload_failed: "Upload failed",
  43. },
  44. profile: {
  45. new_workout: "New Workout",
  46. alert: {
  47. title: "Your progress is stored in your browser.",
  48. create_account: "Create an account",
  49. log_in: "Log in",
  50. to_ensure_it_is_not_getting_lost: "to ensure it is not getting lost.",
  51. },
  52. },
  53. // Release Notes
  54. release_notes: {
  55. title: "What's New",
  56. release_notes: "Release Notes",
  57. notes: {
  58. note_2024_06_01: {
  59. title: "🎉 New: Release Notes Dialog",
  60. content: "You can now view what's new directly from the header! Stay tuned for more updates.",
  61. },
  62. note_2024_05_20: {
  63. title: "UI Improvements",
  64. content: "Improved mobile responsiveness and added subtle hover effects to buttons.",
  65. },
  66. },
  67. },
  68. // Contact Support
  69. contact_support: "Contact Support",
  70. contact_support_subtitle: "Describe your issue and we'll help you as soon as possible. You can also write to us directly at",
  71. // Social Platforms
  72. social_platforms: {
  73. x: "X (Twitter)",
  74. facebook: "Facebook",
  75. email: "Email",
  76. whatsapp: "WhatsApp",
  77. website: "Website",
  78. phone: "Phone",
  79. youtube: "YouTube",
  80. linkedin: "LinkedIn",
  81. snapchat: "Snapchat",
  82. instagram: "Instagram",
  83. tiktok: "TikTok",
  84. threads: "Threads",
  85. },
  86. // Workout Builder
  87. workout_builder: {
  88. steps: {
  89. equipment: {
  90. title: "Equipment",
  91. description: "Select your equipment",
  92. },
  93. muscles: {
  94. title: "Muscles",
  95. description: "Choose your training",
  96. },
  97. exercises: {
  98. title: "Exercises",
  99. description: "Customize your workout",
  100. },
  101. },
  102. muscles: {
  103. abdominals: "Abdominals",
  104. back: "Back",
  105. biceps: "Biceps",
  106. triceps: "Triceps",
  107. chest: "Chest",
  108. shoulders: "Shoulders",
  109. quadriceps: "Quadriceps",
  110. hamstrings: "Hamstrings",
  111. glutes: "Glutes",
  112. calves: "Calves",
  113. forearms: "Forearms",
  114. traps: "Traps",
  115. obliques: "Obliques",
  116. },
  117. exercise: {
  118. watch_video: "Watch video",
  119. shuffle: "Shuffle",
  120. pick: "Pick",
  121. remove: "Remove",
  122. no_video_available: "No video available.",
  123. },
  124. loading: {
  125. exercises: "Loading exercises...",
  126. },
  127. error: {
  128. loading_exercises: "Error loading exercises",
  129. },
  130. no_exercises_found: "No exercises found. Try to change your equipment or muscles selection.",
  131. equipment: {
  132. bodyweight: {
  133. label: "Bodyweight",
  134. description: "Exercises using only your body weight",
  135. },
  136. dumbbell: {
  137. label: "Dumbbell",
  138. description: "Free weight exercises with dumbbells",
  139. },
  140. barbell: {
  141. label: "Barbell",
  142. description: "Compound movements with a barbell",
  143. },
  144. kettlebell: {
  145. label: "Kettlebell",
  146. description: "Dynamic exercises with kettlebells",
  147. },
  148. band: {
  149. label: "Band",
  150. description: "Resistance band exercises",
  151. },
  152. plate: {
  153. label: "Plate",
  154. description: "Exercises using weight plates",
  155. },
  156. pullup_bar: {
  157. label: "Pull-up bar",
  158. description: "Upper body exercises with a pull-up bar",
  159. },
  160. bench: {
  161. label: "Bench",
  162. description: "Bench exercises and support",
  163. },
  164. },
  165. navigation: {
  166. previous: "Previous",
  167. continue: "Continue",
  168. complete: "Complete",
  169. },
  170. stats: {
  171. "muscle_selected#zero": "0 muscle selected",
  172. "muscle_selected#one": "1 muscle selected",
  173. "muscle_selected#other": "{count} muscles selected",
  174. "equipment_selected#zero": "0 equipment selected",
  175. "equipment_selected#one": "1 equipment selected",
  176. "equipment_selected#other": "{count} equipments selected",
  177. selected: "Selected",
  178. total: "Total",
  179. equipment_ready: "equipment ready",
  180. equipment_ready_plural: "equipment ready",
  181. },
  182. selection: {
  183. choose_your_arsenal: "Choose Your Arsenal",
  184. select_equipment_description: "Select equipment to unlock personalized workouts",
  185. clear_all: "Clear all",
  186. muscle_selection_coming_soon: "Muscle Selection (Coming Soon)",
  187. muscle_selection_description: "Select the muscle(s) you want to train by clicking on them.",
  188. exercise_selection_coming_soon: "Exercise Selection (Coming Soon)",
  189. exercise_selection_description: "This step will show you personalized exercise recommendations.",
  190. },
  191. session: {
  192. congrats: "Congratulations, workout finished! 🎉",
  193. congrats_subtitle: "You've done it !",
  194. see_instructions: "See instructions",
  195. finish_set: "Finish Set",
  196. finish_session: "Finish Session",
  197. bodyweight: "Bodyweight",
  198. weight: "Weight",
  199. reps: "Reps",
  200. time: "Time",
  201. next_exercise: "Next Exercise",
  202. add_set: "Add set",
  203. add_column: "Add column",
  204. remove_column: "Remove column",
  205. set_number: "Set {number}",
  206. set_number_plural: "Sets {number}",
  207. set_number_singular: "Set {number}",
  208. set_number_plural_singular: "Sets {number}",
  209. workout_in_progress: "Workout in Progress",
  210. started_at: "Started at",
  211. quit_workout: "Quit Workout",
  212. elapsed_time: "Elapsed Time",
  213. chronometer: "Chronometer",
  214. exercise_progress: "Exercise Progress",
  215. current_exercise: "Current Exercise",
  216. complete: "Complete",
  217. active: "Active",
  218. no_exercise_selected: "No exercise selected",
  219. quit_workout_title: "Quit Workout?",
  220. progress: "Progress",
  221. quit_warning: "Are you sure you want to quit? You can save your progress or lose it completely.",
  222. save_and_quit: "Save & Quit",
  223. quit_without_save: "Quit Without Saving",
  224. continue_workout: "Continue Workout",
  225. history: "Workout History [{count}]",
  226. no_workout_yet: "No workout yet.",
  227. start: "start",
  228. end: "end",
  229. exercise: "EXERCISE",
  230. repeat: "Repeat",
  231. delete: "Delete",
  232. },
  233. },
  234. commons: {
  235. signup_with: "Sign up with {provider}",
  236. signin_with: "Sign in with {provider}",
  237. signup: "Sign up",
  238. login: "Login",
  239. connecting: "Connecting...",
  240. login_to_your_account_title: "Login to your account",
  241. login_to_your_account_subtitle: "Enter your credentials below to login",
  242. password_forgot: "Forgot password?",
  243. password_reset_success: "Password reset successfully",
  244. dont_have_account: "Don't have an account?",
  245. already_have_account: "Already have an account?",
  246. or: "Or",
  247. add: "Add",
  248. your_feminine: "your",
  249. password: "Password",
  250. email: "Email",
  251. logout: "Logout",
  252. first_name: "First name",
  253. last_name: "Last name",
  254. verify_password: "Verify password",
  255. submit: "Submit",
  256. upload: "Upload",
  257. cancel: "Cancel",
  258. save_changes: "Save changes",
  259. change: "Change",
  260. subject: "Subject",
  261. message: "Message",
  262. saving: "Saving...",
  263. edit: "Edit",
  264. more_options: "More options",
  265. open_link: "Open link",
  266. hide: "Hide",
  267. make_visible: "Make visible",
  268. delete: "Delete",
  269. share: "Share",
  270. title: "Title",
  271. subtitle: "Subtitle",
  272. content: "Content",
  273. save: "Save",
  274. button: "Button",
  275. card: "Card",
  276. go_back: "Go back",
  277. next: "Next",
  278. choose_image: "Choose image",
  279. soon: "Soon",
  280. coming_soon_with_emoji: "Coming soon 🤫",
  281. no_image: "No image",
  282. description: "Description",
  283. price: "Price",
  284. duration: "Duration",
  285. location: "Location",
  286. schedule: "Schedule",
  287. participants_info: "Participants info",
  288. description_placeholder: "Enter the description",
  289. title_placeholder: "Enter the title",
  290. changes_saved: "Changes saved",
  291. replace: "Replace",
  292. loading: "Loading...",
  293. image_deleted: "The image has been deleted",
  294. discover_workoutcool: "Discover Workout Cool",
  295. received_just_now: "Received just now",
  296. copied: "Copied",
  297. url_copied: "The URL has been copied",
  298. copy_failed: "Copy failed",
  299. accordion: "Accordion",
  300. image: "Image",
  301. other: "Other",
  302. register: "Register",
  303. instantly: "instantly",
  304. immediately: "immediately",
  305. link: "Link",
  306. accept: "Accept",
  307. deny: "Deny",
  308. invalid_input: "Invalid input. Please check the errors.",
  309. copy_url: "Copy URL",
  310. page_url: "Page URL",
  311. saving_short: "Saving...",
  312. saved_short: "OK",
  313. looks_like_you_are_lost: "Looks like you are lost",
  314. the_page_you_are_looking_for_is_not_available: "The page you are looking for is not available",
  315. go_to_home: "Go to home",
  316. go_to_profile: "Go to profile",
  317. terms: "Terms of Service",
  318. privacy: "Privacy Policy",
  319. sales_terms: "Sales Terms",
  320. consent_banner: "We use cookies to improve your experience. By clicking Accept, you agree to our use of cookies.",
  321. about: "About us",
  322. profile: "Profile",
  323. donate: "Donate",
  324. my_account: "My account",
  325. dashboard: "Dashboard",
  326. home: "Home",
  327. changelog: "Changelog",
  328. stop_impersonation_button: "Stop impersonation",
  329. impersonating_user_label: "Impersonating user",
  330. re_hello: "Re Hello",
  331. back_to_login: "Back to login",
  332. sending: "Sending...",
  333. send_me_link: "Send me a link",
  334. extremely_dissatisfied: "Extremely dissatisfied",
  335. somewhat_dissatisfied: "Somewhat dissatisfied",
  336. neutral: "Neutral",
  337. satisfied: "Satisfied",
  338. support: "Support",
  339. },
  340. } as const;