api-client/packages/hoppscotch-sh-admin/locales/en.json

481 lines
23 KiB
JSON
Raw Normal View History

{
"action": {
"cancel": "Cancel",
"confirm": "Confirm",
"close": "Close",
"delete": "Delete",
"edit": "Edit",
"label": "Label",
"save": "Save"
},
"app": {
"back": "Back",
"collapse_sidebar": "Collapse Sidebar",
"continue_to_dashboard": "Continue to Dashboard",
"expand_sidebar": "Expand Sidebar",
"name": "HOPPSCOTCH",
"no_name": "No name",
"open_navigation": "Open Navigation",
"read_documentation": "Read Documentation"
},
"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."
},
"configs": {
"auth_providers": {
"auth_provider_config": "Authentication Configurations",
"auth_provider_description": "Set up authentication methods for your Hoppscotch instance using OAuth or Email.",
"callback_url": "CALLBACK URL",
"client_id": "CLIENT ID",
"client_secret": "CLIENT SECRET",
"description": "Configure authentication providers for your server",
"email": "Email",
"github_enterprise": "Enable Github Enterprise",
"oauth": "OAuth",
"oauth_providers": "OAuth Providers",
"provider_not_specified": "Please enable at least one authentication provider",
"scope": "SCOPE",
"sso": "SSO",
"tenant": "TENANT",
"title": "OAuth Providers",
"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",
"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.",
"update_failure": "Failed to update token configurations!!"
},
"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?",
"invalid_number": "Please enter a valid number for the field",
"input_empty": "Please fill all the fields before updating the configurations",
"input_validation_error": "Some fields have invalid values. Please correct them before updating the configurations",
"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!!"
},
"load_error": "Unable to load server configurations",
"mail_configs": {
"address_from": "MAILER FROM ADDRESS",
"custom_smtp_configs": "Use Custom SMTP Configurations",
"description": " Configure the smtp configurations",
"enable_email_auth": "Enable Email based authentication",
"enable_smtp": "Enable SMTP",
"host": "MAILER HOST",
"input_validation": "SMTP URL should start with smtp(s)://",
"password": "MAILER PASSWORD",
"port": "MAILER PORT",
"secure": "MAILER SECURE",
"smtp_url": "MAILER SMTP URL",
"tls_reject_unauthorized": "TLS REJECT UNAUTHORIZED",
"title": "SMTP Configurations",
"toggle_failure": "Failed to toggle smtp!!",
"update_failure": "Failed to update smtp configurations!!",
"user": "MAILER USER"
},
"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?"
},
"rate_limit": {
"description": "Configure rate limiting for your Hoppscotch instance",
"rate_limit_max": "Maximum Requests",
"rate_limit_ttl": "Time to Leave (in milliseconds)",
"title": "Rate Limit Configurations",
"update_failure": "Failed to update rate limit configurations!!",
"input_validation_error": "Please enter valid values for rate limit configurations"
},
"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",
"tabs": {
"auth": "Authentication",
"activity": "Activity",
"infra_tokens": "Infra Tokens",
"rate_limit": "Rate Limit",
"smtp": "SMTP",
"miscellaneous": "Miscellaneous",
"reset": "Reset Configurations"
},
"title": "Configurations",
"mock_server": {
"title": "Mock Server",
"description": "Configure mock server settings used to host example responses.",
"wildcard_domain": "Wildcard Domain",
"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.",
"wildcard_domain_example": "Example: *.mock.domain.com"
},
"update_failure": "Failed to update server configurations"
},
"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"
},
"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!",
"section_description": "Manage your Hoppscotch users through APIs with Infra tokens.",
"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"
},
"metrics": {
"dashboard": "Dashboard",
"no_metrics": "No metrics found",
"total_collections": "Total Collections",
"total_requests": "Total Requests",
"total_teams": "Total Workspaces",
"total_users": "Total Users"
},
"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"
},
"onboarding": {
"add_atleast_one_auth_provider": "Please add at least one authentication provider to continue.",
"add_configurations": "Add Configurations",
"add_configurations_description": "Please add the configurations for the selected authentication methods.",
"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",
"select_auth_methods": "Please select authentications",
"select_auth_provider": "You can select one or more authentication providers to continue.",
"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."
},
"settings": {
"settings": "Settings"
},
"shared_requests": {
"action": "Action",
"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"
},
"state": {
"add_user_failure": "Failed to add user to the workspace!!",
"add_user_success": "User is now a member of the workspace!!",
"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",
"clear_selection": "Clear Selection",
2023-09-18 05:56:31 +00:00
"configure_auth": "Check out the documentation to configure auth providers.",
"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?",
"confirm_delete_infra_token": "Are you sure you want to delete the infra token {tokenLabel}?",
"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?",
"confirm_logout": "Confirm Logout",
"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",
"copied_to_clipboard": "Copied to clipboard",
"create_team_failure": "Failed to create workspace!!",
"create_team_success": "Workspace created successfully!!",
"data_sharing_failure": "Failed to update data sharing settings",
"delete_infra_token_failure": "Something went wrong while deleting the infra token",
"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!!",
"delete_request_failure": "Shared Request deletion failed!!",
"delete_request_success": "Shared Request deleted successfully!!",
"delete_team_failure": "Workspace deletion failed!!",
"delete_team_success": "Workspace deleted successfully!!",
"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!!",
"delete_user_failure": "User deletion failed!!",
"delete_users_failure": "Failed to delete selected users!!",
"delete_user_success": "User deleted successfully!!",
"delete_users_success": "Selected users deleted successfully!!",
2023-09-18 05:56:31 +00:00
"email": "Email",
"email_failure": "Failed to send invitation",
"email_signin_failure": "Failed to login with Email",
"email_success": "Email invitation sent successfully",
"emails_cannot_be_same": "You cannot invite yourself, please choose a different email address!!",
"enter_team_email": "Please enter email of workspace owner!!",
"error": "Something went wrong",
"error_auth_providers": "Unable to load auth providers",
"generate_infra_token_failure": "Something went wrong while generating the infra token",
"github_signin_failure": "Failed to login with Github",
"google_signin_failure": "Failed to login with Google",
"infra_token_label_short": "Infra Token Label character length is too short!!",
"invalid_email": "Please enter a valid email address",
"link_copied_to_clipboard": "Link copied to clipboard",
"logged_out": "Logged out",
2023-09-18 05:56:31 +00:00
"login_as_admin": "and login with an admin account.",
"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",
"logout": "Logout",
2023-09-18 05:56:31 +00:00
"magic_link_sign_in": "Click on the link to sign in.",
"magic_link_success": "We sent a magic link to",
"microsoft_signin_failure": "Failed to login with Microsoft",
"newsletter_failure": "Unable to update newsletter settings",
"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",
"owner_not_present": "Atleast one owner should be present in the team!!",
"privacy_policy": "Privacy Policy",
2023-09-18 05:56:31 +00:00
"reenter_email": "Re-enter email",
"remove_admin_failure": "Failed to remove admin status!!",
"remove_admin_failure_only_one_admin": "Failed to remove admin status. There should be at least one admin!!",
"remove_admin_success": "Admin status removed!!",
"remove_admin_from_users_failure": "Failed to remove admin status from selected users!!",
"remove_admin_from_users_success": "Admin status removed from selected users!!",
"remove_admin_to_delete_user": "Remove admin privilege to delete the user!!",
"remove_owner_to_delete_user": "Remove team ownership status to delete the user!!",
"remove_owner_failure_only_one_owner": "Failed to remove member. There should be atleast one owner in a team!!",
"remove_admin_for_deletion": "Remove admin status before attempting deletion!!",
"remove_owner_for_deletion": "One or more users are team owners. Update ownership before deletion!!",
"remove_invitee_failure": "Removal of invitee failed!!",
"remove_invitee_success": "Removal of invitee is successful!!",
"remove_member_failure": "Member couldn't be removed!!",
"remove_member_success": "Member removed successfully!!",
"rename_team_failure": "Failed to rename workspace!!",
"rename_team_success": "Workspace renamed successfully!",
"rename_user_failure": "Failed to rename user!!",
"rename_user_success": "User renamed successfully!!",
"require_auth_provider": "You need to set atleast one authentication provider to log in.",
"role_update_failed": "Roles updation has failed!!",
"role_update_success": "Roles updated successfully!!",
"selected": "{count} selected",
2023-09-18 05:56:31 +00:00
"self_host_docs": "Self Host Documentation",
"send_magic_link": "Send magic link",
"setup_failure": "Setup has failed!!",
"setup_success": "Setup completed successfully!!",
"sign_in_agreement": "By signing in, you are agreeing to our",
"sign_in_options": "All sign in option",
"sign_out": "Sign out",
"something_went_wrong": "Something went wrong",
"team_name_too_short": "Workspace name should be atleast 6 characters long!!",
"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!!"
},
"support": {
"description": "Get help from the Hoppscotch community",
"documentation": "Documentation",
"more_info": "More Info"
},
"teams": {
"add_member": "Add Member",
"add_members": "Add Members",
"add_new": "Add New",
"admin": "Admin",
"admin_Email": "Admin Email",
"admin_id": "Admin ID",
"cancel": "Cancel",
"confirm_team_deletion": "Confirm deletion of the workspace?",
"copy": "Copy",
"create_team": "Create Workspace",
"date": "Date",
"delete_team": "Delete Workspace",
"details": "Details",
"edit": "Edit",
"editor": "EDITOR",
"editor_description": "Editors can add, edit, and delete requests and collections.",
"email": "Workspace owner email",
"email_address": "Email Address",
"email_title": "Email",
"empty_name": "Team name cannot be empty!!",
"error": "Something went wrong. Please try again later.",
"id": "Workspace ID",
"invited_email": "Invitee Email",
"invited_on": "Invited On",
"invites": "Invites",
"load_info_error": "Unable to load Workspace info",
"load_list_error": "Unable to Load Workspace List",
"members": "Number of members",
"no_invite": "No invites",
"owner": "OWNER",
"owner_description": " Owners can add, edit, and delete requests, collections and workspace members.",
"permissions": "Permissions",
"name": "Workspace Name",
"no_members": "No members in this workspace. Add members to this workspace to collaborate",
"no_pending_invites": "No pending invites",
"no_teams": "No workspaces found..",
"pending_invites": "Pending invites",
"roles": "Roles",
"roles_description": "Roles are used to control access to the shared collections.",
"remove": "Remove",
"rename": "Rename",
"save": "Save",
"save_changes": "Save Changes",
"send_invite": "Send Invite",
"show_more": "Show more",
"team_details": "Workspace details",
"team_members": "Members",
"team_members_tab": "Workspace members",
"teams": "Workspace",
"uid": "UID",
"unnamed": "(Unnamed Workspace)",
"viewer": "VIEWER",
"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"
},
"users": {
"add_user": "Add User",
"admin": "Admin",
"admin_id": "Admin ID",
"cancel": "Cancel",
"created_on": "Created On",
"copy_invite_link": "Copy Invite Link",
"copy_link": "Copy Link",
"date": "Date",
"delete": "Delete",
"delete_user": "Delete User",
"delete_users": "Delete Users",
"details": "Details",
"edit": "Edit",
"email": "Email",
"email_address": "Email Address",
"empty_name": "Name cannot be empty!!",
"id": "User ID",
2023-09-18 05:56:31 +00:00
"invalid_user": "Invalid User",
"invite_load_list_error": "Unable to Load Invited Users List",
"invite_user": "Invite User",
"invite_users_description": "Invite your team members to join Hoppscotch.",
"invited_by": "Invited By",
"invited_on": "Invited On",
"invited_users": "Invited Users",
2023-09-18 05:56:31 +00:00
"invitee_email": "Invitee Email",
"last_active_on": "Last Active",
"load_info_error": "Unable to load user info",
"load_list_error": "Unable to Load Users List",
"make_admin": "Make Admin",
"name": "Name",
"new_user_added": "New User Added",
"no_invite": "No pending invites found",
"no_shared_requests": "No shared requests created by the user",
"no_users": "No users found",
"not_available": "Not Available",
"not_found": "User not found",
"pending_invites": "Pending Invites",
"pending_invites_description": "Manage and track pending user invitations with clear status and actions.",
"remove_admin_privilege": "Remove Admin Privilege",
"remove_admin_status": "Remove Admin Status",
"rename": "Rename",
"revoke_invitation": "Revoke Invitation",
"searchbar_placeholder": "Search by name or email..",
"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"
}
}