2025-10-08 16:00:47 -04:00

25 lines
1.0 KiB
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 inloggegevens komen niet overeen met onze database.',
'failed-two-factor' => 'Incorrect 2FA code',
'two-factor-code' => 'Tweestapsverificatie',
'two-factor-hint' => 'U kunt back-upcodes gebruiken als u geen toegang meer hebt tot uw apparaat.',
'password' => 'Wachtwoord is onjuist.',
'throttle' => 'Te veel inlogpogingen. Probeer het over :seconds seconde(n) opnieuw.',
'2fa_must_be_enabled' => 'De beheerder heeft vereist dat twee stap verificatie is ingeschakeld voor uw account om Panel te kunnen gebruiken.',
];