feat(localization): add guest role text and invitation message fields for team members

- Introduced new localization strings for guest role descriptions and invitation messages across German, English, and Spanish.
- Added fields for personal messages and email input instructions in the team members settings, enhancing user experience during team member invitations.
This commit is contained in:
chamikaJ
2025-07-23 17:20:30 +05:30
parent 03bd3659e0
commit e3443eedfb
3 changed files with 21 additions and 3 deletions

View File

@@ -38,10 +38,16 @@
"updateMemberErrorMessage": "Failed to update team member. Please try again.",
"memberText": "Member",
"adminText": "Admin",
"guestText": "Guest (Read-only)",
"ownerText": "Team Owner",
"addedText": "Added",
"updatedText": "Updated",
"noResultFound": "Type an email address and hit enter...",
"jobTitlesFetchError": "Failed to fetch job titles",
"invitationResent": "Invitation resent successfully!"
"invitationResent": "Invitation resent successfully!",
"emailsStepDescription": "Enter email addresses for team members you'd like to invite",
"personalMessageLabel": "Personal Message",
"personalMessagePlaceholder": "Add a personal message to your invitation (optional)",
"optionalFieldLabel": "(Optional)",
"inviteTeamMembersModalTitle": "Invite team members"
}