Variable Translation

Translation: Context<{
    Disclaimer: ((__namedParameters: DisclaimerProps) => Element);
    email: {
        label: string;
    };
    error: {
        generic: string;
        invalid_email_password: string;
        not_allowed: string;
        password_max_length: string;
        password_min_length: string;
        password_mismatch: string;
        reset_token_expire: string;
        reset_token_invalid: string;
        reset_token_not_found: string;
        unavailable: string;
    };
    google: {
        label: string;
    };
    label: {
        email: string;
        password: string;
    };
    password: {
        forgot: string;
        label: string;
        title: string;
    };
    passwordless: {
        button: string;
        info: ((__namedParameters: {
            label: string;
        }) => Element);
        title: string;
    };
    passwordless_check: {
        description: ((__namedParameters: PasswordlessProps) => Element);
        info: string;
        title: string;
        warning: string;
    };
    passwordless_confirm: {
        info: string;
        success: string;
        title: string;
    };
    reset_check_mail: {
        description: ((__namedParameters: ResetProps) => Element);
        info: string;
        title: string;
    };
    reset_password: {
        button: string;
        info: string;
        title: string;
    };
    set_password: {
        button_label: string;
        new_password: string;
        repeat_password: string;
        title: string;
    };
    signin: {
        info: string;
        label: string;
        nav: string;
        title: string;
    };
    signup: {
        info: string;
        label: string;
        nav: string;
        title: string;
    };
    update_email_confirm: {
        label: string;
        submitted: string;
        title: string;
    };
    update_email_reject: {
        label: string;
        submitted: string;
        title: string;
    };
    verify_email: {
        label: string;
        success: string;
        title: string;
    };
}> = ...

Generated using TypeDoc