Sha256: f7bf6989c928f45abbacbfa4a151e3bc3af3097c58ed0ae338054eef420d76f9

Contents?: true

Size: 1.72 KB

Versions: 1

Compression:

Stored size: 1.72 KB

Contents

en:
  errors:
    messages:
      imei: "is not a valid IMEI"
      inequality: "cannot be equal to %{value}"
      equality: "must be equal to %{value}"
      email: "is not a valid email address"
      url: "is not a valid URL"
      mac_address: "is not a valid MAC address"
      ip_address: "is not a valid IP address"
      longitude: "is not a valid longitude"
      latitude: "is not a valid latitude"
      color: "is not a valid hexadecimal color"
  missing_validators:
    matchers:
      ensure_valid_email_format_of:
        failure_message_for_should: "#{model} should ensure valid email format of attribute #{attr}"
        failure_message_for_should_not: "#{model} should not ensure valid email format of attribute #{attr}"
      ensure_valid_url_format_of:
        failure_message_for_should: "#{model} should ensure valid URL format of attribute #{attr}"
        failure_message_for_should_not: "#{model} should not ensure valid URL format of attribute #{attr}"
      ensure_valid_mac_address_format_of:
        failure_message_for_should: "#{model} should ensure valid MAC address format of attribute #{attr}"
        failure_message_for_should_not: "#{model} should not ensure valid MAC address format of attribute #{attr}"
      ensure_valid_latitude_format_of:
        failure_message_for_should: "#{model} should ensure valid latitude format of attribute #{attr}"
        failure_message_for_should_not: "#{model} should not ensure valid latitude format of attribute #{attr}"
      ensure_valid_longitude_format_of:
        failure_message_for_should: "#{model} should ensure valid longitude format of attribute #{attr}"
        failure_message_for_should_not: "#{model} should not ensure valid longitude format of attribute #{attr}"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
missing_validators-2.3.0 lib/locales/en.yml