mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 07:53:16 +00:00
New translations passwords.php (Russian)
This commit is contained in:
@@ -10,10 +10,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'password' => 'Passwords must be at least six characters and match the confirmation.',
|
'password' => 'Пароль должен содержать не менее 6 символов. Пароль и его подтверждение должны совпадать.',
|
||||||
'user' => 'We can\'t find a user with that e-mail address.',
|
'user' => 'Мы не можем найти пользователя с таким e-mail.',
|
||||||
'token' => 'This password reset token is invalid.',
|
'token' => 'Это неправильный ключ для сброса пароля.',
|
||||||
'sent' => 'We have e-mailed your password reset link!',
|
'sent' => 'Мы отправили ссылку для сброса пароля на ваш e-mail!',
|
||||||
'reset' => 'Your password has been reset!',
|
'reset' => 'Ваш пароль был успешно сброшен!',
|
||||||
'blocked' => 'Nice try though.',
|
'blocked' => 'Это была хорошая попытка.',
|
||||||
];
|
];
|
Reference in New Issue
Block a user