auth.php 688 B

123456789101112131415161718
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | Authentication Language Lines
  5. |--------------------------------------------------------------------------
  6. |
  7. | The following language lines are used during authentication for various
  8. | messages that we need to display to the user. You are free to modify
  9. | these language lines according to your application's requirements.
  10. |
  11. */
  12. return [
  13. 'failed' => 'Diese Kombination aus Zugangsdaten wurde nicht in unserer Datenbank gefunden.',
  14. 'password' => 'Das eingegebene Passwort ist nicht korrekt.',
  15. 'throttle' => 'Zu viele Loginversuche. Versuchen Sie es bitte in :seconds Sekunden nochmal.',
  16. ];