3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-07 00:08:06 +00:00
Files
snipe-it/resources/lang/ru-RU/admin/groups/titles.php
2026-03-13 18:17:51 +00:00

17 lines
758 B
PHP
Raw Permalink 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' => 'Эта группа не имеет прав доступа.',
];