en.json 7.0 KB

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