Remove team account related services and actions

Removed services and actions related to team account deletion as well as updated paths within other dependent files, better reflecting their new locations. Also, added a new service titled 'AccountBillingService' for handling billing-related operations and restructured the form layout and handled translation in 'team-account-danger-zone' component.
This commit is contained in:
giancarlo
2024-03-28 15:27:56 +08:00
parent 3ac4d3b00d
commit 041efb89fb
77 changed files with 1998 additions and 1553 deletions

View File

@@ -1,18 +1,24 @@
{
"generalTabLabel": "General",
"generalTabLabelSubheading": "Manage your Organization",
"settings": {
"pageTitle": "Settings",
"pageDescription": "Manage your Team details"
},
"yourTeam": "Your Teams",
"createTeam": "Create Team",
"membersTabLabel": "Members",
"emailSettingsTab": "Email",
"membersTabSubheading": "Manage and Invite members",
"inviteMembersPageSubheading": "Invite members to your organization",
"createOrganizationModalHeading": "Create Organization",
"organizationNameLabel": "Organization Name",
"createOrganizationSubmitLabel": "Create Organization",
"createOrganizationSuccess": "Organization created successfully",
"createOrganizationError": "Organization not created. Please try again.",
"createOrganizationLoading": "Creating organization...",
"inviteMembersPageSubheading": "Invite members to your Team",
"createTeamModalHeading": "Create Team",
"createTeamModalDescription": "Create a new Team to manage your projects and members.",
"teamNameLabel": "Team Name",
"teamNameDescription": "Your team name should be unique and descriptive",
"createTeamSubmitLabel": "Create Team",
"createTeamSuccess": "Team created successfully",
"createTeamError": "Team not created. Please try again.",
"createTeamLoading": "Creating team...",
"settingsPageLabel": "General",
"createOrganizationDropdownLabel": "New organization",
"createTeamDropdownLabel": "New team",
"changeRole": "Change Role",
"removeMember": "Remove",
"inviteMembersSuccess": "Members invited successfully!",
@@ -26,7 +32,7 @@
"removeMemberErrorMessage": "Sorry, we encountered an error. Please try again",
"removeMemberErrorHeading": "Sorry, we couldn't remove the selected member.",
"removeMemberLoadingMessage": "Removing member...",
"removeMemberSubmitLabel": "Remove User from Organization",
"removeMemberSubmitLabel": "Remove User from Team",
"chooseDifferentRoleError": "Role is the same as the current one",
"updateRoleLoadingMessage": "Updating role...",
"updateRoleSuccessMessage": "Role updated successfully",
@@ -40,20 +46,20 @@
"deleteInviteErrorMessage": "Invite not deleted. Please try again.",
"deleteInviteLoadingMessage": "Deleting invite. Please wait...",
"confirmDeletingMemberInvite": "You are deleting the invite to <b>{{ email }}</b>",
"transferOwnershipDisclaimer": "You are transferring ownership of the selected organization to <b>{{ member }}</b>.",
"transferOwnershipDisclaimer": "You are transferring ownership of the selected team to <b>{{ member }}</b>.",
"transferringOwnership": "Transferring ownership...",
"transferOwnershipSuccess": "Ownership successfully transferred",
"transferOwnershipError": "Sorry, we could not transfer ownership to the selected member. Please try again.",
"deleteInviteSubmitLabel": "Delete Invite",
"youBadgeLabel": "You",
"updateOrganizationLoadingMessage": "Updating Organization...",
"updateOrganizationSuccessMessage": "Organization successfully updated",
"updateOrganizationErrorMessage": "Could not update Organization. Please try again.",
"updateTeamLoadingMessage": "Updating Team...",
"updateTeamSuccessMessage": "Team successfully updated",
"updateTeamErrorMessage": "Could not update Team. Please try again.",
"updateLogoErrorMessage": "Could not update Logo. Please try again.",
"organizationNameInputLabel": "Organization Name",
"organizationLogoInputHeading": "Upload your organization's Logo",
"organizationLogoInputSubheading": "Please choose a photo to upload as your organization logo.",
"updateOrganizationSubmitLabel": "Update Organization",
"teamNameInputLabel": "Team Name",
"teamLogoInputHeading": "Upload your team's Logo",
"teamLogoInputSubheading": "Please choose a photo to upload as your team logo.",
"updateTeamSubmitLabel": "Update Team",
"inviteMembersPageHeading": "Invite Members",
"goBackToMembersPage": "Go back to members",
"membersPageHeading": "Members",
@@ -62,31 +68,32 @@
"pendingInvitesSubheading": "Manage invites not yet accepted",
"noPendingInvites": "No pending invites found",
"loadingMembers": "Loading members...",
"loadMembersError": "Sorry, we couldn't fetch your organization's members.",
"loadInvitedMembersError": "Sorry, we couldn't fetch your organization's invited members.",
"loadMembersError": "Sorry, we couldn't fetch your team's members.",
"loadInvitedMembersError": "Sorry, we couldn't fetch your team's invited members.",
"loadingInvitedMembers": "Loading invited members...",
"invitedBadge": "Invited",
"duplicateInviteEmailError": "You have already entered this email address",
"invitingOwnAccountError": "Hey, that's your email!",
"dangerZone": "Danger Zone",
"dangerZoneSubheading": "Delete or leave your organization",
"deleteOrganization": "Delete Organization",
"deleteOrganizationDescription": "This action cannot be undone. All data associated with this organization will be deleted.",
"deletingOrganization": "Deleting organization",
"deleteOrganizationModalHeading": "Deleting Organization",
"deleteOrganizationInputField": "Type the name of the organization to confirm",
"leaveOrganization": "Leave Organization",
"leavingOrganizationModalHeading": "Leaving Organization",
"leaveOrganizationDescription": "You will no longer have access to this organization.",
"deleteOrganizationDisclaimer": "You are deleting the organization {{ organizationName }}. This action cannot be undone.",
"leaveOrganizationDisclaimer": "You are leaving the organization {{ organizationName }}. You will no longer have access to it.",
"deleteOrganizationErrorHeading": "Sorry, we couldn't delete your organization.",
"leaveOrganizationErrorHeading": "Sorry, we couldn't leave your organization.",
"dangerZoneSubheading": "Delete or leave your team",
"deleteTeam": "Delete Team",
"deleteTeamDescription": "This action cannot be undone. All data associated with this team will be deleted.",
"deletingTeam": "Deleting team",
"deleteTeamModalHeading": "Deleting Team",
"deletingTeamDescription": "You are about to delete the team {{ teamName }}. This action cannot be undone.",
"deleteTeamInputField": "Type the name of the team to confirm",
"leaveTeam": "Leave Team",
"leavingTeamModalHeading": "Leaving Team",
"leaveTeamDescription": "You will no longer have access to this team.",
"deleteTeamDisclaimer": "You are deleting the team {{ teamName }}. This action cannot be undone.",
"leaveTeamDisclaimer": "You are leaving the team {{ teamName }}. You will no longer have access to it.",
"deleteTeamErrorHeading": "Sorry, we couldn't delete your team.",
"leaveTeamErrorHeading": "Sorry, we couldn't leave your team.",
"searchMembersPlaceholder": "Search members",
"createOrganizationErrorHeading": "Sorry, we couldn't create your organization.",
"createOrganizationErrorMessage": "We encountered an error creating your organization. Please try again.",
"transferOrganizationErrorHeading": "Sorry, we couldn't transfer ownership of your organization.",
"transferOrganizationErrorMessage": "We encountered an error transferring ownership of your organization. Please try again.",
"createTeamErrorHeading": "Sorry, we couldn't create your team.",
"createTeamErrorMessage": "We encountered an error creating your team. Please try again.",
"transferTeamErrorHeading": "Sorry, we couldn't transfer ownership of your team.",
"transferTeamErrorMessage": "We encountered an error transferring ownership of your team. Please try again.",
"updateRoleErrorHeading": "Sorry, we couldn't update the role of the selected member.",
"updateRoleErrorMessage": "We encountered an error updating the role of the selected member. Please try again."
}