<?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.',
    'password_used' => 'Du kannst kein Passwort benutzen, das du schon einmal verwendet hast.',
    'socialite' => [
        'unacceptable' => ':provider ist kein akzeptierter Anmeldetyp.',
    ],
    'throttle' => 'Zuviele Anmeldeversuche. Bitte warte :seconds Sekunden.',
    'unknown' => 'Ein unbekannter Fehler ist aufgetreten',
];
