1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-06 12:02:45 +03:00
Files
bookstack/resources/lang/ru/passwords.php
kostefun 6758a42f80 Update passwords.php
Corresponds to the English version
2019-09-05 09:52:24 +07:00

16 lines
720 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
/**
* 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' => 'Пароль должен содержать не менее шести символов и совпадать с подтверждением.',
'user' => 'Пользователь с указаным email отсутствует.',
'token' => 'Токен сброса пароля недействителен.',
'sent' => 'Ссылка для сброса пароля отправлена на email!',
'reset' => 'Ваш пароль был сброшен!',
];