misc_pterodactyl-panel/resources/lang/ru/passwords.php
2016-12-30 22:19:23 +00:00

9 lines
442 B
PHP
Raw 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 [
'password' => 'Пароли должны быть не менее шести символов.',
'reset' => 'Ваш пароль был сброшен!',
'sent' => 'Мы отправили ссылку сброса пароля!',
'token' => 'Токен сброса пароля недействителен.',
'user' => 'Мы не можем найти пользователя с таким email.',
];