refactor: updated teams nomenclature in admin dashboard to workspaces (#3770)

This commit is contained in:
Joel Jacob Stephen
2024-02-08 22:17:42 +05:30
committed by GitHub
parent 3482743782
commit b359650d96

View File

@@ -45,7 +45,7 @@
"no_metrics": "No metrics found",
"total_collections": "Total Collections",
"total_requests": "Total Requests",
"total_teams": "Total Teams",
"total_teams": "Total Workspaces",
"total_users": "Total Users"
},
"settings": {
@@ -72,8 +72,8 @@
"url": "URL"
},
"state": {
"add_user_failure": "Failed to add user to the team!!",
"add_user_success": "User is now a member of the team!!",
"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!!",
"and": "and",
@@ -84,19 +84,19 @@
"continue_google": "Continue with Google",
"continue_microsoft": "Continue with Microsoft",
"copied_to_clipboard": "Copied to clipboard",
"create_team_failure": "Failed to create team!!",
"create_team_success": "Team created successfully!!",
"create_team_failure": "Failed to create workspace!!",
"create_team_success": "Workspace created successfully!!",
"delete_request_failure": "Shared Request deletion failed!!",
"delete_request_success": "Shared Request deleted successfully!!",
"delete_team_failure": "Team deletion failed!!",
"delete_team_success": "Team deleted successfully!!",
"delete_team_failure": "Workspace deletion failed!!",
"delete_team_success": "Workspace deleted successfully!!",
"delete_user_failure": "User deletion failed!!",
"delete_user_success": "User deleted successfully!!",
"email": "Email",
"email_failure": "Failed to send invitation",
"email_signin_failure": "Failed to login with Email",
"email_success": "Email invitation sent successfully",
"enter_team_email": "Please enter email of team owner!!",
"enter_team_email": "Please enter email of workspace owner!!",
"error": "Something went wrong",
"error_auth_providers": "Unable to load auth providers",
"github_signin_failure": "Failed to login with Github",
@@ -120,8 +120,8 @@
"remove_invitee_success": "Removal of invitee is successfull!!",
"remove_member_failure": "Member couldn't be removed!!",
"remove_member_success": "Member removed successfully!!",
"rename_team_failure": "Failed to rename team!!",
"rename_team_success": "Team renamed successfully!",
"rename_team_failure": "Failed to rename workspace!!",
"rename_team_success": "Workspace 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!!",
@@ -130,7 +130,7 @@
"sign_in_agreement": "By signing in, you are agreeing to our",
"sign_in_options": "All sign in option",
"sign_out": "Sign out",
"team_name_too_short": "Team name should be atleast 6 characters long!!",
"team_name_long": "Workspace name should be atleast 6 characters long!!",
"user_not_found": "User not found in the infra!!"
},
"teams": {
@@ -141,34 +141,34 @@
"admin_Email": "Admin Email",
"admin_id": "Admin ID",
"cancel": "Cancel",
"confirm_team_deletion": "Confirm Deletion of the team?",
"create_team": "Create team",
"confirm_team_deletion": "Confirm deletion of the workspace?",
"create_team": "Create Workspace",
"date": "Date",
"delete_team": "Delete Team",
"delete_team": "Delete Workspace",
"details": "Details",
"edit": "Edit",
"editor": "EDITOR",
"editor_description": "Editors can add, edit, and delete requests and collections.",
"email": "Team owner email",
"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": "Team ID",
"id": "Workspace ID",
"invited_email": "Invitee Email",
"invited_on": "Invited On",
"invites": "Invites",
"load_info_error": "Unable to load team info",
"load_list_error": "Unable to Load Teams List",
"load_info_error": "Unable to load Workspace info",
"load_list_error": "Unable to Load Workspace List",
"members": "Number of members",
"name": "Team Name",
"no_invite": "No invites",
"no_members": "No members in this team. Add members to this team to collaborate",
"no_pending_invites": "No pending invites",
"no_teams": "No teams found",
"owner": "OWNER",
"owner_description": " Owners can add, edit, and delete requests, collections and team members.",
"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.",
@@ -178,16 +178,16 @@
"save_changes": "Save Changes",
"send_invite": "Send Invite",
"show_more": "Show more",
"team_details": "Team details",
"team_details": "Workspace details",
"team_members": "Members",
"team_members_tab": "Team members",
"teams": "Teams",
"team_members_tab": "Workspace members",
"teams": "Workspace",
"uid": "UID",
"unnamed": "(Unnamed Team)",
"valid_name": "Please enter a valid team name",
"valid_owner_email": "Please enter a valid owner email",
"unnamed": "(Unnamed Workspace)",
"viewer": "VIEWER",
"viewer_description": "Viewers can only view and use requests"
"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": {
"admin": "Admin",