LogViewer/code/resources/lang/ru/auth.php
splin94@yandex.ru 3a4a328d80 -
2023-11-09 20:51:08 +00:00

20 lines
729 B
PHP
Executable File

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Имя пользователя и пароль не совпадают.',
'throttle' => 'Слишком много попыток входа. Пожалуйста, попробуйте еще раз через :seconds секунд.',
];