<?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="es" datatype="plaintext">
        <body>
            <trans-unit id="1">
                <source>%count% year|%count% years</source>
                <target>%count% año|%count% años</target>
            </trans-unit>
            <trans-unit id="2">
                <source>%count% month|%count% months</source>
                <target>%count% mes|%count% meses</target>
            </trans-unit>
            <trans-unit id="3">
                <source>%count% day|%count% days</source>
                <target>%count% día|%count% días</target>
            </trans-unit>
            <trans-unit id="4">
                <source>%count% hour|%count% hours</source>
                <target>%count% hora|%count% horas</target>
            </trans-unit>
            <trans-unit id="5">
                <source>%count% minute|%count% minutes</source>
                <target>%count% minuto|%count% minutos</target>
            </trans-unit>
            <trans-unit id="6">
                <source>There was a problem validating your password reset request</source>
                <target>Error al validar la solicitud de restablecimiento de contraseña</target>
            </trans-unit>
            <trans-unit id="7">
                <source>There was a problem handling your password reset request</source>
                <target>Se ha producido un problema al gestionar la solicitud de restablecimiento de contraseña</target>
            </trans-unit>
            <trans-unit id="8">
                <source>The link in your email is expired. Please try to reset your password again.</source>
                <target>El enlace de tu correo electrónico ha caducado. Intente restablecer la contraseña de nuevo.</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>Por favor, actualice la configuración de request_password_repository en config/packages/reset_password.yaml para que apunte a su servicio "request password repository".</target>
            </trans-unit>
            <trans-unit id="10">
                <source>The reset password link is invalid. Please try to reset your password again.</source>
                <target>El enlace para restablecer la contraseña no es válido. Por favor, intente restablecer su contraseña de nuevo.</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>Ya has solicitado un correo electrónico para restablecer la contraseña. Por favor, compruebe su correo electrónico o inténtelo de nuevo pronto.</target>
            </trans-unit>
        </body>
    </file>
</xliff>
