en.ts 11 KB

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