<?xml version="1.0" encoding="UTF-8" ?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
    <file original="file.ext" source-language="en" target-language="nl" datatype="plaintext">
        <body>
            <trans-unit id="1">
                <source>%count% year|%count% years</source>
                <target>{count, plural, =0 {0 jaar} one {1 jaar} other {# jaren}}</target>
            </trans-unit>
            <trans-unit id="2">
                <source>%count% month|%count% months</source>
                <target>{count, plural, =0 {0 maanden} one {1 maand} other {# maanden}}</target>
            </trans-unit>
            <trans-unit id="3">
                <source>%count% day|%count% days</source>
                <target>{count, plural, =0 {0 dagen} one {1 dag} other {# dagen}}</target>
            </trans-unit>
            <trans-unit id="4">
                <source>%count% hour|%count% hours</source>
                <target>{count, plural, =0 {0 uur} one {1 uur} other {# uren}}</target>
            </trans-unit>
            <trans-unit id="5">
                <source>%count% minute|%count% minutes</source>
                <target>{count, plural, =0 {0 minuten} one {1 minuut} other {# minuten}}</target>
            </trans-unit>
            <trans-unit id="6">
                <source>There was a problem validating your password reset request</source>
                <target>Er is een probleem opgetreden bij het valideren van het verzoek om je wachtwoord te herstellen</target>
            </trans-unit>
            <trans-unit id="7">
                <source>There was a problem handling your password reset request</source>
                <target>Er is een probleem opgetreden bij het afhandelen van het verzoek om je wachtwoord te herstellen</target>
            </trans-unit>
            <trans-unit id="8">
                <source>The link in your email is expired. Please try to reset your password again.</source>
                <target>De link in je e-mail is verlopen. Probeer opnieuw je wachtwoord te herstellen.</target>
            </trans-unit>
            <trans-unit id="9">
                <source>Please update the request_password_repository configuration in config/packages/reset_password.yaml to point to your "request password repository" service.</source>
                <target>Update de request_password_repository waarde in config/packages/reset_password.yaml met een verwijzing naar je "request password repository" service.</target>
            </trans-unit>
            <trans-unit id="10">
                <source>The reset password link is invalid. Please try to reset your password again.</source>
                <target>De link om je wachtwoord te herstellen is niet geldig. Probeer opnieuw je wachtwoord te herstellen.</target>
            </trans-unit>
            <trans-unit id="11">
                <source>You have already requested a reset password email. Please check your email or try again soon.</source>
                <target>Je hebt al een verzoek ingediend voor een e-mail om je wachtwoord te herstellen. Controleer of je een e-mail hebt ontvangen of probeer het later nog eens.</target>
            </trans-unit>
        </body>
    </file>
</xliff>
