You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
365 B

<?php
return [
// USERS
'users' => 'Пользователи',
'user_details' => 'Детали пользователя',
'assign_roles' => 'Назначить роли',
'assign_roles_for_user' => 'Назначить роли пользователю',
'delete_user' => 'Удалить пользователя',
'name' => 'Имя',
];