Files
website/lang/de/auth.php
2026-03-22 19:00:00 +01:00

21 lines
718 B
PHP

<?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' => 'Diese Anmeldedaten wurden von uns nicht genehmigt.',
'password' => 'Dieses Kennwort entspricht nicht der Form.',
'throttle' => 'Ihre Frist zur Anmeldung ist abgelaufen. Bitte versuchen Sie es in :seconds Sekunden erneut.',
];