2023-06-16 04:17:00 +00:00
{
2024-07-29 12:20:06 +00:00
"action" : {
"cancel" : "Cancel" ,
"confirm" : "Confirm" ,
"close" : "Close" ,
"delete" : "Delete" ,
"edit" : "Edit" ,
"label" : "Label" ,
"save" : "Save"
} ,
2023-06-16 04:17:00 +00:00
"app" : {
2025-07-28 14:58:35 +00:00
"back" : "Back" ,
2023-06-16 04:17:00 +00:00
"collapse_sidebar" : "Collapse Sidebar" ,
2024-03-06 14:36:48 +00:00
"continue_to_dashboard" : "Continue to Dashboard" ,
2023-06-16 04:17:00 +00:00
"expand_sidebar" : "Expand Sidebar" ,
"name" : "HOPPSCOTCH" ,
"no_name" : "No name" ,
2024-03-06 14:36:48 +00:00
"open_navigation" : "Open Navigation" ,
"read_documentation" : "Read Documentation"
2023-06-16 04:17:00 +00:00
} ,
2025-04-24 14:54:32 +00:00
"auth" : {
"email_auth" : "Email Authentication" ,
"email_auth_description" : "Enable or disable email-based authentication for your users." ,
"email_auth_enabled" : "Email authentication is enabled and ready to use." ,
"email_auth_smtp_note" : "To use email-based authentication, you need to enable and configure SMTP in the SMTP tab first." ,
"enable_email_auth" : "Enable Email Authentication" ,
"smtp_required" : "SMTP must be enabled and configured to use email based authentication."
} ,
2023-12-13 17:04:59 +00:00
"configs" : {
"auth_providers" : {
2025-04-24 14:54:32 +00:00
"auth_provider_config" : "Authentication Configurations" ,
"auth_provider_description" : "Set up authentication methods for your Hoppscotch instance using OAuth or Email." ,
2024-03-08 09:48:53 +00:00
"callback_url" : "CALLBACK URL" ,
2023-12-13 17:04:59 +00:00
"client_id" : "CLIENT ID" ,
"client_secret" : "CLIENT SECRET" ,
"description" : "Configure authentication providers for your server" ,
2025-04-24 14:54:32 +00:00
"email" : "Email" ,
"github_enterprise" : "Enable Github Enterprise" ,
"oauth" : "OAuth" ,
"oauth_providers" : "OAuth Providers" ,
2024-06-03 11:47:46 +00:00
"provider_not_specified" : "Please enable at least one authentication provider" ,
2024-03-08 09:48:53 +00:00
"scope" : "SCOPE" ,
2025-04-24 14:54:32 +00:00
"sso" : "SSO" ,
2024-03-08 09:48:53 +00:00
"tenant" : "TENANT" ,
2025-04-24 14:54:32 +00:00
"title" : "OAuth Providers" ,
2025-07-28 11:16:30 +00:00
"token" : {
"description" : "Configure token for your server" ,
"title" : "Token" ,
"jwt_secret" : " JWT Secret" ,
"token_salt_complexity" : "Token Salt Complexity" ,
"magic_link_token_validity" : "Magic Link Token Validity (in hour)" ,
"refresh_token_validity" : "Refresh Token Validity (in milliseconds)" ,
"access_token_validity" : "Access Token Validity (in milliseconds)" ,
"session_secret" : "Session Secret" ,
2025-10-28 08:15:08 +00:00
"session_cookie_name" : "Session Cookie Name (optional)" ,
"session_cookie_name_help" : "Only letters, numbers, underscore, and hyphen. Leave empty to use default 'connect.sid'." ,
"session_cookie_name_invalid" : "Invalid cookie name. Only letters, numbers, underscore, and hyphen allowed." ,
2025-07-28 11:16:30 +00:00
"update_failure" : "Failed to update token configurations!!"
} ,
2023-12-13 17:04:59 +00:00
"update_failure" : "Failed to update authentication provider configurations!!"
} ,
"confirm_changes" : "Hoppscotch server must restart to reflect the new changes. Confirm changes made to the server configurations?" ,
2025-07-28 11:16:30 +00:00
"invalid_number" : "Please enter a valid number for the field" ,
2024-02-02 09:47:25 +00:00
"input_empty" : "Please fill all the fields before updating the configurations" ,
2025-02-19 14:41:20 +00:00
"input_validation_error" : "Some fields have invalid values. Please correct them before updating the configurations" ,
2024-03-06 14:36:48 +00:00
"data_sharing" : {
"title" : "Data Sharing" ,
"description" : "Help improve Hoppscotch by sharing anonymous data" ,
"enable" : "Enable Data Sharing" ,
"secondary_title" : "Data Sharing Configurations" ,
"see_shared" : "See what is shared" ,
"toggle_description" : "Share anonymous data" ,
"update_failure" : "Failed to update data sharing configurations!!"
} ,
2023-12-13 17:04:59 +00:00
"load_error" : "Unable to load server configurations" ,
"mail_configs" : {
2024-06-27 19:15:50 +00:00
"address_from" : "MAILER FROM ADDRESS" ,
"custom_smtp_configs" : "Use Custom SMTP Configurations" ,
2023-12-13 17:04:59 +00:00
"description" : " Configure the smtp configurations" ,
2024-06-27 19:15:50 +00:00
"enable_email_auth" : "Enable Email based authentication" ,
"enable_smtp" : "Enable SMTP" ,
"host" : "MAILER HOST" ,
2025-02-19 14:41:20 +00:00
"input_validation" : "SMTP URL should start with smtp(s)://" ,
2024-06-27 19:15:50 +00:00
"password" : "MAILER PASSWORD" ,
"port" : "MAILER PORT" ,
"secure" : "MAILER SECURE" ,
2023-12-13 17:04:59 +00:00
"smtp_url" : "MAILER SMTP URL" ,
2024-06-27 19:15:50 +00:00
"tls_reject_unauthorized" : "TLS REJECT UNAUTHORIZED" ,
2023-12-13 17:04:59 +00:00
"title" : "SMTP Configurations" ,
2024-06-27 19:15:50 +00:00
"toggle_failure" : "Failed to toggle smtp!!" ,
"update_failure" : "Failed to update smtp configurations!!" ,
"user" : "MAILER USER"
2023-12-13 17:04:59 +00:00
} ,
2024-12-16 10:52:59 +00:00
"history_configs" : {
"description" : "Disable or enable tracking history of sent requests from the Hoppscotch app" ,
"title" : "History Configurations" ,
"enable_history" : "Enable History" ,
"clear_history" : "Clear existing history" ,
"clear_failure" : "Failed to clear history!!" ,
"clear_success" : "History cleared successfully." ,
"toggle_failure" : "Failed to toggle history!!" ,
"clear_confirm" : "Are you sure you want to clear all history?"
} ,
2025-07-28 11:16:30 +00:00
"rate_limit" : {
"description" : "Configure rate limiting for your Hoppscotch instance" ,
"rate_limit_max" : "Maximum Requests" ,
2025-10-27 17:33:22 +00:00
"rate_limit_ttl" : "Time to Leave (in milliseconds)" ,
2025-07-28 11:16:30 +00:00
"title" : "Rate Limit Configurations" ,
"update_failure" : "Failed to update rate limit configurations!!" ,
"input_validation_error" : "Please enter valid values for rate limit configurations"
} ,
2023-12-13 17:04:59 +00:00
"reset" : {
"confirm_reset" : "Hoppscotch server must restart to reflect the new changes. Confirm the reset of server configurations?" ,
"description" : "Default configurations will be loaded as specified in the environment file" ,
"failure" : "Failed to reset configurations!!" ,
"title" : "Reset Configurations" ,
"info" : "Reset server configurations"
} ,
"restart" : {
"description" : "{duration} seconds remaining before this page reloads automatically" ,
"initiate" : "Initiating server restart..." ,
"title" : "Server is restarting"
} ,
"save_changes" : "Save Changes" ,
2025-04-24 14:54:32 +00:00
"tabs" : {
"auth" : "Authentication" ,
"activity" : "Activity" ,
"infra_tokens" : "Infra Tokens" ,
2025-07-28 11:16:30 +00:00
"rate_limit" : "Rate Limit" ,
2025-04-24 14:54:32 +00:00
"smtp" : "SMTP" ,
"miscellaneous" : "Miscellaneous" ,
"reset" : "Reset Configurations"
} ,
2024-05-06 16:20:31 +00:00
"title" : "Configurations" ,
2025-10-27 17:33:22 +00:00
"mock_server" : {
"title" : "Mock Server" ,
"description" : "Configure mock server settings used to host example responses." ,
"wildcard_domain" : "Wildcard Domain" ,
2025-10-29 10:55:02 +00:00
"wildcard_domain_description" : "This field requires a full wildcard domain format. The input must start with an asterisk (*) followed by a dot (.) and then the domain name." ,
2026-03-25 10:46:38 +00:00
"wildcard_domain_example" : "Example: *.mock.domain.com" ,
"subpath_content_type_notice_prefix" : "If you are not using a wildcard domain for the mock server (i.e., using a subpath instead), responses with the following content types are automatically served as" ,
"subpath_content_type_text_plain" : "text/plain" ,
"subpath_content_type_notice_suffix" : "to help prevent XSS attacks:"
2025-10-27 17:33:22 +00:00
} ,
2024-05-06 16:20:31 +00:00
"update_failure" : "Failed to update server configurations"
2023-12-13 17:04:59 +00:00
} ,
2024-03-06 14:36:48 +00:00
"data_sharing" : {
"description" : "Share anonymous data usage to improve Hoppscotch" ,
"enable" : "Enable Data Sharing" ,
"see_shared" : "See what is shared" ,
"toggle_description" : "Share data and make Hoppscotch better" ,
"title" : "Make Hoppscotch Better" ,
"welcome" : "Welcome to"
} ,
2024-07-29 12:20:06 +00:00
"infra_tokens" : {
"copy_token_warning" : "Make sure to copy your infra token now. You won't be able to see it again!" ,
"deletion_success" : "The infra token {label} has been deleted" ,
"empty" : "Infra tokens are empty" ,
"expired" : "Expired" ,
"expiration_label" : "Expiration" ,
"expires_on" : "Expires on" ,
"generate_modal_title" : "New Infra Token" ,
"generate_new_token" : "Generate new token" ,
"generate_token" : "Generate Token" ,
"invalid_label" : "Please provide a label for the token" ,
"last_used_on" : "Last used on" ,
"no_expiration" : "No expiration" ,
"no_expiration_verbose" : "This token will never expire!" ,
2024-11-22 16:52:34 +00:00
"section_description" : "Manage your Hoppscotch users through APIs with Infra tokens." ,
2024-07-29 12:20:06 +00:00
"section_title" : "Infra Tokens" ,
"tab_title" : "Infra Tokens" ,
"token_expires_on" : "This token will expire on" ,
"token_purpose" : "Enter a label to identify this token"
} ,
2023-06-16 04:17:00 +00:00
"metrics" : {
"dashboard" : "Dashboard" ,
"no_metrics" : "No metrics found" ,
"total_collections" : "Total Collections" ,
"total_requests" : "Total Requests" ,
2024-02-08 16:47:42 +00:00
"total_teams" : "Total Workspaces" ,
2023-06-16 04:17:00 +00:00
"total_users" : "Total Users"
} ,
2024-03-06 14:36:48 +00:00
"newsletter" : {
"description" : "Get updates about our latest news" ,
"subscribe" : "Subscribe" ,
"title" : "Stay in Touch" ,
"toggle_description" : "Get updates about the latest at Hoppscotch" ,
"unsubscribe" : "Unsubscribe"
} ,
2025-07-28 14:58:35 +00:00
"onboarding" : {
"add_atleast_one_auth_provider" : "Please add at least one authentication provider to continue." ,
2025-07-29 15:29:39 +00:00
"add_configurations" : "Add Configurations" ,
"add_configurations_description" : "Please add the configurations for the selected authentication methods." ,
2025-07-28 14:58:35 +00:00
"add_oauth_config" : "Add Auth Configurations" ,
"auth_setup" : "Authentication Setup" ,
"auth_successfully_configured" : "authentication has been successfully configured." ,
"complete" : "Complete" ,
"complete_description" : "You have completed the onboarding process. You can now start using Hoppscotch." ,
"complete_title" : "Onboarding Complete" ,
"configurations" : "Configurations" ,
"configurations_added_successfully" : "Onboarding Configurations added successfully." ,
"configurations_adding_failed" : "Failed to add onboarding configs, please try again." ,
"configurations_description" : "Configure your Hoppscotch instance settings." ,
"configuration_error" : "Failed to add configurations" ,
"configurations_title" : "Server Configurations" ,
"configuration_summary" : "Configuration Summary" ,
"oauth" : {
"description" : "Set up OAuth providers like Google, GitHub, Microsoft, etc." ,
"description_accordian" : "Select the OAuth providers you want to enable and provide the necessary configurations." ,
"title" : "OAuth"
} ,
"onboarding_incomplete" : {
"description" : "You have not completed the onboarding process. Please set up at least one authentication provider to continue." ,
"title" : "Onboarding Incomplete"
} ,
"onboarding_fail_help" : "If you are facing issues with the onboarding process, please contact support or check" ,
"please_fill_configurations" : "Please fill the required field {fieldName}" ,
"save_auth_config" : "Save Auth Config" ,
"setup_complete" : {
"title" : "Setup Complete" ,
"description" : "You have successfully completed the onboarding process for your Hoppscotch instance." ,
"description_sub" : "The page will automatically redirect to the dashboard in a few seconds or you can reload once the server is restarted."
} ,
"server_restarting" : "Server is restarting in {time} seconds..." ,
"smtp" : {
"description" : "Set up SMTP for email authentication." ,
"description_accordian" : "Configure the SMTP settings for sending emails." ,
"title" : "SMTP"
} ,
"smtp_advanced_config_enable" : "Enable to configure your own SMTP credentials" ,
2025-07-29 15:29:39 +00:00
"select_auth_methods" : "Please select authentications" ,
"select_auth_provider" : "You can select one or more authentication providers to continue." ,
2025-07-28 14:58:35 +00:00
"select_atleast_one" : "Please select at least one authentication provider to continue." ,
"start_onboarding" : "Start Onboarding" ,
"welcome" : "Welcome" ,
"welcome_screen_description" : "Welcome to Hoppscotch! Let's get started with the setup." ,
"welcome_screen_sub_description" : "Please set up either SMTP or OAuth for authentication."
} ,
2023-12-13 17:04:59 +00:00
"settings" : {
"settings" : "Settings"
} ,
2023-12-05 18:51:28 +00:00
"shared_requests" : {
2024-02-02 09:47:25 +00:00
"action" : "Action" ,
2023-12-05 18:51:28 +00:00
"clear_filter" : "Clear Filter" ,
"confirm_request_deletion" : "Confirm deletion of the selected shared request?" ,
"copy" : "Copy" ,
"created_on" : "Created On" ,
"delete" : "Delete" ,
"email" : "Email" ,
"filter" : "Filter" ,
"filter_by_email" : "Filter by email" ,
"id" : "ID" ,
"load_list_error" : "Unable to load shared requests list" ,
"no_requests" : "No shared requests found" ,
"open_request" : "Open Request" ,
"properties" : "Properties" ,
"request" : "Request" ,
"show_more" : "Show more" ,
"title" : "Shared Requests" ,
"url" : "URL"
} ,
2023-06-16 04:17:00 +00:00
"state" : {
2024-02-08 16:47:42 +00:00
"add_user_failure" : "Failed to add user to the workspace!!" ,
"add_user_success" : "User is now a member of the workspace!!" ,
2023-06-16 04:17:00 +00:00
"admin_failure" : "Failed to make user an admin!!" ,
"admin_success" : "User is now an admin!!" ,
2023-09-18 05:56:31 +00:00
"and" : "and" ,
2024-03-13 09:15:13 +00:00
"clear_selection" : "Clear Selection" ,
2023-09-18 05:56:31 +00:00
"configure_auth" : "Check out the documentation to configure auth providers." ,
2024-03-13 09:15:13 +00:00
"confirm_admin_to_user" : "Do you want to remove admin status from this user?" ,
"confirm_admins_to_users" : "Do you want to remove admin status from selected users?" ,
2024-07-29 12:20:06 +00:00
"confirm_delete_infra_token" : "Are you sure you want to delete the infra token {tokenLabel}?" ,
2024-03-13 09:15:13 +00:00
"confirm_delete_invite" : "Do you want to revoke the selected invite?" ,
"confirm_delete_invites" : "Do you want to revoke selected invites?" ,
"confirm_user_deletion" : "Confirm user deletion?" ,
"confirm_users_deletion" : "Do you want to delete selected users?" ,
"confirm_user_to_admin" : "Do you want to make this user into an admin?" ,
"confirm_users_to_admin" : "Do you want to make selected users into admins?" ,
2023-06-16 04:17:00 +00:00
"confirm_logout" : "Confirm Logout" ,
2024-03-13 09:15:13 +00:00
"created_on" : "Created On" ,
2023-09-18 05:56:31 +00:00
"continue_email" : "Continue with Email" ,
"continue_github" : "Continue with Github" ,
"continue_google" : "Continue with Google" ,
"continue_microsoft" : "Continue with Microsoft" ,
2023-12-05 18:51:28 +00:00
"copied_to_clipboard" : "Copied to clipboard" ,
2024-02-08 16:47:42 +00:00
"create_team_failure" : "Failed to create workspace!!" ,
"create_team_success" : "Workspace created successfully!!" ,
2024-03-06 14:36:48 +00:00
"data_sharing_failure" : "Failed to update data sharing settings" ,
2024-07-29 12:20:06 +00:00
"delete_infra_token_failure" : "Something went wrong while deleting the infra token" ,
2024-03-13 09:15:13 +00:00
"delete_invite_failure" : "Failed to delete invite!!" ,
"delete_invites_failure" : "Failed to delete selected invites!!" ,
"delete_invite_success" : "Invite deleted successfully!!" ,
"delete_invites_success" : "Selected invites deleted successfully!!" ,
2023-12-05 18:51:28 +00:00
"delete_request_failure" : "Shared Request deletion failed!!" ,
"delete_request_success" : "Shared Request deleted successfully!!" ,
2024-02-08 16:47:42 +00:00
"delete_team_failure" : "Workspace deletion failed!!" ,
"delete_team_success" : "Workspace deleted successfully!!" ,
2024-03-13 09:15:13 +00:00
"delete_some_users_failure" : "Number of Users Not Deleted: {count}" ,
"delete_some_users_success" : "Number of Users Deleted: {count}" ,
"delete_user_failed_only_one_admin" : "Failed to delete user. There should be atleast one admin!!" ,
2023-06-16 04:17:00 +00:00
"delete_user_failure" : "User deletion failed!!" ,
2024-03-13 09:15:13 +00:00
"delete_users_failure" : "Failed to delete selected users!!" ,
2023-06-16 04:17:00 +00:00
"delete_user_success" : "User deleted successfully!!" ,
2024-03-13 09:15:13 +00:00
"delete_users_success" : "Selected users deleted successfully!!" ,
2023-09-18 05:56:31 +00:00
"email" : "Email" ,
2023-06-16 04:17:00 +00:00
"email_failure" : "Failed to send invitation" ,
2023-10-16 12:44:02 +00:00
"email_signin_failure" : "Failed to login with Email" ,
2023-06-16 04:17:00 +00:00
"email_success" : "Email invitation sent successfully" ,
2024-06-03 11:47:46 +00:00
"emails_cannot_be_same" : "You cannot invite yourself, please choose a different email address!!" ,
2024-02-08 16:47:42 +00:00
"enter_team_email" : "Please enter email of workspace owner!!" ,
2023-06-16 04:17:00 +00:00
"error" : "Something went wrong" ,
2023-12-13 17:04:59 +00:00
"error_auth_providers" : "Unable to load auth providers" ,
2024-07-29 12:20:06 +00:00
"generate_infra_token_failure" : "Something went wrong while generating the infra token" ,
2023-06-16 04:17:00 +00:00
"github_signin_failure" : "Failed to login with Github" ,
"google_signin_failure" : "Failed to login with Google" ,
2024-07-29 12:20:06 +00:00
"infra_token_label_short" : "Infra Token Label character length is too short!!" ,
2023-06-16 04:17:00 +00:00
"invalid_email" : "Please enter a valid email address" ,
2024-06-28 13:15:40 +00:00
"link_copied_to_clipboard" : "Link copied to clipboard" ,
2023-06-16 04:17:00 +00:00
"logged_out" : "Logged out" ,
2023-09-18 05:56:31 +00:00
"login_as_admin" : "and login with an admin account." ,
2024-07-26 14:44:41 +00:00
"login_using_email" : "Please ask the user to check their email or share the link below" ,
"login_using_link" : "Please ask the user to login using the link below" ,
2023-06-16 04:17:00 +00:00
"logout" : "Logout" ,
2023-09-18 05:56:31 +00:00
"magic_link_sign_in" : "Click on the link to sign in." ,
2023-08-17 16:23:34 +00:00
"magic_link_success" : "We sent a magic link to" ,
2023-10-16 12:44:02 +00:00
"microsoft_signin_failure" : "Failed to login with Microsoft" ,
2024-03-06 14:36:48 +00:00
"newsletter_failure" : "Unable to update newsletter settings" ,
2023-08-17 16:23:34 +00:00
"non_admin_logged_in" : "Logged in as non admin user." ,
2023-09-18 05:56:31 +00:00
"non_admin_login" : "You are logged in. But you're not an admin" ,
2024-02-02 09:47:25 +00:00
"owner_not_present" : "Atleast one owner should be present in the team!!" ,
2023-08-17 16:23:34 +00:00
"privacy_policy" : "Privacy Policy" ,
2023-09-18 05:56:31 +00:00
"reenter_email" : "Re-enter email" ,
2023-06-16 04:17:00 +00:00
"remove_admin_failure" : "Failed to remove admin status!!" ,
2024-03-28 14:47:24 +00:00
"remove_admin_failure_only_one_admin" : "Failed to remove admin status. There should be at least one admin!!" ,
2023-06-16 04:17:00 +00:00
"remove_admin_success" : "Admin status removed!!" ,
2024-03-13 09:15:13 +00:00
"remove_admin_from_users_failure" : "Failed to remove admin status from selected users!!" ,
"remove_admin_from_users_success" : "Admin status removed from selected users!!" ,
2023-06-16 04:17:00 +00:00
"remove_admin_to_delete_user" : "Remove admin privilege to delete the user!!" ,
2024-03-28 14:47:24 +00:00
"remove_owner_to_delete_user" : "Remove team ownership status to delete the user!!" ,
2024-06-03 11:47:46 +00:00
"remove_owner_failure_only_one_owner" : "Failed to remove member. There should be atleast one owner in a team!!" ,
2024-03-13 09:15:13 +00:00
"remove_admin_for_deletion" : "Remove admin status before attempting deletion!!" ,
2024-03-28 14:47:24 +00:00
"remove_owner_for_deletion" : "One or more users are team owners. Update ownership before deletion!!" ,
2023-06-16 04:17:00 +00:00
"remove_invitee_failure" : "Removal of invitee failed!!" ,
2025-03-12 08:23:08 +00:00
"remove_invitee_success" : "Removal of invitee is successful!!" ,
2023-06-16 04:17:00 +00:00
"remove_member_failure" : "Member couldn't be removed!!" ,
"remove_member_success" : "Member removed successfully!!" ,
2024-02-08 16:47:42 +00:00
"rename_team_failure" : "Failed to rename workspace!!" ,
"rename_team_success" : "Workspace renamed successfully!" ,
2024-03-13 09:15:13 +00:00
"rename_user_failure" : "Failed to rename user!!" ,
"rename_user_success" : "User renamed successfully!!" ,
2023-08-17 16:23:34 +00:00
"require_auth_provider" : "You need to set atleast one authentication provider to log in." ,
2023-06-16 04:17:00 +00:00
"role_update_failed" : "Roles updation has failed!!" ,
"role_update_success" : "Roles updated successfully!!" ,
2024-03-13 09:15:13 +00:00
"selected" : "{count} selected" ,
2023-09-18 05:56:31 +00:00
"self_host_docs" : "Self Host Documentation" ,
2023-08-17 16:23:34 +00:00
"send_magic_link" : "Send magic link" ,
2024-03-06 14:36:48 +00:00
"setup_failure" : "Setup has failed!!" ,
"setup_success" : "Setup completed successfully!!" ,
2023-08-17 16:23:34 +00:00
"sign_in_agreement" : "By signing in, you are agreeing to our" ,
"sign_in_options" : "All sign in option" ,
2023-12-14 07:06:05 +00:00
"sign_out" : "Sign out" ,
2024-07-29 12:20:06 +00:00
"something_went_wrong" : "Something went wrong" ,
2024-03-06 14:36:48 +00:00
"team_name_too_short" : "Workspace name should be atleast 6 characters long!!" ,
2024-03-13 09:15:13 +00:00
"user_already_invited" : "Failed to send invite. User is already invited!!" ,
"user_not_found" : "User not found in the infra!!" ,
"users_to_admin_success" : "Selected users are elevated to admin status!!" ,
"users_to_admin_failure" : "Failed to elevate selected users to admin status!!"
2023-06-16 04:17:00 +00:00
} ,
2024-11-22 16:52:34 +00:00
"support" : {
"description" : "Get help from the Hoppscotch community" ,
"documentation" : "Documentation" ,
"more_info" : "More Info"
} ,
2023-06-16 04:17:00 +00:00
"teams" : {
2024-02-02 09:47:25 +00:00
"add_member" : "Add Member" ,
2023-06-16 04:17:00 +00:00
"add_members" : "Add Members" ,
2024-02-02 09:47:25 +00:00
"add_new" : "Add New" ,
2023-06-16 04:17:00 +00:00
"admin" : "Admin" ,
"admin_Email" : "Admin Email" ,
"admin_id" : "Admin ID" ,
"cancel" : "Cancel" ,
2024-02-08 16:47:42 +00:00
"confirm_team_deletion" : "Confirm deletion of the workspace?" ,
2024-06-27 19:15:50 +00:00
"copy" : "Copy" ,
2024-02-08 16:47:42 +00:00
"create_team" : "Create Workspace" ,
2023-06-16 04:17:00 +00:00
"date" : "Date" ,
2024-02-08 16:47:42 +00:00
"delete_team" : "Delete Workspace" ,
2023-06-16 04:17:00 +00:00
"details" : "Details" ,
"edit" : "Edit" ,
2024-02-02 09:47:25 +00:00
"editor" : "EDITOR" ,
"editor_description" : "Editors can add, edit, and delete requests and collections." ,
2024-02-08 16:47:42 +00:00
"email" : "Workspace owner email" ,
2023-06-16 04:17:00 +00:00
"email_address" : "Email Address" ,
2024-02-02 09:47:25 +00:00
"email_title" : "Email" ,
"empty_name" : "Team name cannot be empty!!" ,
2023-06-16 04:17:00 +00:00
"error" : "Something went wrong. Please try again later." ,
2024-02-08 16:47:42 +00:00
"id" : "Workspace ID" ,
2023-06-16 04:17:00 +00:00
"invited_email" : "Invitee Email" ,
"invited_on" : "Invited On" ,
"invites" : "Invites" ,
2024-02-08 16:47:42 +00:00
"load_info_error" : "Unable to load Workspace info" ,
"load_list_error" : "Unable to Load Workspace List" ,
2023-06-16 04:17:00 +00:00
"members" : "Number of members" ,
2024-02-02 09:47:25 +00:00
"no_invite" : "No invites" ,
"owner" : "OWNER" ,
2024-02-08 16:47:42 +00:00
"owner_description" : " Owners can add, edit, and delete requests, collections and workspace members." ,
2024-02-02 09:47:25 +00:00
"permissions" : "Permissions" ,
2024-02-08 16:47:42 +00:00
"name" : "Workspace Name" ,
"no_members" : "No members in this workspace. Add members to this workspace to collaborate" ,
"no_pending_invites" : "No pending invites" ,
2026-02-20 08:43:14 +00:00
"no_search_results" : "No workspaces found matching your search" ,
2024-03-13 09:15:13 +00:00
"no_teams" : "No workspaces found.." ,
2023-06-16 04:17:00 +00:00
"pending_invites" : "Pending invites" ,
2024-02-02 09:47:25 +00:00
"roles" : "Roles" ,
"roles_description" : "Roles are used to control access to the shared collections." ,
2023-06-16 04:17:00 +00:00
"remove" : "Remove" ,
"rename" : "Rename" ,
"save" : "Save" ,
2024-02-02 09:47:25 +00:00
"save_changes" : "Save Changes" ,
2026-02-20 08:43:14 +00:00
"search_placeholder" : "Search by workspace name or ID.." ,
2023-06-16 04:17:00 +00:00
"send_invite" : "Send Invite" ,
"show_more" : "Show more" ,
2024-02-08 16:47:42 +00:00
"team_details" : "Workspace details" ,
2023-06-16 04:17:00 +00:00
"team_members" : "Members" ,
2024-02-08 16:47:42 +00:00
"team_members_tab" : "Workspace members" ,
"teams" : "Workspace" ,
2023-06-16 04:17:00 +00:00
"uid" : "UID" ,
2024-02-08 16:47:42 +00:00
"unnamed" : "(Unnamed Workspace)" ,
2024-02-02 09:47:25 +00:00
"viewer" : "VIEWER" ,
2024-02-08 16:47:42 +00:00
"viewer_description" : "Viewers can only view and use requests" ,
"valid_name" : "Please enter a valid workspace name" ,
"valid_owner_email" : "Please enter a valid owner email"
2023-06-16 04:17:00 +00:00
} ,
"users" : {
2024-07-26 14:44:41 +00:00
"add_user" : "Add User" ,
2023-06-16 04:17:00 +00:00
"admin" : "Admin" ,
"admin_id" : "Admin ID" ,
2024-03-13 09:15:13 +00:00
"cancel" : "Cancel" ,
2023-06-16 04:17:00 +00:00
"created_on" : "Created On" ,
2024-07-26 14:44:41 +00:00
"copy_invite_link" : "Copy Invite Link" ,
2024-06-27 19:15:50 +00:00
"copy_link" : "Copy Link" ,
2023-06-16 04:17:00 +00:00
"date" : "Date" ,
"delete" : "Delete" ,
2023-11-06 06:01:55 +00:00
"delete_user" : "Delete User" ,
2024-03-13 09:15:13 +00:00
"delete_users" : "Delete Users" ,
2023-12-05 18:51:28 +00:00
"details" : "Details" ,
2024-03-13 09:15:13 +00:00
"edit" : "Edit" ,
2023-06-16 04:17:00 +00:00
"email" : "Email" ,
"email_address" : "Email Address" ,
2024-03-13 09:15:13 +00:00
"empty_name" : "Name cannot be empty!!" ,
2023-06-16 04:17:00 +00:00
"id" : "User ID" ,
2023-09-18 05:56:31 +00:00
"invalid_user" : "Invalid User" ,
2023-12-05 18:51:28 +00:00
"invite_load_list_error" : "Unable to Load Invited Users List" ,
2023-06-16 04:17:00 +00:00
"invite_user" : "Invite User" ,
2024-11-22 16:52:34 +00:00
"invite_users_description" : "Invite your team members to join Hoppscotch." ,
2024-03-22 12:24:40 +00:00
"invited_by" : "Invited By" ,
2023-06-16 04:17:00 +00:00
"invited_on" : "Invited On" ,
"invited_users" : "Invited Users" ,
2023-09-18 05:56:31 +00:00
"invitee_email" : "Invitee Email" ,
2024-06-26 07:00:40 +00:00
"last_active_on" : "Last Active" ,
2023-06-16 04:17:00 +00:00
"load_info_error" : "Unable to load user info" ,
"load_list_error" : "Unable to Load Users List" ,
2024-03-13 09:15:13 +00:00
"make_admin" : "Make Admin" ,
2023-06-16 04:17:00 +00:00
"name" : "Name" ,
2024-07-26 14:44:41 +00:00
"new_user_added" : "New User Added" ,
2024-03-13 09:15:13 +00:00
"no_invite" : "No pending invites found" ,
2023-12-05 18:51:28 +00:00
"no_shared_requests" : "No shared requests created by the user" ,
2023-06-16 04:17:00 +00:00
"no_users" : "No users found" ,
2024-06-26 07:00:40 +00:00
"not_available" : "Not Available" ,
2023-06-16 04:17:00 +00:00
"not_found" : "User not found" ,
2024-03-13 09:15:13 +00:00
"pending_invites" : "Pending Invites" ,
2024-11-22 16:52:34 +00:00
"pending_invites_description" : "Manage and track pending user invitations with clear status and actions." ,
2023-06-16 04:17:00 +00:00
"remove_admin_privilege" : "Remove Admin Privilege" ,
"remove_admin_status" : "Remove Admin Status" ,
2024-03-13 09:15:13 +00:00
"rename" : "Rename" ,
"revoke_invitation" : "Revoke Invitation" ,
"searchbar_placeholder" : "Search by name or email.." ,
2023-06-16 04:17:00 +00:00
"send_invite" : "Send Invite" ,
"show_more" : "Show more" ,
"uid" : "UID" ,
"unnamed" : "(Unnamed User)" ,
"user_not_found" : "User not found in the infra!!" ,
"users" : "Users" ,
"valid_email" : "Please enter a valid email address"
}
}