Skip to content

Commit b598af7

Browse files
authored
Merge pull request #450 from andremoser/master
Add locale pt-BR
2 parents 309a473 + ef238d4 commit b598af7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

packages/src/locale/lang/pt-BR.js

+19
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)