en.ts 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  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: "Privacy Policy",
  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_2025_06_18: {
  59. title: "🚀 Featured #1 on Hacker News!",
  60. content:
  61. "Workout.cool reached the top spot on Hacker News! Thanks to everyone for the amazing support and welcome to all the new users! 💪",
  62. },
  63. note_2025_06_01: {
  64. title: "🎉 New: Release Notes Dialog",
  65. content: "You can now view what's new directly from the header! Stay tuned for more updates.",
  66. },
  67. note_2025_05_20: {
  68. title: "UI Improvements",
  69. content: "Improved mobile responsiveness and added subtle hover effects to buttons.",
  70. },
  71. },
  72. },
  73. // Contact Support
  74. contact_support: "Contact Support",
  75. contact_support_subtitle: "Describe your issue and we'll help you as soon as possible. You can also write to us directly at",
  76. // Social Platforms
  77. social_platforms: {
  78. x: "X (Twitter)",
  79. facebook: "Facebook",
  80. email: "Email",
  81. whatsapp: "WhatsApp",
  82. website: "Website",
  83. phone: "Phone",
  84. youtube: "YouTube",
  85. linkedin: "LinkedIn",
  86. snapchat: "Snapchat",
  87. instagram: "Instagram",
  88. tiktok: "TikTok",
  89. threads: "Threads",
  90. },
  91. // Workout Builder
  92. workout_builder: {
  93. confirm_delete: "Are you sure you want to delete this workout session?",
  94. steps: {
  95. equipment: {
  96. title: "Equipment",
  97. description: "Select your equipment",
  98. },
  99. muscles: {
  100. title: "Muscles",
  101. description: "Choose your training",
  102. },
  103. exercises: {
  104. title: "Exercises",
  105. description: "Customize your workout",
  106. },
  107. },
  108. muscles: {
  109. back: "Back",
  110. abdominals: "Abdominals",
  111. biceps: "Biceps",
  112. triceps: "Triceps",
  113. chest: "Chest",
  114. shoulders: "Shoulders",
  115. quadriceps: "Quadriceps",
  116. hamstrings: "Hamstrings",
  117. glutes: "Glutes",
  118. calves: "Calves",
  119. forearms: "Forearms",
  120. traps: "Traps",
  121. obliques: "Obliques",
  122. },
  123. exercise: {
  124. watch_video: "Watch video",
  125. shuffle: "Shuffle",
  126. pick: "Pick",
  127. remove: "Remove",
  128. no_video_available: "No video available.",
  129. },
  130. loading: {
  131. exercises: "Loading exercises...",
  132. },
  133. error: {
  134. loading_exercises: "Error loading exercises",
  135. },
  136. no_exercises_found: "No exercises found. Try to change your equipment or muscles selection.",
  137. equipment: {
  138. bodyweight: {
  139. label: "Bodyweight",
  140. description: "Exercises using only your body weight",
  141. },
  142. dumbbell: {
  143. label: "Dumbbell",
  144. description: "Free weight exercises with dumbbells",
  145. },
  146. barbell: {
  147. label: "Barbell",
  148. description: "Compound movements with a barbell",
  149. },
  150. kettlebell: {
  151. label: "Kettlebell",
  152. description: "Dynamic exercises with kettlebells",
  153. },
  154. band: {
  155. label: "Band",
  156. description: "Resistance band exercises",
  157. },
  158. plate: {
  159. label: "Plate",
  160. description: "Exercises using weight plates",
  161. },
  162. pullup_bar: {
  163. label: "Pull-up bar",
  164. description: "Upper body exercises with a pull-up bar",
  165. },
  166. bench: {
  167. label: "Bench",
  168. description: "Bench exercises and support",
  169. },
  170. },
  171. navigation: {
  172. previous: "Previous",
  173. continue: "Continue",
  174. complete: "Complete",
  175. },
  176. stats: {
  177. "muscle_selected#zero": "0 muscle selected",
  178. "muscle_selected#one": "1 muscle selected",
  179. "muscle_selected#other": "{count} muscles selected",
  180. "equipment_selected#zero": "0 equipment selected",
  181. "equipment_selected#one": "1 equipment selected",
  182. "equipment_selected#other": "{count} equipments selected",
  183. selected: "Selected",
  184. total: "Total",
  185. equipment_ready: "equipment ready",
  186. equipment_ready_plural: "equipment ready",
  187. },
  188. selection: {
  189. choose_your_arsenal: "Choose Your Arsenal",
  190. select_equipment_description: "Select equipment to unlock personalized workouts",
  191. clear_all: "Clear all",
  192. muscle_selection_coming_soon: "Muscle Selection (Coming Soon)",
  193. muscle_selection_description: "Select the muscle(s) you want to train by clicking on them.",
  194. exercise_selection_coming_soon: "Exercise Selection (Coming Soon)",
  195. exercise_selection_description: "This step will show you personalized exercise recommendations.",
  196. },
  197. session: {
  198. back_to_workout: "Back to workout",
  199. congrats: "Congratulations, workout finished! 🎉",
  200. congrats_subtitle: "You've done it !",
  201. see_instructions: "See instructions",
  202. finish_set: "Finish Set",
  203. finish_session: "Finish Session",
  204. bodyweight: "Bodyweight",
  205. weight: "Weight",
  206. reps: "Reps",
  207. time: "Time",
  208. next_exercise: "Next Exercise",
  209. add_set: "Add set",
  210. add_column: "Add column",
  211. add_row: "Add row",
  212. remove_column: "Remove column",
  213. set_number: "Set {number}",
  214. set_number_plural: "Sets {number}",
  215. set_number_singular: "Set {number}",
  216. set_number_plural_singular: "Sets {number}",
  217. workout_in_progress: "Workout in Progress",
  218. started_at: "Started at",
  219. quit_workout: "Quit Workout",
  220. elapsed_time: "Elapsed Time",
  221. chronometer: "Chronometer",
  222. exercise_progress: "Exercise Progress",
  223. total_volume: "Total Volume",
  224. current_exercise: "Current Exercise",
  225. complete: "Complete",
  226. active: "Active",
  227. already_have_a_active_session: "You already have an active session. Impossible to repeat without finishing or quitting the workout.",
  228. no_exercise_selected: "No exercise selected",
  229. quit_workout_title: "Quit Workout?",
  230. progress: "Progress",
  231. quit_warning: "Are you sure you want to quit? You can save your progress or lose it completely.",
  232. save_and_quit: "Save & Quit",
  233. quit_without_save: "Quit Without Saving",
  234. continue_workout: "Continue Workout",
  235. history: "Workout History [{count}]",
  236. no_workout_yet: "No workout yet.",
  237. start: "start",
  238. end: "end",
  239. exercise: "EXERCISE",
  240. repeat: "Repeat",
  241. delete: "Delete",
  242. },
  243. attribute_value: {
  244. bodyweight: "Bodyweight",
  245. strength: "Strength",
  246. powerlifting: "Powerlifting",
  247. calisthenic: "Calisthenics",
  248. plyometrics: "Plyometrics",
  249. stretching: "Stretching",
  250. strongman: "Strongman",
  251. cardio: "Cardio",
  252. stabilization: "Stabilization",
  253. power: "Power",
  254. resistance: "Resistance",
  255. crossfit: "CrossFit",
  256. weightlifting: "Weightlifting",
  257. neck: "Neck",
  258. lats: "Lats",
  259. adductors: "Adductors",
  260. abductors: "Abductors",
  261. groin: "Groin",
  262. full_body: "Full body",
  263. rotator_cuff: "Rotator cuff",
  264. hip_flexor: "Hip flexor",
  265. achilles_tendon: "Achilles tendon",
  266. fingers: "Fingers",
  267. smith_machine: "Smith machine",
  268. other: "Other",
  269. ez_bar: "EZ bar",
  270. machine: "Machine",
  271. desk: "Desk",
  272. none: "None",
  273. cable: "Cable",
  274. medicine_ball: "Medicine ball",
  275. swiss_ball: "Swiss ball",
  276. foam_roll: "Foam roll",
  277. trx: "TRX",
  278. box: "Box",
  279. ropes: "Ropes",
  280. spin_bike: "Spin bike",
  281. step: "Step",
  282. bosu: "BOSU",
  283. tyre: "Tyre",
  284. sandbag: "Sandbag",
  285. pole: "Pole",
  286. wall: "Wall",
  287. bar: "Bar",
  288. rack: "Rack",
  289. car: "Car",
  290. sled: "Sled",
  291. chain: "Chain",
  292. skierg: "SkiErg",
  293. rope: "Rope",
  294. na: "N/A",
  295. isolation: "Isolation",
  296. compound: "Compound",
  297. },
  298. },
  299. commons: {
  300. signup_with: "Sign up with {provider}",
  301. signin_with: "Sign in with {provider}",
  302. signup: "Sign up",
  303. login: "Login",
  304. connecting: "Connecting...",
  305. login_to_your_account_title: "Login to your account",
  306. login_to_your_account_subtitle: "Enter your credentials below to login",
  307. password_forgot: "Forgot password?",
  308. password_reset_success: "Password reset successfully",
  309. dont_have_account: "Don't have an account?",
  310. already_have_account: "Already have an account?",
  311. or: "Or",
  312. add: "Add",
  313. your_feminine: "your",
  314. password: "Password",
  315. email: "Email",
  316. logout: "Logout",
  317. first_name: "First name",
  318. last_name: "Last name",
  319. verify_password: "Verify password",
  320. submit: "Submit",
  321. upload: "Upload",
  322. cancel: "Cancel",
  323. save_changes: "Save changes",
  324. change: "Change",
  325. subject: "Subject",
  326. message: "Message",
  327. saving: "Saving...",
  328. edit: "Edit",
  329. more_options: "More options",
  330. open_link: "Open link",
  331. hide: "Hide",
  332. make_visible: "Make visible",
  333. delete: "Delete",
  334. share: "Share",
  335. title: "Title",
  336. subtitle: "Subtitle",
  337. content: "Content",
  338. save: "Save",
  339. button: "Button",
  340. card: "Card",
  341. go_back: "Go back",
  342. next: "Next",
  343. choose_image: "Choose image",
  344. soon: "Soon",
  345. coming_soon_with_emoji: "Coming soon 🤫",
  346. no_image: "No image",
  347. description: "Description",
  348. price: "Price",
  349. duration: "Duration",
  350. location: "Location",
  351. schedule: "Schedule",
  352. participants_info: "Participants info",
  353. description_placeholder: "Enter the description",
  354. title_placeholder: "Enter the title",
  355. changes_saved: "Changes saved",
  356. replace: "Replace",
  357. loading: "Loading...",
  358. image_deleted: "The image has been deleted",
  359. discover_workoutcool: "Discover Workout Cool",
  360. received_just_now: "Received just now",
  361. copied: "Copied",
  362. url_copied: "The URL has been copied",
  363. copy_failed: "Copy failed",
  364. accordion: "Accordion",
  365. image: "Image",
  366. other: "Other",
  367. register: "Register",
  368. instantly: "instantly",
  369. immediately: "immediately",
  370. link: "Link",
  371. accept: "Accept",
  372. deny: "Deny",
  373. invalid_input: "Invalid input. Please check the errors.",
  374. copy_url: "Copy URL",
  375. page_url: "Page URL",
  376. saving_short: "Saving...",
  377. saved_short: "OK",
  378. looks_like_you_are_lost: "Looks like you are lost",
  379. the_page_you_are_looking_for_is_not_available: "The page you are looking for is not available",
  380. go_to_home: "Go to home",
  381. go_to_profile: "Go to profile",
  382. terms: "Terms of Service",
  383. privacy: "Privacy Policy",
  384. sales_terms: "Sales Terms",
  385. consent_banner: "We use cookies to improve your experience. By clicking Accept, you agree to our use of cookies.",
  386. about: "About us",
  387. profile: "Profile",
  388. donate: "Donate",
  389. my_account: "My account",
  390. dashboard: "Dashboard",
  391. home: "Home",
  392. changelog: "Changelog",
  393. stop_impersonation_button: "Stop impersonation",
  394. impersonating_user_label: "Impersonating user",
  395. re_hello: "Re Hello",
  396. back_to_login: "Back to login",
  397. sending: "Sending...",
  398. send_me_link: "Send me a link",
  399. extremely_dissatisfied: "Extremely dissatisfied",
  400. somewhat_dissatisfied: "Somewhat dissatisfied",
  401. neutral: "Neutral",
  402. satisfied: "Satisfied",
  403. support: "Support",
  404. change_language: "Change language",
  405. in_progress: "In progress",
  406. },
  407. } as const;