cattr-app/server-application

View on GitHub
resources/lang/ru/passwords.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Password Reset Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are the default lines which match reasons
    | that are given by the password broker for a password update attempt
    | has failed, such as for an invalid token or invalid new password.
    |
    */

    'password' => 'Пароль должен содержать не менее 6 символов.',
    'reset' => 'Ваш пароль был сброшен.',
    'sent' => 'Мы отправили на вашу почту письмо для восстановления пароля.',
    'token' => 'Токен для сброса пароля недействителен.',
    'user' => 'Мы не смогли найти пользователя с таким E-mail.',

];