Upgrade boilerplate
This commit is contained in:
18
resources/lang/bg/auth.php
Normal file
18
resources/lang/bg/auth.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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 секунди.',
|
||||
];
|
||||
Reference in New Issue
Block a user