en.ts 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. export default {
  2. signin_error_subtitle: "Please check your credentials and try again.",
  3. register_title: "Create an account",
  4. register_description: "Enter your information below to create your account",
  5. register_terms: "By signing up, you agree to our",
  6. register_privacy: "Terms of Service",
  7. register_privacy_link: "and our",
  8. register_privacy_link_2: "Privacy Policy",
  9. error: {
  10. invalid_credentials: "Invalid credentials or account does not exist",
  11. },
  12. // Release Notes
  13. release_notes: {
  14. title: "What's New",
  15. release_notes: "Release Notes",
  16. notes: {
  17. note_2024_06_01: {
  18. title: "🎉 New: Release Notes Dialog",
  19. content: "You can now view what's new directly from the header! Stay tuned for more updates.",
  20. },
  21. note_2024_05_20: {
  22. title: "UI Improvements",
  23. content: "Improved mobile responsiveness and added subtle hover effects to buttons.",
  24. },
  25. },
  26. },
  27. // Contact Support
  28. contact_support: "Contact Support",
  29. contact_support_subtitle: "Describe your issue and we'll help you as soon as possible. You can also write to us directly at",
  30. // Social Platforms
  31. social_platforms: {
  32. x: "X (Twitter)",
  33. facebook: "Facebook",
  34. email: "Email",
  35. whatsapp: "WhatsApp",
  36. website: "Website",
  37. phone: "Phone",
  38. youtube: "YouTube",
  39. linkedin: "LinkedIn",
  40. snapchat: "Snapchat",
  41. instagram: "Instagram",
  42. tiktok: "TikTok",
  43. threads: "Threads",
  44. },
  45. // Workout Builder
  46. workout_builder: {
  47. steps: {
  48. equipment: {
  49. title: "Equipment",
  50. description: "Select your equipment",
  51. },
  52. muscles: {
  53. title: "Muscles",
  54. description: "Choose your training",
  55. },
  56. exercises: {
  57. title: "Exercises",
  58. description: "Customize your workout",
  59. },
  60. },
  61. muscles: {
  62. abdominals: "Abdominals",
  63. back: "Back",
  64. biceps: "Biceps",
  65. triceps: "Triceps",
  66. chest: "Chest",
  67. shoulders: "Shoulders",
  68. quadriceps: "Quadriceps",
  69. hamstrings: "Hamstrings",
  70. glutes: "Glutes",
  71. calves: "Calves",
  72. forearms: "Forearms",
  73. traps: "Traps",
  74. obliques: "Obliques",
  75. },
  76. exercise: {
  77. watch_video: "Watch video",
  78. shuffle: "Shuffle",
  79. pick: "Pick",
  80. remove: "Remove",
  81. },
  82. loading: {
  83. exercises: "Loading exercises...",
  84. },
  85. error: {
  86. loading_exercises: "Error loading exercises",
  87. },
  88. no_exercises_found: "No exercises found. Try to change your equipment or muscles selection.",
  89. equipment: {
  90. bodyweight: {
  91. label: "Bodyweight",
  92. description: "Exercises using only your body weight",
  93. },
  94. dumbbell: {
  95. label: "Dumbbell",
  96. description: "Free weight exercises with dumbbells",
  97. },
  98. barbell: {
  99. label: "Barbell",
  100. description: "Compound movements with a barbell",
  101. },
  102. kettlebell: {
  103. label: "Kettlebell",
  104. description: "Dynamic exercises with kettlebells",
  105. },
  106. band: {
  107. label: "Band",
  108. description: "Resistance band exercises",
  109. },
  110. plate: {
  111. label: "Plate",
  112. description: "Exercises using weight plates",
  113. },
  114. pullup_bar: {
  115. label: "Pull-up bar",
  116. description: "Upper body exercises with a pull-up bar",
  117. },
  118. bench: {
  119. label: "Bench",
  120. description: "Bench exercises and support",
  121. },
  122. },
  123. navigation: {
  124. previous: "Previous",
  125. continue: "Continue",
  126. complete: "Complete",
  127. complete_workout: "Complete Workout",
  128. },
  129. stats: {
  130. "muscle_selected#zero": "0 muscle selected",
  131. "muscle_selected#one": "1 muscle selected",
  132. "muscle_selected#other": "{count} muscles selected",
  133. "equipment_selected#zero": "0 equipment selected",
  134. "equipment_selected#one": "1 equipment selected",
  135. "equipment_selected#other": "{count} equipments selected",
  136. selected: "Selected",
  137. total: "Total",
  138. equipment_ready: "equipment ready",
  139. equipment_ready_plural: "equipment ready",
  140. },
  141. selection: {
  142. choose_your_arsenal: "Choose Your Arsenal",
  143. select_equipment_description: "Select equipment to unlock personalized workouts",
  144. clear_all: "Clear all",
  145. muscle_selection_coming_soon: "Muscle Selection (Coming Soon)",
  146. muscle_selection_description: "Select the muscle(s) you want to train by clicking on them.",
  147. exercise_selection_coming_soon: "Exercise Selection (Coming Soon)",
  148. exercise_selection_description: "This step will show you personalized exercise recommendations.",
  149. },
  150. },
  151. commons: {
  152. signup_with: "Sign up with {provider}",
  153. signin_with: "Sign in with {provider}",
  154. signup: "Sign up",
  155. login: "Login",
  156. connecting: "Connecting...",
  157. login_to_your_account_title: "Login to your account",
  158. login_to_your_account_subtitle: "Enter your credentials below to login",
  159. password_forgot: "Forgot password?",
  160. password_reset_success: "Password reset successfully",
  161. dont_have_account: "Don't have an account?",
  162. already_have_account: "Already have an account?",
  163. or: "Or",
  164. add: "Add",
  165. your_feminine: "your",
  166. password: "Password",
  167. email: "Email",
  168. logout: "Logout",
  169. first_name: "First name",
  170. last_name: "Last name",
  171. verify_password: "Verify password",
  172. submit: "Submit",
  173. upload: "Upload",
  174. cancel: "Cancel",
  175. save_changes: "Save changes",
  176. change: "Change",
  177. subject: "Subject",
  178. message: "Message",
  179. saving: "Saving...",
  180. edit: "Edit",
  181. more_options: "More options",
  182. open_link: "Open link",
  183. hide: "Hide",
  184. make_visible: "Make visible",
  185. delete: "Delete",
  186. share: "Share",
  187. title: "Title",
  188. subtitle: "Subtitle",
  189. content: "Content",
  190. save: "Save",
  191. button: "Button",
  192. card: "Card",
  193. go_back: "Go back",
  194. next: "Next",
  195. choose_image: "Choose image",
  196. soon: "Soon",
  197. coming_soon_with_emoji: "Coming soon 🤫",
  198. no_image: "No image",
  199. description: "Description",
  200. price: "Price",
  201. duration: "Duration",
  202. location: "Location",
  203. schedule: "Schedule",
  204. participants_info: "Participants info",
  205. description_placeholder: "Enter the description",
  206. title_placeholder: "Enter the title",
  207. changes_saved: "Changes saved",
  208. replace: "Replace",
  209. loading: "Loading...",
  210. image_deleted: "The image has been deleted",
  211. discover_workoutcool: "Discover Workout Cool",
  212. received_just_now: "Received just now",
  213. copied: "Copied",
  214. url_copied: "The URL has been copied",
  215. copy_failed: "Copy failed",
  216. accordion: "Accordion",
  217. image: "Image",
  218. other: "Other",
  219. register: "Register",
  220. instantly: "instantly",
  221. immediately: "immediately",
  222. link: "Link",
  223. accept: "Accept",
  224. deny: "Deny",
  225. invalid_input: "Invalid input. Please check the errors.",
  226. copy_url: "Copy URL",
  227. page_url: "Page URL",
  228. saving_short: "Saving...",
  229. saved_short: "OK",
  230. looks_like_you_are_lost: "Looks like you are lost",
  231. the_page_you_are_looking_for_is_not_available: "The page you are looking for is not available",
  232. go_to_home: "Go to home",
  233. terms: "Terms of Service",
  234. privacy: "Privacy Policy",
  235. sales_terms: "Sales Terms",
  236. consent_banner: "We use cookies to improve your experience. By clicking Accept, you agree to our use of cookies.",
  237. about: "About us",
  238. profile: "Profile",
  239. donate: "Donate",
  240. my_account: "My account",
  241. dashboard: "Dashboard",
  242. },
  243. } as const;