File: D:/HostingSpaces/MdnDirecteur/hours.komma.cloud/resources/lang/nl/auth.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 combinatie van e-mailadres en wachtwoord is niet geldig.',
'throttle' => 'Te veel mislukte loginpogingen. Probeer het over :seconds seconden nogmaals.',
'email_does_not_match' => 'Het e-mailadres komt niet overeen met de te wijzigen gebruiker.',
'log_in' => 'Inloggen',
'forgot_your_password' => 'Wachtwoord vergeten?',
'reset_password' => 'Reset wachtwoord',
'send_password_reset_link' => 'Verzend wachtwoord reset link',
'confirm_password' => 'Bevestig wachtwoord',
'set_password' => 'Stel wachtwoord in',
];