snipe-it/resources/lang/ru/admin/groups/titles.php
snipe 40bb5bb4f0 Updated Russian
Signed-off-by: snipe <snipe@snipe.net>
2023-04-06 19:47:56 -07:00

17 lines
862 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'about_groups_title' => 'О группах',
'about_groups' => 'Группы используются для обобщения разрешений пользователей.',
'group_management' => 'Управление группой',
'create' => 'Создать новую группу',
'update' => 'Редактировать группу',
'group_name' => 'Название группы',
'group_admin' => 'Администратор группы',
'allow' => 'Разрешить',
'deny' => 'Запретить',
'permission' => 'Права доступа',
'grant' => 'Предоставить',
'no_permissions' => 'Эта группа не имеет прав доступа.'
];