Skip to content

Instantly share code, notes, and snippets.

@yovasx2
Last active July 7, 2016 19:26
Show Gist options
  • Save yovasx2/e238ba1c7b9981ec7379 to your computer and use it in GitHub Desktop.
Save yovasx2/e238ba1c7b9981ec7379 to your computer and use it in GitHub Desktop.
A spanish translation for kaminari (https://github.com/amatsuda/kaminari)
es:
views:
pagination:
first: "« Primero"
last: "Último »"
previous: "‹ Ant"
next: "Sig ›"
truncate: "…"
helpers:
page_entries_info:
one_page:
display_entries:
zero: "No se encontró %{entry_name} "
one: "Mostrando <b>1</b> %{entry_name}"
other: "Mostrando <b>%{count}</b> %{entry_name}"
more_pages:
display_entries: "Mostrando %{entry_name} <b>%{first}&nbsp;-&nbsp;%{last}</b> de <b>%{total}</b> en total"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment