-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate title in file show page. Translate "Depositor" in file show page. Translate fields in file show page. Case problem Translate actions in file show page. Translate "sort and per page" for collections show view in back office Translate "sort and per page" for collections show view in front office Translate title in "sort and per page" for collections show view in front office Page crashes in french because of missing entries in i18n file Fix test failing with "translation missing: en.hyrax.collections.sort_and_per_page.html.erb.sort_by_html" Translate "choose file" in collection branding tab Translate delete banner controls in collection branding tab Translate second "choose file" in collection branding tab Translate "link url" in collection branding tab Translate "alt text", "link url", "previous" in collection branding tab Translate search controles in collection sharing tab Translate roles in collection sharing tab Fix test failing with "translation missing: en.hyrax.collections.sort_and_per_page.html.erb.sort_by_html" German translations improvements
- Loading branch information
joachim.dornbusch@ehess.fr
committed
Feb 21, 2019
1 parent
bf2e4c8
commit f24a2c2
Showing
16 changed files
with
276 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<h2>File Details</h2> | ||
<h2><%= t(".file_details") %></h2> | ||
<dl class="dl-horizontal file-show-term file-show-details"> | ||
<dt>Depositor</dt> | ||
<dt><%= t(".depositor") %></dt> | ||
<dd itemprop="accountablePerson" itemscope itemtype="http://schema.org/Person"><span itemprop="name"><%= link_to_profile @presenter.depositor %></span></dd> | ||
<dt>Date Uploaded</dt> | ||
<dt><%= t(".date_uploaded") %></dt> | ||
<dd itemprop="datePublished"><%= @presenter.date_uploaded %></dd> | ||
<dt>Date Modified</dt> | ||
<dt><%= t(".date_modified") %></dt> | ||
<dd itemprop="dateModified"><%= @presenter.date_modified %></dd> | ||
<dt>Fixity Check</dt> | ||
<dt><%= t(".fixity_check") %></dt> | ||
<dd><%= @presenter.fixity_check_status %></dd> | ||
<dt>Characterization</dt> | ||
<dt><%= t(".characterization") %></dt> | ||
<dd> | ||
<% if @presenter.characterized? %> | ||
<%= render 'show_characterization_details' %> | ||
<% else %> | ||
not yet characterized | ||
<%= t(".not_yet_characterized") %> | ||
<% end %> | ||
</dd> | ||
</dl> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.