en.ts 13 KB

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