en.json 8.6 KB

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