Sha256: 1449152ccc311e21b3dd4baf027ecd2e9ed4906eaa91df32c8c97cf5554ce82f
Contents?: true
Size: 1.34 KB
Versions: 1
Compression:
Stored size: 1.34 KB
Contents
--- en: activemodel: &activemodel errors: messages: disposable_domain: "is not allowed (high-bounce domain)" disposable_email: "is not allowed (high-bounce email)" invalid_cnpj: "is not a valid CNPJ" invalid_cpf: "is not a valid CPF" invalid_date: "is not a valid date" invalid_date_after: "needs to be after %{date}" invalid_date_before: "needs to be before %{date}" invalid_email: "is not a valid address" invalid_hostname: "does not have a valid hostname" invalid_ip_address: "is not a valid IP address" invalid_ipv4_address: "is not a valid IPv4 address" invalid_ipv6_address: "is not a valid IPv6 address" invalid_owner: "is not associated with your user" invalid_ssh_private_key: "is not a valid private SSH key" invalid_ssh_private_key_bits: "needs to be at least %{required} bits; got %{value} bits instead" invalid_ssh_private_key_type: "must be a %{value} key" invalid_ssh_public_key: "is not a valid public SSH key" invalid_subdomain: "is invalid" invalid_url: "is not a valid address" invalid_username: "is invalid" reserved_subdomain: "%{value} is a reserved subdomain" reserved_username: "%{value} is a reserved username" activerecord: <<: *activemodel
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
validators-3.4.2 | lib/validators/locale/en.yml |