- Added new localization strings for "invite member" and "also invite to project" across multiple languages (Albanian, German, English, Spanish, Portuguese, Chinese). - Updated the project member invite drawer to conditionally display UI elements based on the context of the invitation (from assigner or not). - Introduced a new state management feature to track if the invitation is initiated from the assignee selector, improving user experience.
12 lines
391 B
JSON
12 lines
391 B
JSON
{
|
|
"title": "Share Project",
|
|
"searchLabel": "Add members by adding their name or email",
|
|
"searchPlaceholder": "Type name or email",
|
|
"inviteAsAMember": "Invite as a member",
|
|
"inviteNewMemberByEmail": "Invite new member by email",
|
|
"members": "Members",
|
|
"copyProjectLink": "Copy project link",
|
|
"inviteMember": "Invite Member",
|
|
"alsoInviteToProject": "Also invite to project"
|
|
}
|