- Added new localization strings for "members" and "copy project link" in multiple languages (Albanian, German, English, Spanish, Portuguese, Chinese). - Updated the project member invite drawer to use a modal instead of a drawer for improved user experience. - Included a button in the modal footer for copying the project link, enhancing functionality for users.
10 lines
326 B
JSON
10 lines
326 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"
|
|
}
|