Files
opensem/resources/lang/bg/auth.php
Ludovic CANDELLIER e98266e556 Upgrade boilerplate
2021-09-22 21:01:43 +02:00

19 lines
726 B
PHP

<?php
/*
|--------------------------------------------------------------------------
| 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.
|
*/
return [
'failed' => 'Неуспешно удостоверяване на потребител.',
'password' => 'The provided password is incorrect.',
'throttle' => 'Твърде много опити за вход. Моля, опитайте отново след :seconds секунди.',
];