jennifer: errors: format: "%{attribute} %{message}" messages: # model_invalid: "Validation failed: %{errors}" inclusion: "is not included in the list" exclusion: "is reserved" invalid: "is invalid" taken: "has already been taken" required: "must exist" confirmation: "doesn't match %{attribute}" accepted: "must be accepted" empty: "can't be empty" blank: "can't be blank" present: "must be blank" too_long: one: "is too long (maximum is 1 character)" other: "is too long (maximum is %{count} characters)" too_short: one: "is too short (minimum is 1 character)" other: "is too short (minimum is %{count} characters)" wrong_length: one: "is the wrong length (should be 1 character)" other: "is the wrong length (should be %{count} characters)" greater_than: "must be greater than %{value}" greater_than_or_equal_to: "must be greater than or equal to %{value}" equal_to: "must be equal to %{value}" less_than: "must be less than %{value}" less_than_or_equal_to: "must be less than or equal to %{value}" other_than: "must be other than %{value}" odd: "must be odd" even: "must be even"