Files
nexusphp/resources/lang/ru/passwords.php
2026-02-01 01:26:00 +07:00

12 lines
584 B
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
declare(strict_types=1);
return [
'reset' => 'Ваш пароль сброшен.',
'sent' => 'Ссылка для сброса пароля отправлена по электронной почте.',
'throttled' => 'Пожалуйста, подождите перед повторной попыткой.',
'token' => 'Этот токен сброса пароля недействителен.',
'user' => 'Мы не можем найти пользователя с таким адресом электронной почты.',
];