]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/uk/settings.php
New Crowdin updates (#3828)
[bookstack] / resources / lang / uk / settings.php
index 0c69fc8e629fa954b21d0416b90366e949ed532b..6de7169a9bf8501b4877bd162733b59c455edaa8 100644 (file)
@@ -133,6 +133,11 @@ return [
     // Role Settings
     'roles' => 'Ролі',
     'role_user_roles' => 'Ролі користувача',
+    'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.',
+    'roles_x_users_assigned' => '1 user assigned|:count users assigned',
+    'roles_x_permissions_provided' => '1 permission|:count permissions',
+    'roles_assigned_users' => 'Assigned Users',
+    'roles_permissions_provided' => 'Provided Permissions',
     'role_create' => 'Створити нову роль',
     'role_create_success' => 'Роль успішно створена',
     'role_delete' => 'Видалити роль',
@@ -172,6 +177,7 @@ return [
 
     // Users
     'users' => 'Користувачі',
+    'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.',
     'user_profile' => 'Профіль користувача',
     'users_add_new' => 'Додати нового користувача',
     'users_search' => 'Пошук користувачів',
@@ -241,6 +247,8 @@ return [
 
     // Webhooks
     'webhooks' => 'Веб-хуки',
+    'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.',
+    'webhooks_x_trigger_events' => '1 trigger event|:count trigger events',
     'webhooks_create' => 'Створити новий Веб-хук',
     'webhooks_none_created' => 'Немає створених Веб-хуків.',
     'webhooks_edit' => 'Редагувати Веб-хук',