CMSgov/dpc-app

View on GitHub
dpc-admin/config/locales/kaminari.en.yml

Summary

Maintainability
Test Coverage
en:
  views:
    pagination:
      first: "« First"
      last: "Last »"
      previous: "‹ Prev"
      next: "Next ›"
      truncate: "…"
  helpers:
    page_entries_info:
      one_page:
        display_entries:
          zero: "No %{entry_name} found"
          one: "Displaying <strong>1</strong> %{entry_name}"
          other: "Displaying <strong>all %{count}</strong> %{entry_name}"
      more_pages:
        display_entries: "Results %{first}&nbsp;-&nbsp;%{last}"