Added the ability to manage users.
This commit is contained in:
@@ -54,5 +54,10 @@
|
||||
"Create": "Create",
|
||||
"The group was successfully created": "The group was successfully created",
|
||||
"The group was successfully updated": "The group was successfully updated",
|
||||
"The group has been deleted": "The group has been deleted"
|
||||
"The group has been deleted": "The group has been deleted",
|
||||
"yes": "yes",
|
||||
"no": "no",
|
||||
"The user was successfully created": "The user was successfully created",
|
||||
"The user was successfully updated": "The user was successfully updated",
|
||||
"The user has been deleted": "The user has been deleted"
|
||||
}
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
return [
|
||||
'Role' => 'User group',
|
||||
'User' => 'Users',
|
||||
'Allowed to watch' => 'Allowed to watch',
|
||||
'Allowed to create' => 'Allowed to create',
|
||||
'Allowed to edit' => 'Allowed to edit',
|
||||
|
@@ -3,4 +3,5 @@
|
||||
return [
|
||||
'Dashboard' => 'Dashboard',
|
||||
'User group' => 'User group',
|
||||
'Users' => 'Users',
|
||||
];
|
||||
|
@@ -218,5 +218,7 @@ return [
|
||||
'timezone' => 'timezone',
|
||||
'code' => 'code',
|
||||
'permissions' => 'permissions',
|
||||
'is_active' => 'is active',
|
||||
'roles' => 'user group',
|
||||
],
|
||||
];
|
||||
|
@@ -54,5 +54,10 @@
|
||||
"Create": "Создать",
|
||||
"The group was successfully created": "Группа успешно создана",
|
||||
"The group was successfully updated": "Группа успешно обновлена",
|
||||
"The group has been deleted": "Группа была удалена"
|
||||
"The group has been deleted": "Группа была удалена",
|
||||
"yes": "да",
|
||||
"no": "нет",
|
||||
"The user was successfully created": "Пользователь был успешно создан",
|
||||
"The user was successfully updated": "Пользователь был успешно обновлен",
|
||||
"The user has been deleted": "Пользователь был удален"
|
||||
}
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
return [
|
||||
'Role' => 'Группа пользователей',
|
||||
'User' => 'Пользователи',
|
||||
'Allowed to watch' => 'Разрешено смотреть',
|
||||
'Allowed to create' => 'Разрешено создать',
|
||||
'Allowed to edit' => 'Разрешено редактировать',
|
||||
|
@@ -3,5 +3,6 @@
|
||||
return [
|
||||
'Dashboard' => 'Dashboard',
|
||||
'User group' => 'Группа пользователей',
|
||||
'Users' => 'Пользователи',
|
||||
];
|
||||
|
||||
|
@@ -218,5 +218,7 @@ return [
|
||||
'timezone' => 'часовой пояс',
|
||||
'code' => 'код',
|
||||
'permissions' => 'разрешения',
|
||||
'is_active' => 'активен',
|
||||
'roles' => 'группа пользователей',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user