Extract translations

This commit is contained in:
Artur Beljajev 2018-07-19 21:57:27 +03:00
parent b9d431427a
commit abe3df24e2
3 changed files with 11 additions and 4 deletions

View file

@ -1,11 +1,11 @@
<div class="row"> <div class="row">
<div class="form-signin col-md-6 center-block text-center"> <div class="form-signin col-md-6 center-block text-center">
<h2 class="form-signin-heading text-center"> <h2 class="form-signin-heading text-center">
<%= t(:log_in) %> <%= t '.header' %>
</h2> </h2>
<hr/> <hr/>
<div class="row"> <div class="row">
<%= t "only_estonian_residets_can_signin" %> <%= t '.hint' %>
</div> </div>
<br/> <br/>
<%= link_to '/registrant/login/mid' do %> <%= link_to '/registrant/login/mid' do %>
@ -15,4 +15,4 @@
<%= image_tag 'id_card.gif' %> <%= image_tag 'id_card.gif' %>
<% end %> <% end %>
</div> </div>
</div> </div>

View file

@ -731,7 +731,6 @@ en:
test_registrar: "Test registrar" test_registrar: "Test registrar"
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_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' verified: 'Verified'
only_estonian_residets_can_signin: "Access currently available only to Estonian citizens and e-residents with Estonian ID-card or Mobile-ID."
deleted: 'Deleted' deleted: 'Deleted'
cant_match_version: 'Impossible match version with request' cant_match_version: 'Impossible match version with request'
user_not_authenticated: "user not authenticated" user_not_authenticated: "user not authenticated"

View file

@ -0,0 +1,8 @@
en:
registrant:
sessions:
new:
header: Log in
hint: >-
Access currently available only to Estonian citizens and e-residents with Estonian ID-card
or Mobile-ID.