en.ts 13 KB

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