feat: introducing user guidance and error management helpers in admin dashboard (#4548)

This commit is contained in:
Joel Jacob Stephen
2024-11-22 10:52:34 -06:00
committed by GitHub
parent dad15133f4
commit 73f3e54c00
12 changed files with 209 additions and 106 deletions

View File

@@ -96,7 +96,7 @@
"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_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",
@@ -247,6 +247,11 @@
"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",
@@ -325,6 +330,7 @@
"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",
@@ -341,6 +347,7 @@
"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",