auth.php
838 Bytes
<?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' => 'Zugangsdaten nicht gefunden.',
'general_error' => 'Du hast keine Berechtigung um dies zu machen.',
'socialite' => [
'unacceptable' => ':provider ist kein akzeptierter Anmeldetyp.',
],
'throttle' => 'Zuviele Anmeldeversuche. Bitte warte :seconds Sekunden.',
'unknown' => 'Ein unbekannter Fehler ist aufgetreten',
];