mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Add different ip version support to nameserver
This commit is contained in:
parent
a846a51444
commit
793b0d22ff
7 changed files with 18 additions and 13 deletions
|
@ -51,15 +51,15 @@ en:
|
|||
nameservers:
|
||||
out_of_range: 'Nameservers count must be between %{min}-%{max}'
|
||||
hostname_invalid: 'Hostname is invalid'
|
||||
ip_invalid: 'IP is invalid'
|
||||
ip_invalid: 'IPv4 is invalid'
|
||||
period:
|
||||
out_of_range: 'Period must add up to 1, 2 or 3 years'
|
||||
nameserver:
|
||||
attributes:
|
||||
hostname:
|
||||
invalid: 'Hostname is invalid'
|
||||
ip:
|
||||
invalid: 'IP is invalid'
|
||||
ipv4:
|
||||
invalid: 'IPv4 is invalid'
|
||||
attributes:
|
||||
domain:
|
||||
name: 'Domain name'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue