Files
HeimerdingerLoL/lang/nl/auth.php
Rico van Zelst 23c31f88c5 Tailwind + Logo
2023-10-25 22:40:15 +02:00

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