Skip to content

Instantly share code, notes, and snippets.

@luizpicolo
Forked from samuelpismel/kaminari.pt-BR.yml
Created May 19, 2014 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luizpicolo/7ed5957f18fdb5f8afaa to your computer and use it in GitHub Desktop.
Save luizpicolo/7ed5957f18fdb5f8afaa to your computer and use it in GitHub Desktop.
#encoding: utf-8
pt-BR:
views:
pagination:
first: "« Primeira"
last: "Última »"
previous: "‹ Anterior"
next: "Próxima ›"
truncate: "…"
helpers:
page_entries_info:
one_page:
display_entries:
zero: "Nenhum(a) %{entry_name} encontrado(a)"
one: "Exibindo <b>1</b> %{entry_name}"
other: "Exibindo <b>todas %{count}</b> %{entry_name}"
more_pages:
display_entries: "Exibindo %{entry_name} <b>%{first}&nbsp;-&nbsp;%{last}</b> de <b>%{total}</b> no total"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment