birzha-legalizasia/lang/ru/auth.php

29 lines
1.5 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'Эти учетные данные не соответствуют нашим записям.',
'password' => 'Предоставленный пароль неверный.',
'throttle' => 'Слишком много попыток входа. Повторите попытку через :seconds секунд.',
'suspended' => 'Аккаунт с данным e-mail заблокирован',
'not_verified' => 'Е-mail аккаунта не подтверждена.',
'unauthorized' => 'Неавторизованный',
'token_mismatch' => 'Токены не совпадают',
'user_not_found' => 'Пользователь с указанным e-mail не найден',
'token_expired' => 'Срок действия токена истек',
'sent_reset_code'=>'Код сброса пароля отправлен на ваш e-mail. Пожалуйста, проверьте свой e-mail',
'invalid_token' => 'Неверный код сброса',
'reset_password_successful' => 'Пароль был успешно изменен'
];