. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'button' => [ 'resend' => 'Verstuur verificatie e-mail opnieuw', 'set' => 'Wachtwoord instellen', 'start' => 'Start', ], 'error' => [ 'contact_support' => 'Contacteer support om je account te herstellen.', 'expired' => 'Verificatiecode is verlopen.', 'invalid' => 'Onverwachte fout in verificatiecode.', 'is_privileged' => 'Neem contact op met een beheerder van een hoog niveau om je account te herstellen.', 'missing_key' => 'Vereist.', 'too_many_tries' => 'Te veel mislukte pogingen.', 'user_not_found' => 'Deze gebruiker bestaat niet.', 'wrong_key' => 'Onjuiste code.', ], 'notice' => [ 'sent' => 'Controleer uw e-mail voor de verificatiecode.', 'saved' => 'Het nieuwe wachtwoord is opgeslagen!', ], 'started' => [ 'password' => 'Nieuw wachtwoord', 'password_confirmation' => 'Wacthwoordbevestiging', 'title' => 'Opnieuw instellen van het wachtwoord van account :username.', 'verification_key' => 'Verificatiecode', ], 'starting' => [ 'username' => 'Vul e-mail adres of gebruikersnaam in', 'reason' => [ 'inactive_different_country' => "Uw account is een lange tijd niet gebruikt. Om uw accountbeveiliging te verzekeren, reset uw wachtwoord.", ], 'support' => [ '_' => 'Meer hulp nodig? Neem contact met ons op via onze :button.', 'button' => 'ondersteuningssysteem', ], ], ];