diff --git a/resources/lang/ru_RU/auth.php b/resources/lang/ru_RU/auth.php index 5d833b3d68..bc725bca9b 100644 --- a/resources/lang/ru_RU/auth.php +++ b/resources/lang/ru_RU/auth.php @@ -22,7 +22,7 @@ return [ | */ - 'failed' => 'These credentials do not match our records.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Неправильный адрес электронной почты или пароль.', + 'throttle' => 'Слишком много попыток логина. Пожалуйста, попробуйте снова через :seconds секунд.', ]; \ No newline at end of file