Файл: lang/bg/auth.php
Строк: 19
<?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' => 'Неуспешно удостоверяване на потребител.',
'throttle' => 'Твърде много опити за вход. Моля, опитайте отново след :seconds секунди.',
];