Added placeholder for lastName and role addition functionality

Try to rebase
This commit is contained in:
Arseni
2026-01-14 17:06:33 +03:00
parent 6bc5130883
commit 9319108b26
17 changed files with 348 additions and 64 deletions

View File

@@ -193,6 +193,11 @@
"invitationEmailLabel": "Work email",
"invitationNameLabel": "Full name",
"invitationRoleLabel": "Role",
"invitationAddRoleButton": "Add role",
"invitationAddRoleTitle": "New role",
"invitationRoleNameLabel": "Role name",
"invitationRoleNameRequired": "Role name is required",
"invitationRoleDescriptionLabel": "Role description (optional)",
"invitationMessageLabel": "Message (optional)",
"invitationExpiresIn": "Expires in {days} days",
"@invitationExpiresIn": {
@@ -204,6 +209,7 @@
},
"invitationSendButton": "Send invitation",
"invitationCreatedSuccess": "Invitation sent",
"invitationRoleCreated": "Role created",
"invitationSearchHint": "Search invitations",
"invitationFilterAll": "All",
"invitationFilterPending": "Pending",
@@ -227,6 +233,7 @@
"invitationRevoked": "Invitation revoked",
"invitationArchiveFailed": "Could not archive the invitation",
"invitationRevokeFailed": "Could not revoke the invitation",
"invitationRoleCreateFailed": "Could not create role",
"invitationUnknownRole": "Unknown role",
"operationfryTitle": "Operation history",

View File

@@ -193,6 +193,11 @@
"invitationEmailLabel": "Рабочий email",
"invitationNameLabel": "Полное имя",
"invitationRoleLabel": "Роль",
"invitationAddRoleButton": "Добавить роль",
"invitationAddRoleTitle": "Новая роль",
"invitationRoleNameLabel": "Название роли",
"invitationRoleNameRequired": "Укажите название роли",
"invitationRoleDescriptionLabel": "Описание роли (необязательно)",
"invitationMessageLabel": "Сообщение (необязательно)",
"invitationExpiresIn": "Истекает через {days} дн.",
"@invitationExpiresIn": {
@@ -204,6 +209,7 @@
},
"invitationSendButton": "Отправить приглашение",
"invitationCreatedSuccess": "Приглашение отправлено",
"invitationRoleCreated": "Роль создана",
"invitationSearchHint": "Поиск приглашений",
"invitationFilterAll": "Все",
"invitationFilterPending": "В ожидании",
@@ -227,6 +233,7 @@
"invitationRevoked": "Приглашение отозвано",
"invitationArchiveFailed": "Не удалось архивировать приглашение",
"invitationRevokeFailed": "Не удалось отозвать приглашение",
"invitationRoleCreateFailed": "Не удалось создать роль",
"invitationUnknownRole": "Неизвестная роль",
"operationfryTitle": "История операций",