Sha256: 127f9cbf2167c1507f94d0aa44fe6eb34dbe4b66c25b7246cc651150bb41886e
Contents?: true
Size: 1.22 KB
Versions: 4
Compression:
Stored size: 1.22 KB
Contents
en = variants: {} models: {} attributes: {} errors: messages: accepted: "must be accepted" blank: "can't be blank" confirmation: "doesn't match %{attribute}" empty: "can't be empty" equal_to: "must be equal to %{count}" even: "must be even" exclusion: "is reserved" greater_than: "must be greater than %{count}" greater_than_or_equal_to: "must be greater than or equal to %{count}" inclusion: "is not included in the list" invalid: "is invalid" less_than: "must be less than %{count}" less_than_or_equal_to: "must be less than or equal to %{count}" not_a_number: "is not a number" not_an_integer: "must be an integer" odd: "must be odd" 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)" other_than: "must be other than %{count}" export default en
Version data entries
4 entries across 4 versions & 1 rubygems