Created
February 4, 2020 02:36
-
-
Save alexishida/0ef139d1cdbe8531d3ae2f08d5707a73 to your computer and use it in GitHub Desktop.
kaminari internacionalização config/locales/kaminari.pt-BR.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pt-BR: | |
| views: | |
| pagination: | |
| first: "« Primeira" | |
| last: "Última »" | |
| previous: "‹ Anterior" | |
| next: "Próxima ›" | |
| truncate: "…" | |
| helpers: | |
| page_entries_info: | |
| one_page: | |
| display_entries: | |
| zero: "Nenhum %{entry_name} encontrado(a)" | |
| one: "Exibindo <b>1</b> %{entry_name}" | |
| other: "Exibindo <b>%{count}</b> %{entry_name}" | |
| more_pages: | |
| display_entries: "Exibindo %{entry_name} <b>%{first} - %{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