Namespace translations

This commit is contained in:
Artur Beljajev 2017-06-08 00:49:06 +03:00
parent 667a0b3057
commit 6e5d99c44a
6 changed files with 8 additions and 3 deletions

View file

@ -58,7 +58,7 @@
%th{class: 'col-xs-2'} %th{class: 'col-xs-2'}
= sort_link(@q, 'name') = sort_link(@q, 'name')
%th{class: 'col-xs-2'} %th{class: 'col-xs-2'}
= sort_link(@q, 'registrant_name', t(:registrant)) = sort_link(@q, 'registrant_name', t('.registrant'))
%th{class: 'col-xs-2'} %th{class: 'col-xs-2'}
= sort_link(@q, 'valid_to', t(:valid_to)) = sort_link(@q, 'valid_to', t(:valid_to))
%th{class: 'col-xs-2'} %th{class: 'col-xs-2'}

View file

@ -57,7 +57,7 @@
%th{class: 'col-xs-2'} %th{class: 'col-xs-2'}
= sort_link(@q, 'name') = sort_link(@q, 'name')
%th{class: 'col-xs-2'} %th{class: 'col-xs-2'}
= sort_link(@q, 'registrant_name', t(:registrant)) = sort_link(@q, 'registrant_name', t('.registrant'))
%th{class: 'col-xs-2'} %th{class: 'col-xs-2'}
= sort_link(@q, 'valid_to', t(:valid_to)) = sort_link(@q, 'valid_to', t(:valid_to))
%th{class: 'col-xs-2'} %th{class: 'col-xs-2'}

View file

@ -67,7 +67,7 @@
%th{class: 'col-xs-2'} %th{class: 'col-xs-2'}
= sort_link(@q, 'name') = sort_link(@q, 'name')
%th{class: 'col-xs-2'} %th{class: 'col-xs-2'}
= sort_link(@q, 'registrant_name', t(:registrant)) = sort_link(@q, 'registrant_name', t('.registrant'))
%th{class: 'col-xs-2'} %th{class: 'col-xs-2'}
= sort_link(@q, 'valid_to', t(:valid_to)) = sort_link(@q, 'valid_to', t(:valid_to))
%th{class: 'col-xs-2'}= t('actions') %th{class: 'col-xs-2'}= t('actions')

View file

@ -3,6 +3,7 @@ en:
domains: domains:
index: index:
reset_btn: Reset reset_btn: Reset
registrant: Registrant
edit: edit:
add_new_status_btn: Add new status add_new_status_btn: Add new status

View file

@ -1,6 +1,9 @@
en: en:
registrant: registrant:
domains: domains:
index:
registrant: Registrant
download_list: download_list:
registrant: Registrant registrant: Registrant
partials: partials:

View file

@ -2,6 +2,7 @@ en:
registrar: registrar:
domains: domains:
index: index:
registrant: Registrant
download_btn: Download download_btn: Download
csv: csv:
domain_name: Domain domain_name: Domain