[jQuery] [validate] - translate generic error messages

[jQuery] [validate] - translate generic error messages


Plugin: http://bassistance.de/jquery-plugins/jquery-plugin-validation/
How translate generic error messages, without editing the javascript
file?
My test:
        messages: {
                required: "Don't work",
            username: {
                required: "Work"
            },
            email: "Work"
        }
But I need to change one by one? I just want all the messages required
to be changed and not a specific field.
Exemple:
change all "This field is required."
to "Campito el obrigatoriozito delo prenxings. Thanks!"