Skip to content

Commit ae0c6b8

Browse files
committed
Merge pull request #4611 from jhonmike/master
Update pt-br.js
2 parents dd30be4 + 2110e5c commit ae0c6b8

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

src/js/i18n/pt-br.js

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
angular.module('ui.grid').config(['$provide', function($provide) {
66
$provide.decorator('i18nService', ['$delegate', function($delegate) {
77
$delegate.add('pt-br', {
8+
headerCell: {
9+
aria: {
10+
defaultFilterLabel: 'Filtro por coluna',
11+
removeFilter: 'Remover filtro',
12+
columnMenuButtonLabel: 'Menu coluna'
13+
},
14+
priority: 'Prioridade:',
15+
filterLabel: "Filtro por coluna: "
16+
},
817
aggregate: {
918
label: 'itens'
1019
},
@@ -28,6 +37,7 @@
2837
sort: {
2938
ascending: 'Ordenar Ascendente',
3039
descending: 'Ordenar Descendente',
40+
none: 'Nenhuma Ordem',
3141
remove: 'Remover Ordenação'
3242
},
3343
column: {
@@ -45,7 +55,13 @@
4555
pinRight: 'Fixar Direita',
4656
unpin: 'Desprender'
4757
},
58+
columnMenu: {
59+
close: 'Fechar'
60+
},
4861
gridMenu: {
62+
aria: {
63+
buttonLabel: 'Menu Grid'
64+
},
4965
columns: 'Colunas:',
5066
importerTitle: 'Importar arquivo',
5167
exporterAllAsCsv: 'Exportar todos os dados como csv',
@@ -64,8 +80,17 @@
6480
jsonNotArray: 'Arquivo json importado tem que conter um array. Abortando.'
6581
},
6682
pagination: {
83+
aria: {
84+
pageToFirst: 'Primeira página',
85+
pageBack: 'Página anterior',
86+
pageSelected: 'Págona Selecionada',
87+
pageForward: 'Proxima',
88+
pageToLast: 'Anterior'
89+
},
6790
sizes: 'itens por página',
68-
totalItems: 'itens'
91+
totalItems: 'itens',
92+
through: 'através dos',
93+
of: 'de'
6994
},
7095
grouping: {
7196
group: 'Agrupar',

0 commit comments

Comments
 (0)