mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Add contact email translations #2558
This commit is contained in:
parent
622e6988ef
commit
245bcf2b6b
4 changed files with 9 additions and 4 deletions
|
@ -9,7 +9,7 @@ Eposti aadressile saadetakse domeenidega seotud infot seal hulgas kinnitustaotlu
|
|||
<% if @contact.related_domain_descriptions.present? %>
|
||||
Muudatusega seotud domeenid:<br>
|
||||
<% @contact.related_domain_descriptions.each do |domain, desc| %>
|
||||
<%= domain %> (<%= desc.map { |d| t(:d) }.join(', ') %>)<br>
|
||||
<%= domain %> (<%= desc.map { |d| t(d, locale: :et) }.join(', ') %>)<br>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<br>
|
||||
|
@ -38,7 +38,7 @@ E-mail addresses are used to send important information regarding your registere
|
|||
<% if @contact.related_domain_descriptions.present? %>
|
||||
Domains affected by this update:<br>
|
||||
<% @contact.related_domain_descriptions.each do |domain, desc| %>
|
||||
<%= domain %> (<%= desc.map { |d| t(:d) }.join(', ') %>)<br>
|
||||
<%= domain %> (<%= desc.map { |d| t(d, locale: :en) }.join(', ') %>)<br>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<br>
|
||||
|
|
|
@ -9,7 +9,7 @@ Eposti aadressile saadetakse domeenidega seotud infot seal hulgas kinnitustaotlu
|
|||
<% if @contact.related_domain_descriptions.present? %>
|
||||
Muudatusega seotud domeenid:
|
||||
<% @contact.related_domain_descriptions.each do |domain, desc| %>
|
||||
<%= domain %> (<%= desc.map { |d| t(:d) }.join(', ') %>)
|
||||
<%= domain %> (<%= desc.map { |d| t(d, locale: :et) }.join(', ') %>)
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
@ -38,7 +38,7 @@ E-mail addresses are used to send important information regarding your registere
|
|||
<% if @contact.related_domain_descriptions.present? %>
|
||||
Domains affected by this update:
|
||||
<% @contact.related_domain_descriptions.each do |domain, desc| %>
|
||||
<%= domain %> (<%= desc.map { |d| t(:d) }.join(', ') %>)
|
||||
<%= domain %> (<%= desc.map { |d| t(d, locale: :en) }.join(', ') %>)
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
|
|
@ -810,3 +810,5 @@ en:
|
|||
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
|
||||
admin: Admin contact
|
||||
|
|
|
@ -2,3 +2,6 @@ et:
|
|||
username: 'Kasutajanimi'
|
||||
password: 'Parool'
|
||||
log_in: 'Logi sisse'
|
||||
registrant: 'Registreerija'
|
||||
tech: Tehniline kontakt
|
||||
admin: Halduskontakt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue