mirror of
https://github.com/internetee/registry.git
synced 2025-08-11 20:19:34 +02:00
111601356-error_text_modification
This commit is contained in:
parent
7a27756a36
commit
9e3bb02dd1
2 changed files with 5 additions and 3 deletions
|
@ -132,8 +132,8 @@ class Epp::Contact < Contact
|
||||||
'2302' => [ # Object exists
|
'2302' => [ # Object exists
|
||||||
[:code, :epp_id_taken]
|
[:code, :epp_id_taken]
|
||||||
],
|
],
|
||||||
'2304' => [
|
'2304' => [ # Object status prohibits operation
|
||||||
[:ident_type, :invalid, { value: { obj: 'ident_type', val: ident_type } }]
|
[:ident_type, :epp_ident_type_invalid, { value: { obj: 'code', val: code } }]
|
||||||
],
|
],
|
||||||
'2305' => [ # Association exists
|
'2305' => [ # Association exists
|
||||||
[:domains, :exist]
|
[:domains, :exist]
|
||||||
|
|
|
@ -52,6 +52,9 @@ en:
|
||||||
invalid_EE_identity_format_update: "Ident not in valid Estonian identity format. Please create new contact"
|
invalid_EE_identity_format_update: "Ident not in valid Estonian identity format. Please create new contact"
|
||||||
invalid_birthday_format: "Ident not in valid birthady format, should be YYYY-MM-DD"
|
invalid_birthday_format: "Ident not in valid birthady format, should be YYYY-MM-DD"
|
||||||
invalid_country_code: "Ident country code is not valid, should be in ISO_3166-1 alpha 2 format"
|
invalid_country_code: "Ident country code is not valid, should be in ISO_3166-1 alpha 2 format"
|
||||||
|
ident_type:
|
||||||
|
ident_type_invalid: 'Ident type is invalid'
|
||||||
|
epp_ident_type_invalid: 'Object status prohibits operation: ident_type of contact %{code} is invalid'
|
||||||
domains:
|
domains:
|
||||||
exist: 'Object association prohibits operation'
|
exist: 'Object association prohibits operation'
|
||||||
statuses:
|
statuses:
|
||||||
|
@ -266,7 +269,6 @@ en:
|
||||||
unimplemented_command: 'Unimplemented command'
|
unimplemented_command: 'Unimplemented command'
|
||||||
domain_exists_but_belongs_to_other_registrar: 'Domain exists but belongs to other registrar'
|
domain_exists_but_belongs_to_other_registrar: 'Domain exists but belongs to other registrar'
|
||||||
required_ident_attribute_missing: "Required ident attribute missing: %{key}"
|
required_ident_attribute_missing: "Required ident attribute missing: %{key}"
|
||||||
ident_type_invalid: 'Ident type is invalid'
|
|
||||||
|
|
||||||
code: 'Code'
|
code: 'Code'
|
||||||
value: 'Value'
|
value: 'Value'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue