internetee-registry/config/locales/en.yml
2014-08-28 14:39:31 +03:00

133 lines
4.2 KiB
YAML

# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <%= t('hello') %>
#
# To use a different locale, set it with `I18n.locale`:
#
# I18n.locale = :es
#
# This would use the information in config/locales/es.yml.
#
# To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html.
en:
activerecord:
errors:
models:
contact:
attributes:
code:
blank: "Required parameter missing - code"
name:
blank: "Required parameter missing - name"
phone:
blank: "Required parameter missing - phone"
invalid: "Phone nr is invalid"
email:
blank: "Required parameter missing - email"
invalid: "Email is invalid"
ident:
blank: "Required parameter missing - ident"
domains:
exist: 'Object association prohibits operation'
domain:
attributes:
name_dirty:
reserved: 'Domain name is reserved or restricted'
taken: 'Domain name already exists'
owner_contact:
blank: 'Registrant is missing'
not_found: 'Registrant not found'
domain_contacts:
not_found: 'Contact was not found'
admin_contacts:
out_of_range: 'Admin contacts count must be between 1 - infinity'
nameservers:
out_of_range: 'Nameservers count must be between %{min}-%{max}'
not_found: 'Nameserver was not found'
taken: 'Nameserver already exists on this domain'
period:
out_of_range: 'Period must add up to 1, 2 or 3 years'
auth_info:
wrong_pw: 'Authentication error'
domain_statuses:
not_found: 'Status was not found'
taken: 'Status already exists on this domain'
nameserver:
attributes:
hostname:
invalid: 'Hostname is invalid'
ipv4:
invalid: 'IPv4 is invalid'
ipv6:
invalid: 'IPv6 is invalid'
setting:
attributes:
code:
taken: 'Code already exists'
domain_status:
attributes:
setting_id:
taken: 'Status already exists on this domain'
attributes:
domain:
name: 'Domain name'
name_dirty: 'Domain name'
name_puny: 'Domain name'
owner_contact: 'Registrant'
errors:
messages:
taken: 'Status already exists on this domain'
blank: 'is missing'
epp_domain_reserved: 'Domain name is reserved or restricted'
epp_obj_does_not_exist: 'Object does not exist'
epp_command_failed: 'Command failed'
epp_authorization_error: 'Authorization error'
epp_id_taken: 'Contact id already exists'
epp_domain_not_found: 'Domain not found'
epp_exp_dates_do_not_match: 'Given and current expire dates do not match'
epp_registrant_not_found: 'Registrant not found'
required_parameter_missing: 'Required parameter missing: %{key}'
attr_missing: 'Required parameter missing: %{key}'
repeating_postal_info: 'Only one of each postal info types may be provided'
invalid_type: 'PostalInfo type is invalid'
setting_groups:
codes:
domain_validation: 'Domain validation'
index:
setting_group: 'Setting group'
edit_settings: 'Edit settings'
show:
setting: 'Setting'
settings:
codes:
ns_min_count: 'Nameserver minimum count'
ns_max_count: 'Nameserver maximum count'
shared:
code: 'Code'
value: 'Value'
setting_groups: 'Setting groups'
action: 'Action'
edit: 'Edit'
save: 'Save'
dashboard: 'Dashboard'
log_out: 'Log out'
system: 'System'
settings: 'Settings'
domains: 'Domains'
epp_users: 'EPP Users'
registrars: 'Registrars'