2019-09-09 14:57:39 +02:00
|
|
|
<?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' => 'Login fehlgeschlagen.',
|
2023-10-24 18:08:36 +02:00
|
|
|
'throttle' => 'Zu viele Loginversuche. Versuchen Sie es in :seconds Sekunden noch einmal.',
|
2019-09-09 14:57:39 +02:00
|
|
|
|
|
|
|
];
|