Added the ability to manage a group of users.
This commit is contained in:
9
lang/ru/permissions.php
Normal file
9
lang/ru/permissions.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'Role' => 'Группа пользователей',
|
||||
'Allowed to watch' => 'Разрешено смотреть',
|
||||
'Allowed to create' => 'Разрешено создать',
|
||||
'Allowed to edit' => 'Разрешено редактировать',
|
||||
'Allowed to delete' => 'Разрешено удалять',
|
||||
];
|
7
lang/ru/sections.php
Normal file
7
lang/ru/sections.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'Dashboard' => 'Dashboard',
|
||||
'User group' => 'Группа пользователей',
|
||||
];
|
||||
|
@@ -141,6 +141,7 @@ return [
|
||||
'uppercase' => 'Значение поля :attribute должно быть в верхнем регистре.',
|
||||
'url' => 'Значение поля :attribute имеет ошибочный формат URL.',
|
||||
'uuid' => 'Значение поля :attribute должно быть корректным UUID.',
|
||||
'no_type' => 'Значение поля :attribute может использовать только: :type.',
|
||||
'attributes' => [
|
||||
'address' => 'адрес',
|
||||
'age' => 'возраст',
|
||||
@@ -215,5 +216,7 @@ return [
|
||||
'year' => 'год',
|
||||
'lang' => 'язык',
|
||||
'timezone' => 'часовой пояс',
|
||||
'code' => 'код',
|
||||
'permissions' => 'разрешения',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user