First steps

This commit is contained in:
2026-03-22 19:00:00 +01:00
parent 54f6a1d235
commit 5a5b9f7227
19 changed files with 2583 additions and 2 deletions

20
lang/de/auth.php Normal file
View File

@@ -0,0 +1,20 @@
<?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.',
];