Add russian translation (#1460)
This commit is contained in:
parent
f448927df6
commit
7b4e69b5d2
16 changed files with 993 additions and 0 deletions
19
resources/lang/ru/passwords.php
Normal file
19
resources/lang/ru/passwords.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reset 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' => 'Пароли должны содержать не менее шести символов и соответствовать подтверждению.',
|
||||
'reset' => 'Ваш пароль сброшен!',
|
||||
'sent' => 'Мы отправили вам ссылку для сброса пароля по электронной почте!',
|
||||
'token' => 'Этот токен сброса пароля недействителен.',
|
||||
'user' => 'Мы не можем найти пользователя с таким адресом электронной почты.',
|
||||
];
|
Reference in a new issue