Tailwind + Logo

This commit is contained in:
Rico van Zelst
2023-10-25 22:40:15 +02:00
parent cc882c4488
commit 23c31f88c5
20 changed files with 3460 additions and 133 deletions

20
lang/nl/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' => 'Deze gegevens komen niet overeen met onze data.',
'password' => 'Het opgegeven wachtwoord is onjuist.',
'throttle' => 'Te veel aanmeldingspogingen. Probeer het opnieuw over :seconds seconden.',
];