mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
commit
a35c1bfb13
@ -1,22 +1,15 @@
|
|||||||
<?php
|
<?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 [
|
return [
|
||||||
|
|
||||||
/*
|
'password' => 'Пароль должен содержать не менее шести символов и совпадать с подтверждением.',
|
||||||
|--------------------------------------------------------------------------
|
'user' => 'Пользователь с указаным email отсутствует.',
|
||||||
| Password Reminder Language Lines
|
'token' => 'Токен сброса пароля недействителен.',
|
||||||
|--------------------------------------------------------------------------
|
'sent' => 'Ссылка для сброса пароля отправлена на email!',
|
||||||
|
|
|
||||||
| 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' => 'Ссылка для сброса пароля была отправлена на электронную почту!',
|
|
||||||
'reset' => 'Ваш пароль был сброшен!',
|
'reset' => 'Ваш пароль был сброшен!',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user