mirror of
https://github.com/internetee/registry.git
synced 2025-08-17 06:53:53 +02:00
The test for Certificate.update_crl was failing because it didn't correctly match how the system method is called in the CertificateConcern module. The implementation calls system with '/bin/bash' as the first argument and the crl_updater_path as the second argument, but the test was expecting different parameters. - Simplified the test_update_crl_should_call_crl_updater_script test to directly verify the script path is used without trying to intercept the system call - Added proper environment variable handling for crl_updater_path - Ensured original method is restored after test execution
708 lines
30 KiB
YAML
708 lines
30 KiB
YAML
en:
|
||
time:
|
||
formats:
|
||
default: "%Y-%m-%d %H:%M"
|
||
long: "%A, %e. %B %Y, %H:%M"
|
||
short: "%d.%m.%y, %H:%M"
|
||
date: "%Y-%m-%d"
|
||
date_long: "%d. %B %Y"
|
||
filename: "%Y-%m-%d_%H.%M"
|
||
date:
|
||
month_names:
|
||
[~, January, February, March, April, May, June, July, August, September, October, November, December]
|
||
formats:
|
||
default: "%Y-%m-%d"
|
||
month_year: "%B, %Y"
|
||
|
||
activerecord:
|
||
errors:
|
||
models:
|
||
epp_domain: &epp_domain_ar_attributes
|
||
attributes:
|
||
base:
|
||
domain_status_prohibits_operation: 'Domain status prohibits operation'
|
||
domain_already_belongs_to_the_querying_registrar: 'Domain already belongs to the querying registrar'
|
||
ds_data_not_allowed: 'dsData object is not allowed'
|
||
ds_data_with_key_not_allowed: 'dsData object with key data is not allowed'
|
||
key_data_not_allowed: 'keyData object is not allowed'
|
||
required_parameter_missing_reserved: 'Required parameter missing; reserved>pw element required for reserved domains'
|
||
invalid_auth_information_reserved: 'Invalid authorization information; invalid reserved>pw value'
|
||
required_parameter_missing_disputed: 'Required parameter missing; disputed pw element required for dispute domains'
|
||
invalid_auth_information_disputed: 'Invalid authorization information; invalid disputed>pw value'
|
||
domain_name_blocked: 'Data management policy violation: Domain name is blocked [name]'
|
||
name_dirty:
|
||
invalid: 'Domain name is invalid'
|
||
reserved: 'Domain name is reserved'
|
||
taken: 'Domain name already exists'
|
||
puny_label:
|
||
too_long: 'Domain name is too long (maximum is 63 characters)'
|
||
registrant:
|
||
blank: 'Registrant is missing'
|
||
not_found: 'Registrant not found'
|
||
cannot_be_missing: 'Parameter value policy error: registrant cannot be missing'
|
||
domain_contacts:
|
||
invalid: 'Contacts are invalid'
|
||
not_found: 'Contact was not found'
|
||
admin_contact_can_be_only_private_person: 'Admin contact can be private person only'
|
||
admin_domain_contacts:
|
||
out_of_range: 'Admin contacts count must be between %{min}-%{max}'
|
||
admin_contacts:
|
||
out_of_range: 'Admin contacts count must be between %{min}-%{max}'
|
||
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}'
|
||
tech_domain_contacts:
|
||
out_of_range: 'Tech contacts count must be between %{min}-%{max}'
|
||
tech_contacts:
|
||
out_of_range: 'Tech contacts count must be between %{min}-%{max}'
|
||
nameservers:
|
||
invalid: 'Nameservers are invalid'
|
||
out_of_range: Data management policy violation; Nameserver count must be between %{min}-%{max} for active domains
|
||
not_found: 'Nameserver was not found'
|
||
taken: 'Nameserver already exists on this domain'
|
||
less_than_or_equal_to: 'Nameservers count must be less than or equal to %{count}'
|
||
greater_than_or_equal_to: 'Nameservers count must be greater than or equal to %{count}'
|
||
period:
|
||
not_a_number: 'Period is not a number'
|
||
not_an_integer: 'Period must be an integer'
|
||
transfer_code:
|
||
wrong_pw: 'Authorization error'
|
||
domain_statuses:
|
||
invalid: 'Statuses are invalid'
|
||
not_found: 'Status was not found'
|
||
taken: 'Status already exists on this domain'
|
||
statuses:
|
||
taken: 'Status already exists on this domain'
|
||
registrar:
|
||
blank: 'Registrar is missing'
|
||
dnskeys:
|
||
not_found: 'DS was not found'
|
||
invalid: 'DNS keys are invalid'
|
||
out_of_range: 'DNS keys count must be between %{min}-%{max}'
|
||
|
||
domain:
|
||
<<: *epp_domain_ar_attributes
|
||
admin_contact_invalid_ident_type: "Admin contact can be private person only"
|
||
|
||
nameserver:
|
||
attributes:
|
||
hostname:
|
||
invalid: 'Hostname is invalid'
|
||
taken: 'Nameserver already exists on this domain'
|
||
puny_to_long: 'Hostname puny label is too long (maximum is 63 characters)'
|
||
ipv4:
|
||
blank: 'IP is missing'
|
||
invalid: 'IPv4 is invalid'
|
||
ipv6:
|
||
invalid: 'IPv6 is invalid'
|
||
|
||
domain_contact:
|
||
attributes:
|
||
contact:
|
||
blank: 'Contact was not found'
|
||
taken: 'Contact already exists on this domain'
|
||
|
||
domain_status:
|
||
attributes:
|
||
value:
|
||
taken: 'Status already exists on this domain'
|
||
|
||
invoice:
|
||
attributes:
|
||
base:
|
||
invoice_status_prohibits_operation: 'Invoice status prohibits operation'
|
||
|
||
user:
|
||
attributes:
|
||
username:
|
||
blank: 'Username is missing'
|
||
taken: 'Username already exists'
|
||
password:
|
||
blank: 'Password is missing'
|
||
identity_code:
|
||
invalid: 'Identity code is invalid'
|
||
blank: 'Identity code is missing'
|
||
taken: 'Identity code already exists'
|
||
email:
|
||
blank: 'Email is missing'
|
||
registrar:
|
||
blank: 'Registrar is missing'
|
||
|
||
dnskey:
|
||
attributes:
|
||
alg:
|
||
invalid: '%{values}'
|
||
blank: 'Algorithm is missing'
|
||
protocol:
|
||
invalid: 'Valid protocols are: %{values}'
|
||
blank: 'Protocol is missing'
|
||
flags:
|
||
invalid: 'Valid flags are: %{values}'
|
||
blank: 'Flag is missing'
|
||
public_key:
|
||
taken: 'Public key already exists'
|
||
blank: 'Public key is missing'
|
||
|
||
legal_document:
|
||
attributes:
|
||
body:
|
||
length_more_than: 'Parameter value policy error: Legaldoc size is less than minimum allowed size of 3kB'
|
||
length_less_than: 'Parameter value policy error: Legaldoc size exceeds maximum allowed size of 8mB'
|
||
|
||
white_ip:
|
||
attributes:
|
||
base:
|
||
address_invalid: 'IP Address is invalid'
|
||
ipv4_or_ipv6_must_be_present: 'IPv4 or IPv6 must be present'
|
||
ip_must_be_one: 'Please enter only one IP address'
|
||
ip_limit_exceeded: 'IP address limit exceeded. Total addresses: %{total}. Limit: %{limit}.'
|
||
ipv6_must_be_single_or_64_range: 'IPv6 address must be either a single address or a /64 range'
|
||
ipv4:
|
||
taken: 'has already been taken'
|
||
ipv6:
|
||
taken: 'has already been taken'
|
||
|
||
admin_domain_contact:
|
||
contact_too_young: "Administrative contact must be at least 18 years old"
|
||
|
||
attributes:
|
||
epp_domain: &epp_domain_attributes
|
||
name: 'Domain name'
|
||
name_dirty: 'Domain name'
|
||
name_puny: 'Domain name'
|
||
registrant: 'Registrant'
|
||
nameservers: 'Nameservers'
|
||
domain:
|
||
<<: *epp_domain_attributes
|
||
dnskey:
|
||
flags: 'Flag'
|
||
protocol: 'Protocol'
|
||
alg: 'Algorithm'
|
||
public_key: 'Public key'
|
||
registrar:
|
||
phone: 'Contact phone'
|
||
email: 'Contact e-mail'
|
||
state: 'State / Province'
|
||
deposit:
|
||
amount: 'Amount'
|
||
|
||
errors:
|
||
messages:
|
||
blank: 'is missing'
|
||
epp_domain_registered: in use
|
||
epp_domain_blocked: Blocked
|
||
epp_domain_reserved: 'Domain name is reserved'
|
||
epp_domain_zone_with_same_origin: Zone with the same origin exists
|
||
epp_domain_at_auction: Domain is at auction
|
||
epp_domain_awaiting_payment: Awaiting payment
|
||
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'
|
||
required_parameter_missing: 'Required parameter missing: %{key}'
|
||
unimplemented_command: 'Unimplemented command'
|
||
required_ident_attribute_missing: "Required ident attribute missing: %{key}"
|
||
invalid_iso31661_alpha2: does not conform to ISO 3166-1 alpha-2 standard
|
||
invalid_iso8601_date: has invalid date format YYYY-MM-DD (ISO 8601)
|
||
invalid_cert: 'Invalid certificate'
|
||
failed_epp_conn: 'Failed to open connection to EPP server!'
|
||
epp_conn_error: 'CONNECTION ERROR - Is the EPP server running?'
|
||
company_not_registered: 'Company is not registered'
|
||
|
||
code: 'Code'
|
||
action: 'Action'
|
||
edit: 'Edit'
|
||
save: 'Save'
|
||
close: 'Close'
|
||
submit: 'Submit'
|
||
log_out: 'Log out (%{user})'
|
||
system: 'System'
|
||
domains: 'Domains'
|
||
auctions: 'Auctions'
|
||
registrars: 'Registrars'
|
||
valid_to: 'Valid to'
|
||
name: 'Name'
|
||
transfer_can_be_approved_only_by_current_registrar: 'Transfer can be approved only by current domain registrar'
|
||
registrar_name: 'Registrar'
|
||
owner: 'Registrant'
|
||
domain_details: 'Domain details'
|
||
password: 'Password'
|
||
valid_from: 'Valid from'
|
||
general: 'General'
|
||
contacts: 'Contacts'
|
||
identity_code: 'Identity code'
|
||
nameservers: 'Nameservers'
|
||
hostname: 'Hostname'
|
||
ipv4: 'IPv4'
|
||
ipv6: 'IPv6'
|
||
statuses: 'Statuses'
|
||
description: 'Description'
|
||
delete: 'Delete'
|
||
remove_client_hold: 'Remove clientHold'
|
||
are_you_sure: 'Are you sure?'
|
||
back: 'Back'
|
||
new_domain: 'New domain'
|
||
contact_code: 'Contact code'
|
||
add: 'Add'
|
||
domain: 'Domain'
|
||
nameserver: 'Nameserver'
|
||
back_to_domain: 'Back to domain'
|
||
edit_domain: 'Edit domain'
|
||
contact_was_not_found: 'Contact was not found!'
|
||
contact_already_exists: 'Contact already exists on this domain'
|
||
failed_to_add_contact: 'Failed to add contact!'
|
||
contact_added: 'Contact added!'
|
||
contact_detached: 'Contact detached!'
|
||
failed_to_detach_contact: 'Failed to detach contact!'
|
||
new_domain_status: 'New domain status'
|
||
status_added: 'Status added!'
|
||
failed_to_add_status: 'Failed to add status!'
|
||
edit_domain_status: 'Edit domain status'
|
||
status_updated: 'Status updated!'
|
||
failed_to_update_status: 'Failed to update status!'
|
||
status_deleted: 'Status deleted!'
|
||
failed_to_delete_status: 'Failed to delete status!'
|
||
new_domain_contact: 'New contact'
|
||
domain_status_prohibits_deleting: 'Domain status prohibits deleting'
|
||
domain_deleted: 'Domain deleted!'
|
||
failed_to_delete_domain: 'Failed to delete domain!'
|
||
email: 'E-mail'
|
||
fax: 'Fax'
|
||
contact_details: 'Contact details'
|
||
ident: 'Ident'
|
||
ident_type: 'Ident type'
|
||
country: 'Country'
|
||
city: 'City'
|
||
street: 'Street'
|
||
zip: 'Postcode'
|
||
state: State
|
||
org_name: 'Org name'
|
||
failed_to_add_domain: 'Failed to add domain!'
|
||
domain_added: 'Domain added!'
|
||
new_contact: 'New contact'
|
||
add_another: 'Add another'
|
||
domain_updated: 'Domain updated!'
|
||
failed_to_update_domain: 'Failed to update domain'
|
||
edit_contact: 'Edit contact'
|
||
failed_to_update_contact: 'Failed to update contact'
|
||
contact_updated: 'Contact updated'
|
||
search: 'Search'
|
||
reg_no: 'Reg. no'
|
||
status: 'Status'
|
||
contact: 'Contact'
|
||
starting_balance: 'Starting balance'
|
||
destroyed: 'Destroyed'
|
||
|
||
approve: 'Approve'
|
||
domain_already_belongs_to_the_querying_registrar: 'Domain already belongs to the querying registrar'
|
||
|
||
welcome: 'Welcome!'
|
||
edit_statuses: 'Edit statuses'
|
||
history: 'History'
|
||
|
||
back_to_registrar: 'Back to registrar'
|
||
|
||
users: 'Users'
|
||
user_details: 'User details'
|
||
back_to_user: 'Back to user'
|
||
|
||
certificate_signing_req: 'Certificate signing request'
|
||
csr: 'CSR'
|
||
crt: 'CRT'
|
||
|
||
dnskey: 'DNS key'
|
||
dnskeys: 'DNS Keys'
|
||
flag: 'Flag'
|
||
protocol: 'Protocol'
|
||
algorithm: 'Algorithm'
|
||
public_key: 'Public key'
|
||
|
||
record_created: 'Record created'
|
||
failed_to_create_record: 'Failed to create record'
|
||
record_updated: 'Record updated'
|
||
failed_to_update_record: 'Failed to update record'
|
||
record_deleted: 'Record deleted'
|
||
failed_to_delete_record: 'Failed to delete record'
|
||
|
||
payment_was_cancelled: 'Payment was cancelled'
|
||
failed_to_payment_cancel: 'Failed to payment cancel'
|
||
|
||
authentication_error: 'Authentication error'
|
||
|
||
sign_in_cancelled: "Sign in cancelled"
|
||
|
||
transfer_requested: 'Transfer requested.'
|
||
message_was_not_found: 'Message was not found'
|
||
only_one_parameter_allowed: 'Only one parameter allowed: %{param_1} or %{param_2}'
|
||
exactly_one_parameter_required: 'Exactly one parameter required: %{params}'
|
||
ds_data_with_key_allowed: 'Allow DS data with key'
|
||
key_data_allowed: 'Allow key data'
|
||
ds_digest_type: 'DS digest type'
|
||
role: 'Role'
|
||
user: 'User'
|
||
customer_service: 'Customer service'
|
||
uploaded_at: 'Uploaded at'
|
||
expiry_relative: 'Expiry relative'
|
||
expiry_absolute: 'Expiry absolute'
|
||
requester: 'Requester'
|
||
accepter: 'Accepter'
|
||
domain_name: 'Domain name'
|
||
created_at: 'Created at'
|
||
type: 'Type'
|
||
legal_documents: 'Legal documents'
|
||
admin_contacts_min_count: 'Admin contacts minimum count'
|
||
admin_contacts_max_count: 'Admin contacts maximum count'
|
||
tech_contacts_min_count: 'Tech contacts minimum count'
|
||
tech_contacts_max_count: 'Tech contacts maximum count'
|
||
transfer_can_be_rejected_only_by_current_registrar: 'Transfer can be rejected only by current registrar'
|
||
request_command: 'Request command'
|
||
request_object: 'Request object'
|
||
api_user: 'API user'
|
||
request: 'Request'
|
||
response: 'Response'
|
||
details: 'Details'
|
||
ip: 'IP'
|
||
request_path: 'Request path'
|
||
request_method: 'Request method'
|
||
response_code: 'Response code'
|
||
request_params: 'Request params'
|
||
unknown_expiry_relative_pattern: 'Expiry relative must be compatible to ISO 8601'
|
||
unknown_expiry_absolute_pattern: 'Expiry absolute must be compatible to ISO 8601'
|
||
mutally_exclusive_params: 'Mutually exclusive parameters: %{params}'
|
||
attribute_is_invalid: 'Attribute is invalid: %{attribute}'
|
||
request_successful: 'Request successful'
|
||
choose: 'Choose...'
|
||
created_before: 'Created before'
|
||
created_after: 'Created after'
|
||
address_help: 'Street name, house no - apartment no, city, county, country, zip'
|
||
download: 'Download'
|
||
failed_to_create_certificate: 'Failed to create certificate!'
|
||
registrant_not_found: 'Registrant not found'
|
||
failed_to_revoke_certificate: 'Failed to revoke certificate!'
|
||
upload_csr: 'Upload CSR'
|
||
signature_algorithm: 'Signature algorithm'
|
||
version: 'Version'
|
||
sign_this_request: 'Sign this request'
|
||
sign: 'Sign'
|
||
revoke_this_certificate: 'Revoke this certificate'
|
||
enter_ca_key_password: 'Enter passphrase for a CA key'
|
||
crt_revoked: 'CRT (revoked)'
|
||
contact_org_error: 'Parameter value policy error. Org must be blank'
|
||
contact_fax_error: 'Parameter value policy error. Fax must be blank'
|
||
invoices: 'Invoices'
|
||
accounts: 'Accounts'
|
||
no_such_user: 'No such user'
|
||
phone_no: 'Phone number'
|
||
confirmation_sms_was_sent_to_your_phone_verification_code_is: 'Confirmation sms was sent to your phone. Verification code is %{code}.'
|
||
user_signature_is_invalid: 'User signature is invalid'
|
||
session_timeout: 'Session timeout'
|
||
user_cancelled: 'User cancelled'
|
||
mid_not_ready: 'M-ID is not ready, please try again'
|
||
phone_absent: 'User phone is not in coverage area'
|
||
sending_error: 'Could not send sms to user'
|
||
sim_error: 'SIM application error'
|
||
internal_error: 'Internal error'
|
||
client_side_status_editing_error: 'Parameter value policy error. Client-side object status management not supported'
|
||
parameter_value_syntax_error: 'Parameter value syntax error:'
|
||
|
||
username: 'Username'
|
||
register: 'Register'
|
||
domain_info: 'Domain info'
|
||
info: 'Info'
|
||
send_epp_request: 'Send EPP Request'
|
||
updated_at: 'Updated at'
|
||
ds_key_tag: 'DS key tag'
|
||
ds_algorithm: 'DS algorithm'
|
||
ds_digest: 'DS digest'
|
||
check_domain: 'Check domain'
|
||
result: 'Result'
|
||
available: 'Available'
|
||
reason: 'Reason'
|
||
contact_type: 'Contact type'
|
||
renew: 'Renew'
|
||
new: New
|
||
renew_domain: 'Renew domain'
|
||
cur_exp_date: 'curExpDate'
|
||
query: 'Query'
|
||
reject: 'Reject'
|
||
contact_info: 'Contact info'
|
||
contact_id: 'Contact ID'
|
||
address: 'Address'
|
||
message: 'Message'
|
||
message_no: 'Message #%{id}'
|
||
queue_date: 'Queue date'
|
||
you_have_no_new_messages: 'You have no new messages'
|
||
message_id: 'Message ID'
|
||
trStatus: 'Status'
|
||
reID: 'Transfer to'
|
||
reDate: 'Transfer requested at'
|
||
acID: 'Transfer from'
|
||
acDate: 'Accept date'
|
||
exDate: 'Valid to'
|
||
dequeue: 'Dequeue'
|
||
are_you_sure_you_want_to_delete_domain: 'Are you sure you want to delete domain %{domain}?'
|
||
are_you_sure_you_want_to_delete_auction: 'Warning: Are you sure you want to delete this record? Be advised that doing so will remove the record only from registry database and will make the domain available for anyone to register. This will not affect auction system if the auction record is already created there. You will need to delete the record in auction system first to remove the domain from auction.'
|
||
upload_key: 'Upload key'
|
||
legal_document: 'Legal document'
|
||
legal_document_max_size: '(max. 8MB)'
|
||
delete_domain: 'Delete domain'
|
||
index: 'Index'
|
||
phone: 'Phone'
|
||
period: Period
|
||
birthday_format: 'Insert birthday in format: YYYY-MM-DD'
|
||
your_session_has_timed_out: 'Your session has timed out. Please log in again.'
|
||
certificate_loaded: 'Certificate (already loaded)'
|
||
private_key_loaded: 'Private key (already loaded)'
|
||
credentials: 'Credentials'
|
||
pki: 'PKI'
|
||
id_card: 'ID Card'
|
||
m_id: 'M-ID'
|
||
pending_removed: Pending was successfully removed.
|
||
pending_applied: Pending was successfully applied.
|
||
something_wrong: Sorry, something went wrong
|
||
failure: Not success
|
||
not_found: Not found
|
||
no_connection_to_registry: Connection issue to the registry EPP or REPP server! Please try again later.
|
||
domain_not_found: 'Domain was not found'
|
||
add_deposit: 'Add deposit'
|
||
please_pay_the_following_invoice: 'Please pay the following invoice'
|
||
invoice_no: 'Invoice no. %{no}'
|
||
invoice_number: Invoice no.
|
||
seller: 'Seller'
|
||
unpaid: 'Unpaid'
|
||
your_current_account_balance_is: 'Your current account balance is %{balance} %{currency}'
|
||
billing: 'Billing'
|
||
your_account: 'Your account'
|
||
issue_date: 'Issue date'
|
||
due_date: 'Due date'
|
||
payment_term: 'Payment term'
|
||
iban: 'IBAN'
|
||
bank: 'Bank'
|
||
swift: 'Swift'
|
||
issuer: 'Issuer'
|
||
items: 'Items'
|
||
buyer: 'Buyer'
|
||
unit: 'Unit'
|
||
price: 'Price'
|
||
total: 'Total'
|
||
paid_at: 'Paid at'
|
||
invoice:
|
||
title: 'Invoice'
|
||
already_paid: " (already paid)"
|
||
monthly_invoice: " (monthly invoice)"
|
||
monthly_invoice_description: 'Monthly invoice'
|
||
bank_statements: 'Bank statements'
|
||
back_to_bank_statements: 'Back to bank statements'
|
||
back_to_bank_statement: 'Back to bank statement'
|
||
back_to_billing: 'Back to billing'
|
||
imported_at: 'Imported at'
|
||
bank_statement: 'Bank statement'
|
||
bank_transactions: 'Bank transactions'
|
||
bank_transaction: 'Bank transaction'
|
||
sum: 'Sum'
|
||
queried_at: 'Queried at'
|
||
import_file_path: 'Import file path'
|
||
bank_code: 'Bank code'
|
||
currency: 'Currency'
|
||
buyer_name: 'Buyer name'
|
||
buyer_iban: 'Buyer IBAN'
|
||
buyer_bank_code: 'Buyer bank code'
|
||
bank_reference: 'Bank reference'
|
||
document_no: 'Document no'
|
||
import_file: 'Import file'
|
||
bind_invoices: 'Bind invoices'
|
||
url: 'URL'
|
||
binded: 'Binded'
|
||
not_binded: 'Not binded'
|
||
binded_invoice: 'Binded invoice'
|
||
fully_binded: 'Fully binded'
|
||
partially_binded: 'Partially binded'
|
||
invoices_were_fully_binded: 'Invoices were fully binded'
|
||
invoices_were_partially_binded: 'Invoices were partially binded'
|
||
no_invoices_were_binded: 'No invoices were binded'
|
||
domain_general_help:
|
||
<b>The Administrative Contact</b>
|
||
is a natural person who is a legal representative of the Registrant or whom the Registrant has authorised in writing (authorised representative). The Administrative Contact does not have the right to delegate the authorisation. The Administrative Contact has the right to sign and submit Domain Name-related applications on behalf of the Registrant and to receive and forward any information pertaining to the Domain Name(s). The Administrative Contact is responsible for the correctness and genuiness of the data and documents submitted by him/her about the Registrant and about himself/herself. Registrant is obliged to guarantee that the person appointed as the Administrative Contact agrees to fulfil the duties of and Administrative Contact. There may be more than one person in this role (the registry system allows of up to 10 Administrative Contacts)
|
||
domain_admin_contact_help:
|
||
<b>The Technical Contact</b>
|
||
is a natural or legal person who, in the name of the Registrant, adds, changes or removes entries of the authoritative Name Servers for that particular domain and its DNSSEC records. The Technical Contact does not have the right to represent the Registrant in other registration services. The Registrant is obliged to guarantee that the person appointed as the Technical Contact agrees to fulfil the duties of and Technical Contact. There may be more than one person in this role (the registry system allows of up to 10 Technical Contacts)
|
||
domain_tech_contact_help:
|
||
<b>The domain name server</b>
|
||
refers to the computer that saves and forwards notices related to the Domain Names and their corresponding IP addresses in the Internet.
|
||
account_activity: 'Account activity'
|
||
account_activities: 'Account activities'
|
||
manual_binding: 'Manual binding'
|
||
transaction_is_already_binded: 'Transaction is already binded'
|
||
invoice_was_not_found: 'Invoice was not found'
|
||
invoice_is_already_binded: 'Invoice is already binded'
|
||
invoice_and_transaction_sums_do_not_match: 'Invoice and transaction sums do not match'
|
||
registrar_head_title_sufix: ' - EIS Registrar'
|
||
admin_head_title_sufix: ' - Estonian Internet Foundation'
|
||
registrar_head_title: 'EIS Registrar'
|
||
admin_head_title: 'Estonian Internet Foundation'
|
||
registrant_head_title: 'EIS Registrant'
|
||
registrant_head_title_sufix: ' - EIS Registrant'
|
||
bind_manually: 'Bind manually'
|
||
client: 'Client'
|
||
you_have_a_new_invoice: 'You have a new invoice.'
|
||
monthly_invoice: "Here comes the report with the last month's credit account activities."
|
||
sincerely: 'Sincerely'
|
||
expiry: 'Expiry'
|
||
failed_to_create_crt_csr_already_signed: 'Failed to create certificate: CSR is already signed'
|
||
certificates: 'Certificates'
|
||
cancel: 'Cancel'
|
||
cancelled: 'Cancelled'
|
||
cannot_bind_cancelled_invoice: 'Cannot bind cancelled invoice'
|
||
minimum_invoice_no: 'Miminum invoice no'
|
||
maximum_invoice_no: 'Maximum invoice no'
|
||
due_date_from: 'Due date from'
|
||
due_date_until: 'Due date until'
|
||
minimum_total: 'Minimum total'
|
||
maximum_total: 'Maximum total'
|
||
unimplemented_object_service: 'Unimplemented object service'
|
||
object_status_prohibits_operation: 'Object status prohibits operation'
|
||
whois: WHOIS
|
||
not_valid_domain_verification_title: Domain verification not available
|
||
not_valid_domain_verification_body: This could mean your verification has been expired or done already.<br><br>Please contact us if you think something is wrong.
|
||
upload_crt: 'Upload CRT'
|
||
crt_or_csr_must_be_present: 'CRT or CSR must be present'
|
||
white_ip: 'White IP'
|
||
edit_white_ip: 'Edit white IP'
|
||
confirm_domain_delete: 'Confirm domain delete'
|
||
reject_domain_delete: 'Reject domain delete'
|
||
confirm_domain_registrant_update: 'Confirm domain registrant change'
|
||
reject_domain_registrant_update: 'Reject domain registrant change'
|
||
domain_registrant_change_title: 'Please confirm or reject domain registrant change'
|
||
domain_registrant_change_body: 'There is a request to change domain registrant. Before doing it we need your confirmation.'
|
||
new_pending_registrant: 'New registrant'
|
||
current_registrant: 'Current registrant'
|
||
registrant_domain_verification_failed: 'Domain verification not available'
|
||
domain_registrant_change_confirmed_title: 'Domain registrant change has been received'
|
||
domain_registrant_change_confirmed_body: 'You have successfully submitted domain registrant change confirmation. You will receive email confirmation.'
|
||
registrant_domain_verification_confirmed: 'Domain registrant change has successfully received.'
|
||
registrant_domain_verification_confirmed_failed: 'Something went wrong.'
|
||
domain_registrant_change_rejected_title: 'Domain registrant change rejection has been received'
|
||
domain_registrant_change_rejected_body: 'You have rejected domain registrant change. You will receive confirmation by email.'
|
||
registrant_domain_verification_rejected: 'Domain registrant change has been rejected successfully.'
|
||
registrant_domain_verification_rejected_failed: 'Something went wrong.'
|
||
domain_delete_title: 'Please confirm or reject domain deletion'
|
||
domain_delete_body: 'There is a request to delete a domain. Before doing it we need your confirmation.'
|
||
registrant_domain_delete_confirmed: 'Setting the domain up for deletion...'
|
||
registrant_domain_delete_confirmed_failed: 'Something went wrong.'
|
||
domain_delete_confirmed_title: 'Domain deletion has been received successfully'
|
||
domain_delete_confirmed_body: 'You have successfully submitted delete confirmation. You will receive registry final confirmation to email.'
|
||
registrant_domain_delete_rejected: 'Rejecting the domain deletion...'
|
||
registrant_domain_delete_rejected_failed: 'Something went wrong.'
|
||
domain_delete_rejected_title: 'Domain deletion rejection has been received successfully'
|
||
domain_delete_rejected_body: 'You have rejected pending domain deletion. You will receive confirmation by email.'
|
||
no_permission: 'No permission'
|
||
common_name: 'Common name'
|
||
md5: 'Md5'
|
||
interface: 'Interface'
|
||
add_certificate: 'Add certificate'
|
||
edit_certificate: 'Edit certificate'
|
||
invalid_csr_or_crt: 'Invalid CSR or CRT'
|
||
webserver_missing_client_cert_directive: 'Webserver missing client cert directive'
|
||
webserver_client_cert_directive_should_be_required: 'Webserver client cert directive should be required'
|
||
tech: Tech contact
|
||
valid: Valid
|
||
object_is_not_eligible_for_renewal: 'Object is not eligible for renewal'
|
||
object_is_not_holded: 'Object is not holded'
|
||
create_bank_statement: 'Create bank statement'
|
||
create_bank_transaction: 'Create bank transaction'
|
||
create_new_invoice: 'Create new invoice'
|
||
billing_failure_credit_balance_low: 'Billing failure - credit balance low'
|
||
billing_failure_credit_balance_low_for_domain: 'Billing failure - credit balance low for %{domain}'
|
||
domain_renew_error_for_domain: 'Domain renew error for %{domain}'
|
||
not_enough_funds: 'Not enough funds for renew domains'
|
||
create: 'Create'
|
||
activity_type: 'Activity type'
|
||
receipt_date_from: 'Receipt date from'
|
||
receipt_date_until: 'Receipt date until'
|
||
add_credit: 'Add credit'
|
||
update_credit: 'Update credit'
|
||
invalid_yaml: 'Invalid YAML'
|
||
reserved_pw: 'Reserved pw'
|
||
no_transfers_found: 'No transfers found'
|
||
parameter_value_range_error: 'Parameter value range error: %{key}'
|
||
payment_received: 'Payment received'
|
||
cancel_payment: 'Cancel Payment'
|
||
api_user_not_found: 'API user not found'
|
||
notes: Notes
|
||
active_price_for_this_operation_is: 'Active price for this operation is %{price}'
|
||
active_price_missing_for_this_operation: 'Active price missing for this operation!'
|
||
active_price_missing_for_operation_with_domain: 'Active price missing for operation with %{domain}'
|
||
valid_to_from: 'Valid to from'
|
||
valid_to_until: 'Valid to until'
|
||
registrant_ident: 'Registrant ident'
|
||
contact_ident: 'Contact ident'
|
||
results_per_page: 'Results per page'
|
||
set_test_btn: Set Test
|
||
remove_test_btn: Remove Test
|
||
nameserver_hostname: 'Nameserver hostname'
|
||
result_count:
|
||
zero: 'No results'
|
||
other: '%{count} results'
|
||
one: '1 result'
|
||
failed_to_generate_invoice_invoice_number_limit_reached: 'Failed to generate invoice - invoice number limit reached'
|
||
is_too_small_minimum_deposit_is: 'is too small. Minimum deposit is %{amount} %{currency}'
|
||
poll_pending_update_confirmed_by_registrant: 'Registrant confirmed domain update'
|
||
poll_pending_update_rejected_by_registrant: 'Registrant rejected domain update'
|
||
poll_pending_delete_rejected_by_registrant: 'Registrant rejected domain deletion'
|
||
poll_pending_delete_confirmed_by_registrant: 'Registrant confirmed domain deletion'
|
||
manage: Manage
|
||
pending_epp: Pending epp
|
||
id: ID
|
||
created_at_from: 'Created at from'
|
||
created_at_until: 'Created at until'
|
||
is_registrant: 'Is registrant'
|
||
force_delete_set_on_domain: 'Force delete set on domain %{domain_name}. Outzone date: %{outzone_date}. Purge date: %{purge_date}'
|
||
hold_client_on_domain: 'clientHold status set on domain %{domain_name}. Outzone date: %{outzone_date}. Purge date: %{purge_date}'
|
||
force_delete_auto_email: 'Force delete set on domain %{domain_name}. Outzone date: %{outzone_date}. Purge date: %{purge_date}. Invalid email: %{email}'
|
||
grace_period_started_domain: 'For domain %{domain_name} started 45-days redemption grace period, ForceDelete will be in effect from %{date}'
|
||
force_delete_cancelled: 'Force delete is cancelled on domain %{domain_name}'
|
||
contact_is_not_valid: 'Contact %{value} is not valid, please fix the invalid contact'
|
||
next: 'Next'
|
||
previous: 'Previous'
|
||
available_verification_url_not_found: 'Available verification url not found, for domain.'
|
||
add_reserved_domain: 'Add domain to reserved list'
|
||
add_blocked_domain: 'Add domain to blocked list'
|
||
add_disputed_domain: 'Add domain to disputed list'
|
||
edit_pw: 'Edit Pw'
|
||
edit_dispute: 'Edit dispute'
|
||
optional: 'Optional'
|
||
test_registrar: "Test registrar"
|
||
emails: 'Email addresses'
|
||
verified_confirm: 'Verified status is for cases when current registrant is the one applying for the update. Legal document signed by the registrant is required. Are you sure this update is properly verified with the registrant?'
|
||
verified: 'Verified'
|
||
deleted: 'Deleted'
|
||
cant_match_version: 'Impossible match version with request'
|
||
user_not_authenticated: "user not authenticated"
|
||
actions: Actions
|
||
contact_has_been_archived: 'Contact with code %{contact_code} has been archieved because it has been orphaned for longer than %{orphan_months} months.'
|
||
dns_policy_violation: "Data management policy violation: DNSKEY does not match or not found in the authoritative nameservers"
|
||
invalid_ident: 'Force delete set on domain %{domain_name}. Force Delete Type: %{force_delete_type}. Force Delete Start Date: %{force_delete_start_date}. Outzone date: %{outzone_date}. Purge date: %{purge_date}. Invalid ident %{ident}. %{notes}'
|
||
|
||
number:
|
||
currency:
|
||
format:
|
||
format: "%n %u"
|
||
separator: ","
|
||
delimiter: " "
|
||
precision: 2
|
||
unit: €
|
||
|
||
attributes:
|
||
vat_no: VAT number
|
||
vat_rate: VAT rate
|
||
ipv4: IPv4
|
||
ipv6: IPv6
|
||
reference_no: Reference number
|
||
iban: IBAN
|
||
sign_in: "Sign in"
|
||
signed_in_successfully: "Signed in successfully"
|
||
bulk_renew_completed: "Bulk renew for domains completed"
|
||
|
||
certificate:
|
||
errors:
|
||
invalid_ca: "Invalid Certificate Authority for this interface"
|
||
active_certificate_exists: "Active certificate already exists for this user and interface"
|