B2B-30: adds personal code to account, company admins invites members
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"dangerZoneDescription": "This section contains actions that are irreversible"
|
||||
},
|
||||
"members": {
|
||||
"pageTitle": "Employees"
|
||||
"pageTitle": "Members"
|
||||
},
|
||||
"billing": {
|
||||
"pageTitle": "Billing"
|
||||
@@ -23,17 +23,17 @@
|
||||
"creatingTeam": "Creating Company...",
|
||||
"personalAccount": "Personal Account",
|
||||
"searchAccount": "Search Account...",
|
||||
"membersTabLabel": "Employees",
|
||||
"membersTabLabel": "Members",
|
||||
"memberName": "Name",
|
||||
"youLabel": "You",
|
||||
"emailLabel": "Email",
|
||||
"roleLabel": "Role",
|
||||
"primaryOwnerLabel": "Primary Owner",
|
||||
"primaryOwnerLabel": "Primary Admin",
|
||||
"joinedAtLabel": "Joined at",
|
||||
"invitedAtLabel": "Invited at",
|
||||
"inviteMembersPageSubheading": "Invite employees to your Company",
|
||||
"inviteMembersPageSubheading": "Invite members to your Company",
|
||||
"createTeamModalHeading": "Create Company",
|
||||
"createTeamModalDescription": "Create a new Company to manage your projects and employees.",
|
||||
"createTeamModalDescription": "Create a new Company to manage your projects and members.",
|
||||
"teamNameLabel": "Company Name",
|
||||
"teamNameDescription": "Your company name should be unique and descriptive",
|
||||
"createTeamSubmitLabel": "Create Company",
|
||||
@@ -44,34 +44,34 @@
|
||||
"createTeamDropdownLabel": "New company",
|
||||
"changeRole": "Change Role",
|
||||
"removeMember": "Remove from Account",
|
||||
"inviteMembersSuccess": "Employees invited successfully!",
|
||||
"inviteMembersSuccess": "Members invited successfully!",
|
||||
"inviteMembersError": "Sorry, we encountered an error! Please try again",
|
||||
"inviteMembersLoading": "Inviting employees...",
|
||||
"inviteMembersLoading": "Inviting members...",
|
||||
"removeInviteButtonLabel": "Remove invite",
|
||||
"addAnotherMemberButtonLabel": "Add another one",
|
||||
"inviteMembersButtonLabel": "Send Invites",
|
||||
"removeMemberModalHeading": "You are removing this user",
|
||||
"removeMemberModalDescription": "Remove this employee from the company. They will no longer have access to the company.",
|
||||
"removeMemberSuccessMessage": "Employee removed successfully",
|
||||
"removeMemberModalDescription": "Remove this member from the company. They will no longer have access to the company.",
|
||||
"removeMemberSuccessMessage": "Member removed successfully",
|
||||
"removeMemberErrorMessage": "Sorry, we encountered an error. Please try again",
|
||||
"removeMemberErrorHeading": "Sorry, we couldn't remove the selected employee.",
|
||||
"removeMemberLoadingMessage": "Removing employee...",
|
||||
"removeMemberErrorHeading": "Sorry, we couldn't remove the selected member.",
|
||||
"removeMemberLoadingMessage": "Removing member...",
|
||||
"removeMemberSubmitLabel": "Remove User from Company",
|
||||
"chooseDifferentRoleError": "Role is the same as the current one",
|
||||
"updateRole": "Update Role",
|
||||
"updateRoleLoadingMessage": "Updating role...",
|
||||
"updateRoleSuccessMessage": "Role updated successfully",
|
||||
"updatingRoleErrorMessage": "Sorry, we encountered an error. Please try again.",
|
||||
"updateMemberRoleModalHeading": "Update Employee's Role",
|
||||
"updateMemberRoleModalHeading": "Update Member's Role",
|
||||
"updateMemberRoleModalDescription": "Change the role of the selected member. The role determines the permissions of the member.",
|
||||
"roleMustBeDifferent": "Role must be different from the current one",
|
||||
"memberRoleInputLabel": "Member role",
|
||||
"updateRoleDescription": "Pick a role for this member.",
|
||||
"updateRoleSubmitLabel": "Update Role",
|
||||
"transferOwnership": "Transfer Ownership",
|
||||
"transferOwnershipDescription": "Transfer ownership of the company account to another employee.",
|
||||
"transferOwnershipDescription": "Transfer ownership of the company account to another member.",
|
||||
"transferOwnershipInputLabel": "Please type TRANSFER to confirm the transfer of ownership.",
|
||||
"transferOwnershipInputDescription": "By transferring ownership, you will no longer be the primary owner of the company account.",
|
||||
"transferOwnershipInputDescription": "By transferring ownership, you will no longer be the primary admin of the company account.",
|
||||
"deleteInvitation": "Delete Invitation",
|
||||
"deleteInvitationDialogDescription": "You are about to delete the invitation. The user will no longer be able to join the company account.",
|
||||
"deleteInviteSuccessMessage": "Invite deleted successfully",
|
||||
@@ -92,21 +92,21 @@
|
||||
"teamLogoInputHeading": "Upload your company's Logo",
|
||||
"teamLogoInputSubheading": "Please choose a photo to upload as your company logo.",
|
||||
"updateTeamSubmitLabel": "Update Company",
|
||||
"inviteMembersHeading": "Invite Employees to your Company",
|
||||
"inviteMembersDescription": "Invite employees to your company by entering their email and role.",
|
||||
"emailPlaceholder": "employee@email.com",
|
||||
"membersPageHeading": "Employees",
|
||||
"inviteMembersButton": "Invite Employees",
|
||||
"invitingMembers": "Inviting employees...",
|
||||
"inviteMembersSuccessMessage": "Employees invited successfully",
|
||||
"inviteMembersErrorMessage": "Sorry, employees could not be invited. Please try again.",
|
||||
"inviteMembersHeading": "Invite Members to your Company",
|
||||
"inviteMembersDescription": "Invite member to your company by entering their email and role.",
|
||||
"emailPlaceholder": "member@email.com",
|
||||
"membersPageHeading": "Members",
|
||||
"inviteMembersButton": "Invite Members",
|
||||
"invitingMembers": "Inviting members...",
|
||||
"inviteMembersSuccessMessage": "Members invited successfully",
|
||||
"inviteMembersErrorMessage": "Sorry, members could not be invited. Please try again.",
|
||||
"pendingInvitesHeading": "Pending Invites",
|
||||
"pendingInvitesDescription": " Here you can manage the pending invitations to your company.",
|
||||
"noPendingInvites": "No pending invites found",
|
||||
"loadingMembers": "Loading employees...",
|
||||
"loadMembersError": "Sorry, we couldn't fetch your company's employees.",
|
||||
"loadInvitedMembersError": "Sorry, we couldn't fetch your company's invited employees.",
|
||||
"loadingInvitedMembers": "Loading invited employees...",
|
||||
"loadingMembers": "Loading members...",
|
||||
"loadMembersError": "Sorry, we couldn't fetch your company's members.",
|
||||
"loadInvitedMembersError": "Sorry, we couldn't fetch your company's invited members.",
|
||||
"loadingInvitedMembers": "Loading invited members...",
|
||||
"invitedBadge": "Invited",
|
||||
"duplicateInviteEmailError": "You have already entered this email address",
|
||||
"invitingOwnAccountError": "Hey, that's your email!",
|
||||
@@ -126,13 +126,13 @@
|
||||
"leaveTeamDisclaimer": "You are leaving the company {{ teamName }}. You will no longer have access to it.",
|
||||
"deleteTeamErrorHeading": "Sorry, we couldn't delete your company.",
|
||||
"leaveTeamErrorHeading": "Sorry, we couldn't leave your company.",
|
||||
"searchMembersPlaceholder": "Search employees",
|
||||
"searchMembersPlaceholder": "Search members",
|
||||
"createTeamErrorHeading": "Sorry, we couldn't create your company.",
|
||||
"createTeamErrorMessage": "We encountered an error creating your company. Please try again.",
|
||||
"transferTeamErrorHeading": "Sorry, we couldn't transfer ownership of your company account.",
|
||||
"transferTeamErrorMessage": "We encountered an error transferring ownership of your company account. Please try again.",
|
||||
"updateRoleErrorHeading": "Sorry, we couldn't update the role of the selected employee.",
|
||||
"updateRoleErrorMessage": "We encountered an error updating the role of the selected employee. 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.",
|
||||
"searchInvitations": "Search Invitations",
|
||||
"updateInvitation": "Update Invitation",
|
||||
"removeInvitation": "Remove Invitation",
|
||||
@@ -144,7 +144,7 @@
|
||||
"active": "Active",
|
||||
"inviteStatus": "Status",
|
||||
"inviteNotFoundOrExpired": "Invite not found or expired",
|
||||
"inviteNotFoundOrExpiredDescription": "The invite you are looking for is either expired or does not exist. Please contact the company HR to renew the invite.",
|
||||
"inviteNotFoundOrExpiredDescription": "The invite you are looking for is either expired or does not exist. Please contact the company admin to renew the invite.",
|
||||
"backToHome": "Back to Home",
|
||||
"renewInvitationDialogDescription": "You are about to renew the invitation to {{ email }}. The user will be able to join the company.",
|
||||
"renewInvitationErrorTitle": "Sorry, we couldn't renew the invitation.",
|
||||
@@ -159,5 +159,6 @@
|
||||
"leaveTeamInputLabel": "Please type LEAVE to confirm leaving the company.",
|
||||
"leaveTeamInputDescription": "By leaving the company, you will no longer have access to it.",
|
||||
"reservedNameError": "This name is reserved. Please choose a different one.",
|
||||
"specialCharactersError": "This name cannot contain special characters. Please choose a different one."
|
||||
"specialCharactersError": "This name cannot contain special characters. Please choose a different one.",
|
||||
"personalCode": "Личный код"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user