Transform the model name into a more humane format, using I18n. By default, it will underscore then humanize the class name
BlogPost.model_name.human # => "Blog post"
Specify options with additional translating options.
[Validate]