BookStack/resources/lang/uk/passwords.php
2019-05-06 22:27:17 +03:00

16 lines
867 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
/**
* 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' => "Ми не можемо знайти користувача з цією адресою електронної пошти.",
'token' => 'Цей токен для скидання пароля недійсний.',
'sent' => 'Ми надіслали вам електронний лист із посиланням на скидання пароля!',
'reset' => 'Ваш пароль був скинутий!',
];