Update passwords.php

Corresponds to the English version
This commit is contained in:
kostefun 2019-09-05 09:52:24 +07:00 committed by GitHub
parent 16d8a667b1
commit 6758a42f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +1,15 @@
<?php
/**
* Password Reminder 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.
*/
return [
/*
|--------------------------------------------------------------------------
| Password Reminder 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' => 'Пароль должен содержать не менее шести символов для применения.',
'user' => 'Невозможно найти пользователя с указанным email адресом.',
'token' => 'Этот токен для сброса пароля недействителен.',
'sent' => 'Ссылка для сброса пароля была отправлена на электронную почту!',
'password' => 'Пароль должен содержать не менее шести символов и совпадать с подтверждением.',
'user' => 'Пользователь с указаным email отсутствует.',
'token' => 'Токен сброса пароля недействителен.',
'sent' => 'Ссылка для сброса пароля отправлена на email!',
'reset' => 'Ваш пароль был сброшен!',
];