en.ts 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  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. },
  164. stats: {
  165. "muscle_selected#zero": "0 muscle selected",
  166. "muscle_selected#one": "1 muscle selected",
  167. "muscle_selected#other": "{count} muscles selected",
  168. "equipment_selected#zero": "0 equipment selected",
  169. "equipment_selected#one": "1 equipment selected",
  170. "equipment_selected#other": "{count} equipments selected",
  171. selected: "Selected",
  172. total: "Total",
  173. equipment_ready: "equipment ready",
  174. equipment_ready_plural: "equipment ready",
  175. },
  176. selection: {
  177. choose_your_arsenal: "Choose Your Arsenal",
  178. select_equipment_description: "Select equipment to unlock personalized workouts",
  179. clear_all: "Clear all",
  180. muscle_selection_coming_soon: "Muscle Selection (Coming Soon)",
  181. muscle_selection_description: "Select the muscle(s) you want to train by clicking on them.",
  182. exercise_selection_coming_soon: "Exercise Selection (Coming Soon)",
  183. exercise_selection_description: "This step will show you personalized exercise recommendations.",
  184. },
  185. session: {
  186. congrats: "Congratulations, workout finished! 🎉",
  187. congrats_subtitle: "You've done it !",
  188. see_instructions: "See instructions",
  189. finish_set: "Finish Set",
  190. finish_session: "Finish Session",
  191. bodyweight: "Bodyweight",
  192. weight: "Weight",
  193. reps: "Reps",
  194. time: "Time",
  195. next_exercise: "Next Exercise",
  196. add_set: "Add set",
  197. add_column: "Add column",
  198. remove_column: "Remove column",
  199. set_number: "Set {number}",
  200. set_number_plural: "Sets {number}",
  201. set_number_singular: "Set {number}",
  202. set_number_plural_singular: "Sets {number}",
  203. workout_in_progress: "Workout in Progress",
  204. started_at: "Started at",
  205. quit_workout: "Quit Workout",
  206. elapsed_time: "Elapsed Time",
  207. chronometer: "Chronometer",
  208. exercise_progress: "Exercise Progress",
  209. current_exercise: "Current Exercise",
  210. complete: "Complete",
  211. active: "Active",
  212. no_exercise_selected: "No exercise selected",
  213. quit_workout_title: "Quit Workout?",
  214. progress: "Progress",
  215. quit_warning: "Are you sure you want to quit? You can save your progress or lose it completely.",
  216. save_and_quit: "Save & Quit",
  217. quit_without_save: "Quit Without Saving",
  218. continue_workout: "Continue Workout",
  219. history: "Workout History [{count}]",
  220. no_workout_yet: "No workout yet.",
  221. start: "start",
  222. end: "end",
  223. exercise: "EXERCISE",
  224. repeat: "Repeat",
  225. delete: "Delete",
  226. },
  227. },
  228. commons: {
  229. signup_with: "Sign up with {provider}",
  230. signin_with: "Sign in with {provider}",
  231. signup: "Sign up",
  232. login: "Login",
  233. connecting: "Connecting...",
  234. login_to_your_account_title: "Login to your account",
  235. login_to_your_account_subtitle: "Enter your credentials below to login",
  236. password_forgot: "Forgot password?",
  237. password_reset_success: "Password reset successfully",
  238. dont_have_account: "Don't have an account?",
  239. already_have_account: "Already have an account?",
  240. or: "Or",
  241. add: "Add",
  242. your_feminine: "your",
  243. password: "Password",
  244. email: "Email",
  245. logout: "Logout",
  246. first_name: "First name",
  247. last_name: "Last name",
  248. verify_password: "Verify password",
  249. submit: "Submit",
  250. upload: "Upload",
  251. cancel: "Cancel",
  252. save_changes: "Save changes",
  253. change: "Change",
  254. subject: "Subject",
  255. message: "Message",
  256. saving: "Saving...",
  257. edit: "Edit",
  258. more_options: "More options",
  259. open_link: "Open link",
  260. hide: "Hide",
  261. make_visible: "Make visible",
  262. delete: "Delete",
  263. share: "Share",
  264. title: "Title",
  265. subtitle: "Subtitle",
  266. content: "Content",
  267. save: "Save",
  268. button: "Button",
  269. card: "Card",
  270. go_back: "Go back",
  271. next: "Next",
  272. choose_image: "Choose image",
  273. soon: "Soon",
  274. coming_soon_with_emoji: "Coming soon 🤫",
  275. no_image: "No image",
  276. description: "Description",
  277. price: "Price",
  278. duration: "Duration",
  279. location: "Location",
  280. schedule: "Schedule",
  281. participants_info: "Participants info",
  282. description_placeholder: "Enter the description",
  283. title_placeholder: "Enter the title",
  284. changes_saved: "Changes saved",
  285. replace: "Replace",
  286. loading: "Loading...",
  287. image_deleted: "The image has been deleted",
  288. discover_workoutcool: "Discover Workout Cool",
  289. received_just_now: "Received just now",
  290. copied: "Copied",
  291. url_copied: "The URL has been copied",
  292. copy_failed: "Copy failed",
  293. accordion: "Accordion",
  294. image: "Image",
  295. other: "Other",
  296. register: "Register",
  297. instantly: "instantly",
  298. immediately: "immediately",
  299. link: "Link",
  300. accept: "Accept",
  301. deny: "Deny",
  302. invalid_input: "Invalid input. Please check the errors.",
  303. copy_url: "Copy URL",
  304. page_url: "Page URL",
  305. saving_short: "Saving...",
  306. saved_short: "OK",
  307. looks_like_you_are_lost: "Looks like you are lost",
  308. the_page_you_are_looking_for_is_not_available: "The page you are looking for is not available",
  309. go_to_home: "Go to home",
  310. go_to_profile: "Go to profile",
  311. terms: "Terms of Service",
  312. privacy: "Privacy Policy",
  313. sales_terms: "Sales Terms",
  314. consent_banner: "We use cookies to improve your experience. By clicking Accept, you agree to our use of cookies.",
  315. about: "About us",
  316. profile: "Profile",
  317. donate: "Donate",
  318. my_account: "My account",
  319. dashboard: "Dashboard",
  320. home: "Home",
  321. changelog: "Changelog",
  322. stop_impersonation_button: "Stop impersonation",
  323. impersonating_user_label: "Impersonating user",
  324. re_hello: "Re Hello",
  325. back_to_login: "Back to login",
  326. sending: "Sending...",
  327. send_me_link: "Send me a link",
  328. extremely_dissatisfied: "Extremely dissatisfied",
  329. somewhat_dissatisfied: "Somewhat dissatisfied",
  330. neutral: "Neutral",
  331. satisfied: "Satisfied",
  332. support: "Support",
  333. },
  334. } as const;