AlbertGazizov/attr_validator

View on GitHub
lib/attr_validator/locales/en.yml

Summary

Maintainability
Test Coverage
en:
  attr_validator:
    errors:
      invalid_email: "invalid email"
      can_not_be_email: "can't be email"
      should_not_be_included_in_list: "should not be included in %{list}"
      should_be_included_in_list: "should be included in %{list}"
      can_not_be_less_than: "can not be less than %{length}"
      can_not_be_more_than: "can not be more than %{length}"
      should_be_equal_to: "should be equal to %{length}"
      should_not_be_equal_to: "should not be equal to %{length}"
      can_not_be_nil: "can not be nil"
      should_be_nil: "should be nil"
      should_be_greater_than: "should be greater than %{number}"
      should_be_greater_than_or_equal_to: "should be greater than or equal to %{number}"
      should_be_less_than: "should be less than %{number}"
      should_be_less_than_or_equal_to: "should be less than or equal to %{number}"
      should_be_even: "should be even number"
      should_be_odd: "should be odd number"
      can_not_be_blank: "can not be blank"
      should_be_blank: "should be blank"
      does_not_match: "does not match defined format"
      invalid_url: "invalid url"
      can_not_be_url: "can not be a url"