lib/locales/pt-BR.yml in pagy-6.5.0 vs lib/locales/pt-BR.yml in pagy-7.0.0
- old
+ new
@@ -1,22 +1,21 @@
# :one_other pluralization (see https://github.com/ddnexus/pagy/blob/master/lib/pagy/i18n.rb)
-
pt-BR:
pagy:
-
+ aria_label:
+ nav:
+ one: "Página"
+ other: "Páginas"
+ prev: "Anterior"
+ next: "Próximo"
+ prev: "<"
+ next: ">"
+ gap: "…"
item_name:
one: "item"
other: "itens"
-
- nav:
- prev: "‹ Anterior"
- next: "Próximo ›"
- gap: "…"
-
info:
no_items: "Sem resultados"
single_page: "Mostrando %{count} %{item_name}"
multiple_pages: "Mostrando %{item_name} %{from}-%{to} do total de %{count}"
-
combo_nav_js: "<label>Página %{page_input} de %{pages}</label>"
-
items_selector_js: "<label>Mostrar %{items_input} %{item_name} por página</label>"