Heimdall/resources/lang/ru/auth.php
2021-05-01 18:56:27 +03:00

19 lines
733 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Введенные реквизиты не совпадают c существующими.',
'throttle' => 'Слишком много попыток авторизации. Попробуйте снова через :seconds секунд.',
];