feat(sh-admin): introducing infra-tokens to admin dashboard (#4202)
Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
committed by
GitHub
parent
783d911f8d
commit
c24d5c5302
@@ -1,4 +1,13 @@
|
||||
{
|
||||
"action": {
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
"close": "Close",
|
||||
"delete": "Delete",
|
||||
"edit": "Edit",
|
||||
"label": "Label",
|
||||
"save": "Save"
|
||||
},
|
||||
"app": {
|
||||
"collapse_sidebar": "Collapse Sidebar",
|
||||
"continue_to_dashboard": "Continue to Dashboard",
|
||||
@@ -73,6 +82,26 @@
|
||||
"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",
|
||||
@@ -121,6 +150,7 @@
|
||||
"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?",
|
||||
@@ -137,6 +167,7 @@
|
||||
"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!!",
|
||||
@@ -160,8 +191,10 @@
|
||||
"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",
|
||||
@@ -207,6 +240,7 @@
|
||||
"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!!",
|
||||
|
||||
Reference in New Issue
Block a user