mirror of
https://github.com/internetee/registry.git
synced 2025-08-12 04:29:33 +02:00
Fix translations
This commit is contained in:
parent
3f8f5cc4cd
commit
4f780e0c1a
1 changed files with 3 additions and 2 deletions
|
@ -82,13 +82,14 @@ en:
|
||||||
blank: 'Registrant is missing'
|
blank: 'Registrant is missing'
|
||||||
not_found: 'Registrant not found'
|
not_found: 'Registrant not found'
|
||||||
domain_contacts:
|
domain_contacts:
|
||||||
|
invalid: 'Contacts are invalid'
|
||||||
not_found: 'Contact was not found'
|
not_found: 'Contact was not found'
|
||||||
admin_contacts:
|
admin_contacts:
|
||||||
out_of_range: 'Admin contacts count must be between 1 - infinity'
|
out_of_range: 'Admin contacts count must be between 1 - infinity'
|
||||||
less_than_or_equal_to: 'Admin contacts count must be less than or equal to %{count}'
|
less_than_or_equal_to: 'Admin contacts count must be less than or equal to %{count}'
|
||||||
greater_than_or_equal_to: 'Admin contacts count must be greater than or equal to %{count}'
|
greater_than_or_equal_to: 'Admin contacts count must be greater than or equal to %{count}'
|
||||||
nameservers:
|
nameservers:
|
||||||
invalid: 'Nameserver is invalid'
|
invalid: 'Nameservers are invalid'
|
||||||
out_of_range: 'Nameservers count must be between %{min}-%{max}'
|
out_of_range: 'Nameservers count must be between %{min}-%{max}'
|
||||||
not_found: 'Nameserver was not found'
|
not_found: 'Nameserver was not found'
|
||||||
taken: 'Nameserver already exists on this domain'
|
taken: 'Nameserver already exists on this domain'
|
||||||
|
@ -100,7 +101,7 @@ en:
|
||||||
auth_info:
|
auth_info:
|
||||||
wrong_pw: 'Authentication error'
|
wrong_pw: 'Authentication error'
|
||||||
domain_statuses:
|
domain_statuses:
|
||||||
invalid: 'Status is invalid'
|
invalid: 'Statuses are invalid'
|
||||||
not_found: 'Status was not found'
|
not_found: 'Status was not found'
|
||||||
taken: 'Status already exists on this domain'
|
taken: 'Status already exists on this domain'
|
||||||
registrar:
|
registrar:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue