Sha256: b7c0ff324ed260df02cbaddbf7641eb84a57475a5d33147a4653538b874037ce
Contents?: true
Size: 1.54 KB
Versions: 124
Compression:
Stored size: 1.54 KB
Contents
en: validator: paging: min_page: page should be more than 1 min_per_page: per_page should be >= %{min_per_page} max_per_page: per_page should be <= %{max_per_page} max_result_window: product of page and per_page should be <= %{max_result_window} email: invalid_email: invalid email length: can_not_be_less_than: length can not be less than %{length} can_not_be_more_than: length can not be more than %{length} should_be_equal_to: length should be equal to %{length} should_not_be_equal_to: length should not be equal to %{length} presence: can_not_be_blank: can not be blank url: invalid_url: invalid url invalid_scheme: scheme should be one of %{schemes} invalid_port: port should be one of %{ports} invalid_domain: domain should be one of %{domains} inclusion: error: value should be one of %{list} exclusion: error: value should not be one of %{list} regexp: error: value does not match regexp %{regexp} password: min_password_length: password length can not be less than %{number} max_password_length: password length can not be more than %{number} wrong_number_of_digits: number of digits should be more than %{number} wrong_number_of_lowercase_chars: number of lowercase characters should be more than %{number} wrong_number_of_uppercase_chars: number of uppercase characters should be more than %{number} wrong_number_of_special_symbols: number of special symbols should be more than %{number}
Version data entries
124 entries across 124 versions & 1 rubygems