Skip to content

Commit d75147b

Browse files
committed
Merge pull request activeadmin#765 from yaramayer/patch-1
Added missing messages for pagination => entry to pt-BR locale
2 parents 49ff1e4 + aac2f72 commit d75147b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/active_admin/locales/pt-BR.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
one: "Exibindo <b>1</b> %{model}"
3535
one_page: "Exibindo <b>todos(as) os(as) %{n}</b> %{model}"
3636
multiple: "Exibindo %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> de um total de <b>%{total}</b>"
37+
entry:
38+
one: "registro"
39+
other: "registros"
3740
any: "Qualquer"
3841
blank_slate:
3942
content: "Não existem %{resource_name} ainda."

0 commit comments

Comments
 (0)