- 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
423 B
JSON
12 lines
423 B
JSON
{
|
|
"title": "Membros do Projeto",
|
|
"searchLabel": "Adicionar membros inserindo nome ou e-mail",
|
|
"searchPlaceholder": "Digite nome ou e-mail",
|
|
"inviteAsAMember": "Convidar como membro",
|
|
"inviteNewMemberByEmail": "Convidar novo membro por e-mail",
|
|
"members": "Membros",
|
|
"copyProjectLink": "Copiar link do projeto",
|
|
"inviteMember": "Convidar membro",
|
|
"alsoInviteToProject": "Convidar também para o projeto"
|
|
}
|