Add new translations

- Add new translations on SignatureSheet show page.
  Changes:
   -> "document number" to "sigantures"
   -> "documents" to "users"

- Remove unused translations from the others yml
This commit is contained in:
taitus
2019-05-14 12:08:35 +02:00
committed by Javi Martín
parent 5953e87c71
commit 1788df3cf7
23 changed files with 8 additions and 46 deletions

View File

@@ -8,13 +8,13 @@
<strong><%= @signature_sheet.author.name %></strong>
</div>
<h3 id="document_count" class="block">
<%= t("admin.signature_sheets.show.document_count") %>
<h3 id="signature_count" class="block">
<%= t("admin.signature_sheets.show.signature_count") %>
<%= @signature_sheet.signatures.count %>
</h3>
<div class="callout margin-top">
<p><strong><%= t("admin.signature_sheets.show.documents") %></strong></p>
<p><strong><%= t("admin.signature_sheets.show.users") %></strong></p>
<%= simple_format @signature_sheet.required_fields_to_verify %>
</div>