en.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. {
  2. "action": {
  3. "cancel": "Cancel",
  4. "confirm": "Confirm",
  5. "close": "Close",
  6. "delete": "Delete",
  7. "edit": "Edit",
  8. "label": "Label",
  9. "save": "Save"
  10. },
  11. "app": {
  12. "collapse_sidebar": "Collapse Sidebar",
  13. "continue_to_dashboard": "Continue to Dashboard",
  14. "expand_sidebar": "Expand Sidebar",
  15. "name": "HOPPSCOTCH",
  16. "no_name": "No name",
  17. "open_navigation": "Open Navigation",
  18. "read_documentation": "Read Documentation"
  19. },
  20. "configs": {
  21. "auth_providers": {
  22. "callback_url": "CALLBACK URL",
  23. "client_id": "CLIENT ID",
  24. "client_secret": "CLIENT SECRET",
  25. "description": "Configure authentication providers for your server",
  26. "provider_not_specified": "Please enable at least one authentication provider",
  27. "scope": "SCOPE",
  28. "tenant": "TENANT",
  29. "title": "Authentication Providers",
  30. "update_failure": "Failed to update authentication provider configurations!!"
  31. },
  32. "confirm_changes": "Hoppscotch server must restart to reflect the new changes. Confirm changes made to the server configurations?",
  33. "input_empty": "Please fill all the fields before updating the configurations",
  34. "data_sharing": {
  35. "title": "Data Sharing",
  36. "description": "Help improve Hoppscotch by sharing anonymous data",
  37. "enable": "Enable Data Sharing",
  38. "secondary_title": "Data Sharing Configurations",
  39. "see_shared": "See what is shared",
  40. "toggle_description": "Share anonymous data",
  41. "update_failure": "Failed to update data sharing configurations!!"
  42. },
  43. "load_error": "Unable to load server configurations",
  44. "mail_configs": {
  45. "address_from": "MAILER FROM ADDRESS",
  46. "custom_smtp_configs": "Use Custom SMTP Configurations",
  47. "description": " Configure the smtp configurations",
  48. "enable_email_auth": "Enable Email based authentication",
  49. "enable_smtp": "Enable SMTP",
  50. "host": "MAILER HOST",
  51. "password": "MAILER PASSWORD",
  52. "port": "MAILER PORT",
  53. "secure": "MAILER SECURE",
  54. "smtp_url": "MAILER SMTP URL",
  55. "tls_reject_unauthorized": "TLS REJECT UNAUTHORIZED",
  56. "title": "SMTP Configurations",
  57. "toggle_failure": "Failed to toggle smtp!!",
  58. "update_failure": "Failed to update smtp configurations!!",
  59. "user": "MAILER USER"
  60. },
  61. "history_configs": {
  62. "description": "Disable or enable tracking history of sent requests from the Hoppscotch app",
  63. "title": "History Configurations",
  64. "enable_history": "Enable History",
  65. "clear_history": "Clear existing history",
  66. "clear_failure": "Failed to clear history!!",
  67. "clear_success": "History cleared successfully.",
  68. "toggle_failure": "Failed to toggle history!!",
  69. "clear_confirm": "Are you sure you want to clear all history?"
  70. },
  71. "reset": {
  72. "confirm_reset": "Hoppscotch server must restart to reflect the new changes. Confirm the reset of server configurations?",
  73. "description": "Default configurations will be loaded as specified in the environment file",
  74. "failure": "Failed to reset configurations!!",
  75. "title": "Reset Configurations",
  76. "info": "Reset server configurations"
  77. },
  78. "restart": {
  79. "description": "{duration} seconds remaining before this page reloads automatically",
  80. "initiate": "Initiating server restart...",
  81. "title": "Server is restarting"
  82. },
  83. "save_changes": "Save Changes",
  84. "title": "Configurations",
  85. "update_failure": "Failed to update server configurations"
  86. },
  87. "data_sharing": {
  88. "description": "Share anonymous data usage to improve Hoppscotch",
  89. "enable": "Enable Data Sharing",
  90. "see_shared": "See what is shared",
  91. "toggle_description": "Share data and make Hoppscotch better",
  92. "title": "Make Hoppscotch Better",
  93. "welcome": "Welcome to"
  94. },
  95. "infra_tokens": {
  96. "copy_token_warning": "Make sure to copy your infra token now. You won't be able to see it again!",
  97. "deletion_success": "The infra token {label} has been deleted",
  98. "empty": "Infra tokens are empty",
  99. "expired": "Expired",
  100. "expiration_label": "Expiration",
  101. "expires_on": "Expires on",
  102. "generate_modal_title": "New Infra Token",
  103. "generate_new_token": "Generate new token",
  104. "generate_token": "Generate Token",
  105. "invalid_label": "Please provide a label for the token",
  106. "last_used_on": "Last used on",
  107. "no_expiration": "No expiration",
  108. "no_expiration_verbose": "This token will never expire!",
  109. "section_description": "Manage your Hoppscotch users through APIs with Infra tokens.",
  110. "section_title": "Infra Tokens",
  111. "tab_title": "Infra Tokens",
  112. "token_expires_on": "This token will expire on",
  113. "token_purpose": "Enter a label to identify this token"
  114. },
  115. "metrics": {
  116. "dashboard": "Dashboard",
  117. "no_metrics": "No metrics found",
  118. "total_collections": "Total Collections",
  119. "total_requests": "Total Requests",
  120. "total_teams": "Total Workspaces",
  121. "total_users": "Total Users"
  122. },
  123. "newsletter": {
  124. "description": "Get updates about our latest news",
  125. "subscribe": "Subscribe",
  126. "title": "Stay in Touch",
  127. "toggle_description": "Get updates about the latest at Hoppscotch",
  128. "unsubscribe": "Unsubscribe"
  129. },
  130. "settings": {
  131. "settings": "Settings"
  132. },
  133. "shared_requests": {
  134. "action": "Action",
  135. "clear_filter": "Clear Filter",
  136. "confirm_request_deletion": "Confirm deletion of the selected shared request?",
  137. "copy": "Copy",
  138. "created_on": "Created On",
  139. "delete": "Delete",
  140. "email": "Email",
  141. "filter": "Filter",
  142. "filter_by_email": "Filter by email",
  143. "id": "ID",
  144. "load_list_error": "Unable to load shared requests list",
  145. "no_requests": "No shared requests found",
  146. "open_request": "Open Request",
  147. "properties": "Properties",
  148. "request": "Request",
  149. "show_more": "Show more",
  150. "title": "Shared Requests",
  151. "url": "URL"
  152. },
  153. "state": {
  154. "add_user_failure": "Failed to add user to the workspace!!",
  155. "add_user_success": "User is now a member of the workspace!!",
  156. "admin_failure": "Failed to make user an admin!!",
  157. "admin_success": "User is now an admin!!",
  158. "and": "and",
  159. "clear_selection": "Clear Selection",
  160. "configure_auth": "Check out the documentation to configure auth providers.",
  161. "confirm_admin_to_user": "Do you want to remove admin status from this user?",
  162. "confirm_admins_to_users": "Do you want to remove admin status from selected users?",
  163. "confirm_delete_infra_token": "Are you sure you want to delete the infra token {tokenLabel}?",
  164. "confirm_delete_invite": "Do you want to revoke the selected invite?",
  165. "confirm_delete_invites": "Do you want to revoke selected invites?",
  166. "confirm_user_deletion": "Confirm user deletion?",
  167. "confirm_users_deletion": "Do you want to delete selected users?",
  168. "confirm_user_to_admin": "Do you want to make this user into an admin?",
  169. "confirm_users_to_admin": "Do you want to make selected users into admins?",
  170. "confirm_logout": "Confirm Logout",
  171. "created_on": "Created On",
  172. "continue_email": "Continue with Email",
  173. "continue_github": "Continue with Github",
  174. "continue_google": "Continue with Google",
  175. "continue_microsoft": "Continue with Microsoft",
  176. "copied_to_clipboard": "Copied to clipboard",
  177. "create_team_failure": "Failed to create workspace!!",
  178. "create_team_success": "Workspace created successfully!!",
  179. "data_sharing_failure": "Failed to update data sharing settings",
  180. "delete_infra_token_failure": "Something went wrong while deleting the infra token",
  181. "delete_invite_failure": "Failed to delete invite!!",
  182. "delete_invites_failure": "Failed to delete selected invites!!",
  183. "delete_invite_success": "Invite deleted successfully!!",
  184. "delete_invites_success": "Selected invites deleted successfully!!",
  185. "delete_request_failure": "Shared Request deletion failed!!",
  186. "delete_request_success": "Shared Request deleted successfully!!",
  187. "delete_team_failure": "Workspace deletion failed!!",
  188. "delete_team_success": "Workspace deleted successfully!!",
  189. "delete_some_users_failure": "Number of Users Not Deleted: {count}",
  190. "delete_some_users_success": "Number of Users Deleted: {count}",
  191. "delete_user_failed_only_one_admin": "Failed to delete user. There should be atleast one admin!!",
  192. "delete_user_failure": "User deletion failed!!",
  193. "delete_users_failure": "Failed to delete selected users!!",
  194. "delete_user_success": "User deleted successfully!!",
  195. "delete_users_success": "Selected users deleted successfully!!",
  196. "email": "Email",
  197. "email_failure": "Failed to send invitation",
  198. "email_signin_failure": "Failed to login with Email",
  199. "email_success": "Email invitation sent successfully",
  200. "emails_cannot_be_same": "You cannot invite yourself, please choose a different email address!!",
  201. "enter_team_email": "Please enter email of workspace owner!!",
  202. "error": "Something went wrong",
  203. "error_auth_providers": "Unable to load auth providers",
  204. "generate_infra_token_failure": "Something went wrong while generating the infra token",
  205. "github_signin_failure": "Failed to login with Github",
  206. "google_signin_failure": "Failed to login with Google",
  207. "infra_token_label_short": "Infra Token Label character length is too short!!",
  208. "invalid_email": "Please enter a valid email address",
  209. "link_copied_to_clipboard": "Link copied to clipboard",
  210. "logged_out": "Logged out",
  211. "login_as_admin": "and login with an admin account.",
  212. "login_using_email": "Please ask the user to check their email or share the link below",
  213. "login_using_link": "Please ask the user to login using the link below",
  214. "logout": "Logout",
  215. "magic_link_sign_in": "Click on the link to sign in.",
  216. "magic_link_success": "We sent a magic link to",
  217. "microsoft_signin_failure": "Failed to login with Microsoft",
  218. "newsletter_failure": "Unable to update newsletter settings",
  219. "non_admin_logged_in": "Logged in as non admin user.",
  220. "non_admin_login": "You are logged in. But you're not an admin",
  221. "owner_not_present": "Atleast one owner should be present in the team!!",
  222. "privacy_policy": "Privacy Policy",
  223. "reenter_email": "Re-enter email",
  224. "remove_admin_failure": "Failed to remove admin status!!",
  225. "remove_admin_failure_only_one_admin": "Failed to remove admin status. There should be at least one admin!!",
  226. "remove_admin_success": "Admin status removed!!",
  227. "remove_admin_from_users_failure": "Failed to remove admin status from selected users!!",
  228. "remove_admin_from_users_success": "Admin status removed from selected users!!",
  229. "remove_admin_to_delete_user": "Remove admin privilege to delete the user!!",
  230. "remove_owner_to_delete_user": "Remove team ownership status to delete the user!!",
  231. "remove_owner_failure_only_one_owner": "Failed to remove member. There should be atleast one owner in a team!!",
  232. "remove_admin_for_deletion": "Remove admin status before attempting deletion!!",
  233. "remove_owner_for_deletion": "One or more users are team owners. Update ownership before deletion!!",
  234. "remove_invitee_failure": "Removal of invitee failed!!",
  235. "remove_invitee_success": "Removal of invitee is successfull!!",
  236. "remove_member_failure": "Member couldn't be removed!!",
  237. "remove_member_success": "Member removed successfully!!",
  238. "rename_team_failure": "Failed to rename workspace!!",
  239. "rename_team_success": "Workspace renamed successfully!",
  240. "rename_user_failure": "Failed to rename user!!",
  241. "rename_user_success": "User renamed successfully!!",
  242. "require_auth_provider": "You need to set atleast one authentication provider to log in.",
  243. "role_update_failed": "Roles updation has failed!!",
  244. "role_update_success": "Roles updated successfully!!",
  245. "selected": "{count} selected",
  246. "self_host_docs": "Self Host Documentation",
  247. "send_magic_link": "Send magic link",
  248. "setup_failure": "Setup has failed!!",
  249. "setup_success": "Setup completed successfully!!",
  250. "sign_in_agreement": "By signing in, you are agreeing to our",
  251. "sign_in_options": "All sign in option",
  252. "sign_out": "Sign out",
  253. "something_went_wrong": "Something went wrong",
  254. "team_name_too_short": "Workspace name should be atleast 6 characters long!!",
  255. "user_already_invited": "Failed to send invite. User is already invited!!",
  256. "user_not_found": "User not found in the infra!!",
  257. "users_to_admin_success": "Selected users are elevated to admin status!!",
  258. "users_to_admin_failure": "Failed to elevate selected users to admin status!!"
  259. },
  260. "support": {
  261. "description": "Get help from the Hoppscotch community",
  262. "documentation": "Documentation",
  263. "more_info": "More Info"
  264. },
  265. "teams": {
  266. "add_member": "Add Member",
  267. "add_members": "Add Members",
  268. "add_new": "Add New",
  269. "admin": "Admin",
  270. "admin_Email": "Admin Email",
  271. "admin_id": "Admin ID",
  272. "cancel": "Cancel",
  273. "confirm_team_deletion": "Confirm deletion of the workspace?",
  274. "copy": "Copy",
  275. "create_team": "Create Workspace",
  276. "date": "Date",
  277. "delete_team": "Delete Workspace",
  278. "details": "Details",
  279. "edit": "Edit",
  280. "editor": "EDITOR",
  281. "editor_description": "Editors can add, edit, and delete requests and collections.",
  282. "email": "Workspace owner email",
  283. "email_address": "Email Address",
  284. "email_title": "Email",
  285. "empty_name": "Team name cannot be empty!!",
  286. "error": "Something went wrong. Please try again later.",
  287. "id": "Workspace ID",
  288. "invited_email": "Invitee Email",
  289. "invited_on": "Invited On",
  290. "invites": "Invites",
  291. "load_info_error": "Unable to load Workspace info",
  292. "load_list_error": "Unable to Load Workspace List",
  293. "members": "Number of members",
  294. "no_invite": "No invites",
  295. "owner": "OWNER",
  296. "owner_description": " Owners can add, edit, and delete requests, collections and workspace members.",
  297. "permissions": "Permissions",
  298. "name": "Workspace Name",
  299. "no_members": "No members in this workspace. Add members to this workspace to collaborate",
  300. "no_pending_invites": "No pending invites",
  301. "no_teams": "No workspaces found..",
  302. "pending_invites": "Pending invites",
  303. "roles": "Roles",
  304. "roles_description": "Roles are used to control access to the shared collections.",
  305. "remove": "Remove",
  306. "rename": "Rename",
  307. "save": "Save",
  308. "save_changes": "Save Changes",
  309. "send_invite": "Send Invite",
  310. "show_more": "Show more",
  311. "team_details": "Workspace details",
  312. "team_members": "Members",
  313. "team_members_tab": "Workspace members",
  314. "teams": "Workspace",
  315. "uid": "UID",
  316. "unnamed": "(Unnamed Workspace)",
  317. "viewer": "VIEWER",
  318. "viewer_description": "Viewers can only view and use requests",
  319. "valid_name": "Please enter a valid workspace name",
  320. "valid_owner_email": "Please enter a valid owner email"
  321. },
  322. "users": {
  323. "add_user": "Add User",
  324. "admin": "Admin",
  325. "admin_id": "Admin ID",
  326. "cancel": "Cancel",
  327. "created_on": "Created On",
  328. "copy_invite_link": "Copy Invite Link",
  329. "copy_link": "Copy Link",
  330. "date": "Date",
  331. "delete": "Delete",
  332. "delete_user": "Delete User",
  333. "delete_users": "Delete Users",
  334. "details": "Details",
  335. "edit": "Edit",
  336. "email": "Email",
  337. "email_address": "Email Address",
  338. "empty_name": "Name cannot be empty!!",
  339. "id": "User ID",
  340. "invalid_user": "Invalid User",
  341. "invite_load_list_error": "Unable to Load Invited Users List",
  342. "invite_user": "Invite User",
  343. "invite_users_description": "Invite your team members to join Hoppscotch.",
  344. "invited_by": "Invited By",
  345. "invited_on": "Invited On",
  346. "invited_users": "Invited Users",
  347. "invitee_email": "Invitee Email",
  348. "last_active_on": "Last Active",
  349. "load_info_error": "Unable to load user info",
  350. "load_list_error": "Unable to Load Users List",
  351. "make_admin": "Make Admin",
  352. "name": "Name",
  353. "new_user_added": "New User Added",
  354. "no_invite": "No pending invites found",
  355. "no_shared_requests": "No shared requests created by the user",
  356. "no_users": "No users found",
  357. "not_available": "Not Available",
  358. "not_found": "User not found",
  359. "pending_invites": "Pending Invites",
  360. "pending_invites_description": "Manage and track pending user invitations with clear status and actions.",
  361. "remove_admin_privilege": "Remove Admin Privilege",
  362. "remove_admin_status": "Remove Admin Status",
  363. "rename": "Rename",
  364. "revoke_invitation": "Revoke Invitation",
  365. "searchbar_placeholder": "Search by name or email..",
  366. "send_invite": "Send Invite",
  367. "show_more": "Show more",
  368. "uid": "UID",
  369. "unnamed": "(Unnamed User)",
  370. "user_not_found": "User not found in the infra!!",
  371. "users": "Users",
  372. "valid_email": "Please enter a valid email address"
  373. }
  374. }