Files
panel/lang/nl/auth.php
github-actions[bot] 483145aac8 New Crowdin Translations (#2407)
Co-authored-by: notAreYouScared <1757840+notAreYouScared@users.noreply.github.com>
2026-06-22 09:10:23 -04:00

26 lines
1.1 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.',
'password_login_disabled' => 'Inloggen met een wachtwoord is uitgeschakeld. Gebruik een OAuth provider om in te loggen.',
];