en: errors: messages: alpha: "is not a valid alpha characters" alpha_numeric: "is not a valid alpha-numeric characters" boolean: "is not a valid boolean" credit_card: "is not a valid credit card" currency: "is not a valid currency" email: "is not a valid email" equality: "is not %{operator} %{attr}" hex: "is not a valid hex color" imei: "is not a valid IMEI" ip: "is not a valid IP" longitude: "is not a valid latitude" longitude: "is not a valid longitude" mac_address: "is not a valid MAC address" name: "is not a valid name" password: "is not a valid password" phone: "is not a valid phone number" slug: "is not a valid slug" ssn: "is not a valid social security number" url: "is not a valid URL" username: "is not a valid username" flash_validators: matchers: ensure_valid_alpha_format_of: failure_message_for_should: "#{model} should ensure valid alpha format of attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure valid alpha format of attribute #{attr}" ensure_valid_alpha_numeric_format_of: failure_message_for_should: "#{model} should ensure valid alpha numeric format of attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure valid alpha numeric format of attribute #{attr}" ensure_valid_boolean_format_of: failure_message_for_should: "#{model} should ensure valid boolean format of attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure valid boolean format of attribute #{attr}" ensure_valid_credit_card_format_of: failure_message_for_should: "#{model} should ensure valid credit card format of attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure valid credit card format of attribute #{attr}" ensure_valid_currency_format_of: failure_message_for_should: "#{model} should ensure valid currency format of attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure valid currency format of attribute #{attr}" 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_equality_format_of: failure_message_for_should: "#{model} should ensure equality of #{operator} on attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure equality of #{operator} on attribute #{attr}" ensure_valid_hex_format_of: failure_message_for_should: "#{model} should ensure valid hex format of attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure valid hex format of attribute #{attr}" ensure_valid_imei_format_of: failure_message_for_should: "#{model} should ensure valid IMEI address format of attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure valid IMEI address format of attribute #{attr}" ensure_valid_ip_format_of: failure_message_for_should: "#{model} should ensure valid IP address format of attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure valid IP 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}" 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_name_format_of: failure_message_for_should: "#{model} should ensure valid name format of attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure valid name format of attribute #{attr}" ensure_valid_password_format_of: failure_message_for_should: "#{model} should ensure valid password format of attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure valid password format of attribute #{attr}" ensure_valid_phone_format_of: failure_message_for_should: "#{model} should ensure valid phone format of attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure valid phone format of attribute #{attr}" ensure_valid_slug_format_of: failure_message_for_should: "#{model} should ensure valid slug format of attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure valid slug format of attribute #{attr}" ensure_valid_ssn_format_of: failure_message_for_should: "#{model} should ensure valid ssn format of attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure valid ssn 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_username_format_of: failure_message_for_should: "#{model} should ensure valid username format of attribute #{attr}" failure_message_for_should_not: "#{model} should not ensure valid username format of attribute #{attr}"