mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Validate DNS keys count
This commit is contained in:
parent
9519538744
commit
39ebabf064
10 changed files with 70 additions and 9 deletions
|
@ -109,6 +109,7 @@ en:
|
|||
dnskeys:
|
||||
invalid: 'DNS keys are invalid'
|
||||
not_found: 'Dnskey was not found'
|
||||
out_of_range: 'DNS keys count must be between %{min}-%{max}'
|
||||
|
||||
domain:
|
||||
<<: *epp_domain_ar_attributes
|
||||
|
@ -211,6 +212,11 @@ en:
|
|||
nameservers: 'Nameservers'
|
||||
domain:
|
||||
<<: *epp_domain_attributes
|
||||
dnskey:
|
||||
flags: 'Flag'
|
||||
protocol: 'Protocol'
|
||||
alg: 'Algorithm'
|
||||
public_key: 'Public key'
|
||||
|
||||
|
||||
errors:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue