mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Added ident country code and improved other ident things
This commit is contained in:
parent
e9b77c5b0f
commit
44f11de5c8
13 changed files with 117 additions and 66 deletions
|
@ -31,7 +31,6 @@ en:
|
|||
activerecord:
|
||||
errors:
|
||||
models:
|
||||
|
||||
contact:
|
||||
attributes:
|
||||
code:
|
||||
|
@ -46,6 +45,7 @@ en:
|
|||
invalid: "Email is invalid"
|
||||
ident:
|
||||
blank: "Required parameter missing - ident"
|
||||
not_valid_EE_identity_format: "Ident not in valid Estonian identity format."
|
||||
domains:
|
||||
exist: 'Object association prohibits operation'
|
||||
|
||||
|
@ -237,6 +237,7 @@ en:
|
|||
invalid_type: 'PostalInfo type is invalid'
|
||||
unimplemented_command: 'Unimplemented command'
|
||||
domain_exists_but_belongs_to_other_registrar: 'Domain exists but belongs to other registrar'
|
||||
required_attribute_missing: Required attributes missing
|
||||
|
||||
code: 'Code'
|
||||
value: 'Value'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue