adds i18n files for kaminari paginator

This commit is contained in:
Juanjo Bazán
2015-08-17 13:21:00 +02:00
parent 8390165ba8
commit 24bde1a3ba
2 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
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 <b>1</b> %{entry_name}"
other: "Displaying <b>all %{count}</b> %{entry_name}"
more_pages:
display_entries: "Displaying %{entry_name} <b>%{first}&nbsp;-&nbsp;%{last}</b> of <b>%{total}</b> in total"