Added the ability to manage users.

This commit is contained in:
2023-08-01 22:04:35 +06:00
parent dc6b6b0d42
commit 52c6fd88d7
37 changed files with 914 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
return [
'Role' => 'Группа пользователей',
'User' => 'Пользователи',
'Allowed to watch' => 'Разрешено смотреть',
'Allowed to create' => 'Разрешено создать',
'Allowed to edit' => 'Разрешено редактировать',

View File

@@ -3,5 +3,6 @@
return [
'Dashboard' => 'Dashboard',
'User group' => 'Группа пользователей',
'Users' => 'Пользователи',
];

View File

@@ -218,5 +218,7 @@ return [
'timezone' => 'часовой пояс',
'code' => 'код',
'permissions' => 'разрешения',
'is_active' => 'активен',
'roles' => 'группа пользователей',
],
];