en.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. {
  2. "app": {
  3. "collapse_sidebar": "Collapse Sidebar",
  4. "continue_to_dashboard": "Continue to Dashboard",
  5. "expand_sidebar": "Expand Sidebar",
  6. "name": "HOPPSCOTCH",
  7. "no_name": "No name",
  8. "open_navigation": "Open Navigation",
  9. "read_documentation": "Read Documentation"
  10. },
  11. "configs": {
  12. "auth_providers": {
  13. "client_id": "CLIENT ID",
  14. "client_secret": "CLIENT SECRET",
  15. "description": "Configure authentication providers for your server",
  16. "title": "Authentication Providers",
  17. "update_failure": "Failed to update authentication provider configurations!!"
  18. },
  19. "confirm_changes": "Hoppscotch server must restart to reflect the new changes. Confirm changes made to the server configurations?",
  20. "input_empty": "Please fill all the fields before updating the configurations",
  21. "data_sharing": {
  22. "title": "Data Sharing",
  23. "description": "Help improve Hoppscotch by sharing anonymous data",
  24. "enable": "Enable Data Sharing",
  25. "secondary_title": "Data Sharing Configurations",
  26. "see_shared": "See what is shared",
  27. "toggle_description": "Share anonymous data",
  28. "update_failure": "Failed to update data sharing configurations!!"
  29. },
  30. "load_error": "Unable to load server configurations",
  31. "mail_configs": {
  32. "description": " Configure the smtp configurations",
  33. "enable": "Email based authentication",
  34. "smtp_url": "MAILER SMTP URL",
  35. "address_from": "MAILER FROM ADDRESS",
  36. "title": "SMTP Configurations",
  37. "update_failure": "Failed to update smtp configurations!!"
  38. },
  39. "reset": {
  40. "confirm_reset": "Hoppscotch server must restart to reflect the new changes. Confirm the reset of server configurations?",
  41. "description": "Default configurations will be loaded as specified in the environment file",
  42. "failure": "Failed to reset configurations!!",
  43. "title": "Reset Configurations",
  44. "info": "Reset server configurations"
  45. },
  46. "restart": {
  47. "description": "{duration} seconds remaining before this page reloads automatically",
  48. "initiate": "Initiating server restart...",
  49. "title": "Server is restarting"
  50. },
  51. "save_changes": "Save Changes",
  52. "title": "Configurations"
  53. },
  54. "data_sharing": {
  55. "description": "Share anonymous data usage to improve Hoppscotch",
  56. "enable": "Enable Data Sharing",
  57. "see_shared": "See what is shared",
  58. "toggle_description": "Share data and make Hoppscotch better",
  59. "title": "Make Hoppscotch Better",
  60. "welcome": "Welcome to"
  61. },
  62. "metrics": {
  63. "dashboard": "Dashboard",
  64. "no_metrics": "No metrics found",
  65. "total_collections": "Total Collections",
  66. "total_requests": "Total Requests",
  67. "total_teams": "Total Workspaces",
  68. "total_users": "Total Users"
  69. },
  70. "newsletter": {
  71. "description": "Get updates about our latest news",
  72. "subscribe": "Subscribe",
  73. "title": "Stay in Touch",
  74. "toggle_description": "Get updates about the latest at Hoppscotch",
  75. "unsubscribe": "Unsubscribe"
  76. },
  77. "settings": {
  78. "settings": "Settings"
  79. },
  80. "shared_requests": {
  81. "action": "Action",
  82. "clear_filter": "Clear Filter",
  83. "confirm_request_deletion": "Confirm deletion of the selected shared request?",
  84. "copy": "Copy",
  85. "created_on": "Created On",
  86. "delete": "Delete",
  87. "email": "Email",
  88. "filter": "Filter",
  89. "filter_by_email": "Filter by email",
  90. "id": "ID",
  91. "load_list_error": "Unable to load shared requests list",
  92. "no_requests": "No shared requests found",
  93. "open_request": "Open Request",
  94. "properties": "Properties",
  95. "request": "Request",
  96. "show_more": "Show more",
  97. "title": "Shared Requests",
  98. "url": "URL"
  99. },
  100. "state": {
  101. "add_user_failure": "Failed to add user to the workspace!!",
  102. "add_user_success": "User is now a member of the workspace!!",
  103. "admin_failure": "Failed to make user an admin!!",
  104. "admin_success": "User is now an admin!!",
  105. "and": "and",
  106. "configure_auth": "Check out the documentation to configure auth providers.",
  107. "confirm_logout": "Confirm Logout",
  108. "continue_email": "Continue with Email",
  109. "continue_github": "Continue with Github",
  110. "continue_google": "Continue with Google",
  111. "continue_microsoft": "Continue with Microsoft",
  112. "copied_to_clipboard": "Copied to clipboard",
  113. "create_team_failure": "Failed to create workspace!!",
  114. "create_team_success": "Workspace created successfully!!",
  115. "data_sharing_failure": "Failed to update data sharing settings",
  116. "delete_request_failure": "Shared Request deletion failed!!",
  117. "delete_request_success": "Shared Request deleted successfully!!",
  118. "delete_team_failure": "Workspace deletion failed!!",
  119. "delete_team_success": "Workspace deleted successfully!!",
  120. "delete_user_failure": "User deletion failed!!",
  121. "delete_user_success": "User deleted successfully!!",
  122. "email": "Email",
  123. "email_failure": "Failed to send invitation",
  124. "email_signin_failure": "Failed to login with Email",
  125. "email_success": "Email invitation sent successfully",
  126. "enter_team_email": "Please enter email of workspace owner!!",
  127. "error": "Something went wrong",
  128. "error_auth_providers": "Unable to load auth providers",
  129. "github_signin_failure": "Failed to login with Github",
  130. "google_signin_failure": "Failed to login with Google",
  131. "invalid_email": "Please enter a valid email address",
  132. "logged_out": "Logged out",
  133. "login_as_admin": "and login with an admin account.",
  134. "logout": "Logout",
  135. "magic_link_sign_in": "Click on the link to sign in.",
  136. "magic_link_success": "We sent a magic link to",
  137. "microsoft_signin_failure": "Failed to login with Microsoft",
  138. "newsletter_failure": "Unable to update newsletter settings",
  139. "non_admin_logged_in": "Logged in as non admin user.",
  140. "non_admin_login": "You are logged in. But you're not an admin",
  141. "owner_not_present": "Atleast one owner should be present in the team!!",
  142. "privacy_policy": "Privacy Policy",
  143. "reenter_email": "Re-enter email",
  144. "remove_admin_failure": "Failed to remove admin status!!",
  145. "remove_admin_success": "Admin status removed!!",
  146. "remove_admin_to_delete_user": "Remove admin privilege to delete the user!!",
  147. "remove_invitee_failure": "Removal of invitee failed!!",
  148. "remove_invitee_success": "Removal of invitee is successfull!!",
  149. "remove_member_failure": "Member couldn't be removed!!",
  150. "remove_member_success": "Member removed successfully!!",
  151. "rename_team_failure": "Failed to rename workspace!!",
  152. "rename_team_success": "Workspace renamed successfully!",
  153. "require_auth_provider": "You need to set atleast one authentication provider to log in.",
  154. "role_update_failed": "Roles updation has failed!!",
  155. "role_update_success": "Roles updated successfully!!",
  156. "self_host_docs": "Self Host Documentation",
  157. "send_magic_link": "Send magic link",
  158. "setup_failure": "Setup has failed!!",
  159. "setup_success": "Setup completed successfully!!",
  160. "sign_in_agreement": "By signing in, you are agreeing to our",
  161. "sign_in_options": "All sign in option",
  162. "sign_out": "Sign out",
  163. "team_name_too_short": "Workspace name should be atleast 6 characters long!!",
  164. "user_not_found": "User not found in the infra!!"
  165. },
  166. "teams": {
  167. "add_member": "Add Member",
  168. "add_members": "Add Members",
  169. "add_new": "Add New",
  170. "admin": "Admin",
  171. "admin_Email": "Admin Email",
  172. "admin_id": "Admin ID",
  173. "cancel": "Cancel",
  174. "confirm_team_deletion": "Confirm deletion of the workspace?",
  175. "create_team": "Create Workspace",
  176. "date": "Date",
  177. "delete_team": "Delete Workspace",
  178. "details": "Details",
  179. "edit": "Edit",
  180. "editor": "EDITOR",
  181. "editor_description": "Editors can add, edit, and delete requests and collections.",
  182. "email": "Workspace owner email",
  183. "email_address": "Email Address",
  184. "email_title": "Email",
  185. "empty_name": "Team name cannot be empty!!",
  186. "error": "Something went wrong. Please try again later.",
  187. "id": "Workspace ID",
  188. "invited_email": "Invitee Email",
  189. "invited_on": "Invited On",
  190. "invites": "Invites",
  191. "load_info_error": "Unable to load Workspace info",
  192. "load_list_error": "Unable to Load Workspace List",
  193. "members": "Number of members",
  194. "no_invite": "No invites",
  195. "owner": "OWNER",
  196. "owner_description": " Owners can add, edit, and delete requests, collections and workspace members.",
  197. "permissions": "Permissions",
  198. "name": "Workspace Name",
  199. "no_members": "No members in this workspace. Add members to this workspace to collaborate",
  200. "no_pending_invites": "No pending invites",
  201. "no_teams": "No workspaces found",
  202. "pending_invites": "Pending invites",
  203. "roles": "Roles",
  204. "roles_description": "Roles are used to control access to the shared collections.",
  205. "remove": "Remove",
  206. "rename": "Rename",
  207. "save": "Save",
  208. "save_changes": "Save Changes",
  209. "send_invite": "Send Invite",
  210. "show_more": "Show more",
  211. "team_details": "Workspace details",
  212. "team_members": "Members",
  213. "team_members_tab": "Workspace members",
  214. "teams": "Workspace",
  215. "uid": "UID",
  216. "unnamed": "(Unnamed Workspace)",
  217. "viewer": "VIEWER",
  218. "viewer_description": "Viewers can only view and use requests",
  219. "valid_name": "Please enter a valid workspace name",
  220. "valid_owner_email": "Please enter a valid owner email"
  221. },
  222. "users": {
  223. "admin": "Admin",
  224. "admin_email": "Admin Email",
  225. "admin_id": "Admin ID",
  226. "confirm_admin_to_user": "Do you want to remove admin status from this user?",
  227. "confirm_user_deletion": "Confirm user deletion?",
  228. "confirm_user_to_admin": "Do you want to make this user into an admin?",
  229. "created_on": "Created On",
  230. "date": "Date",
  231. "delete": "Delete",
  232. "delete_user": "Delete User",
  233. "details": "Details",
  234. "email": "Email",
  235. "email_address": "Email Address",
  236. "id": "User ID",
  237. "invalid_user": "Invalid User",
  238. "invite_load_list_error": "Unable to Load Invited Users List",
  239. "invite_user": "Invite User",
  240. "invited_on": "Invited On",
  241. "invited_users": "Invited Users",
  242. "invitee_email": "Invitee Email",
  243. "load_info_error": "Unable to load user info",
  244. "load_list_error": "Unable to Load Users List",
  245. "make_admin": "Make admin",
  246. "name": "Name",
  247. "no_invite": "No invited users found",
  248. "no_shared_requests": "No shared requests created by the user",
  249. "no_users": "No users found",
  250. "not_found": "User not found",
  251. "remove_admin_privilege": "Remove Admin Privilege",
  252. "remove_admin_status": "Remove Admin Status",
  253. "send_invite": "Send Invite",
  254. "show_more": "Show more",
  255. "uid": "UID",
  256. "unnamed": "(Unnamed User)",
  257. "user_not_found": "User not found in the infra!!",
  258. "users": "Users",
  259. "valid_email": "Please enter a valid email address"
  260. }
  261. }