We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 309a473 + ef238d4 commit b598af7Copy full SHA for b598af7
packages/src/locale/lang/pt-BR.js
@@ -0,0 +1,19 @@
1
+export default {
2
+ pagination: {
3
+ goto: "Ir para",
4
+ page: "",
5
+ itemsPerPage: " / página",
6
+ total: (total) => `Total ${total}`,
7
+ prev5: "Retornar 5 páginas",
8
+ next5: "Avançar 5 páginas",
9
+ },
10
+ table: {
11
+ confirmFilter: "Confirmar",
12
+ resetFilter: "Limpar",
13
+ // contextmenu event
14
+ insertRowAbove: "inserir linha acima",
15
+ insertRowBelow: "inserir linha abaixo",
16
+ removeRow: "remover linha",
17
+ hideColumn: "ocultar coluna",
18
19
+};
0 commit comments