Skip to content

Commit 13820c0

Browse files
committed
Merge pull request #4815 from billyaraujo/patch-3
Update pt.js
2 parents becebb5 + c534802 commit 13820c0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/js/i18n/pt.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
angular.module('ui.grid').config(['$provide', function($provide) {
33
$provide.decorator('i18nService', ['$delegate', function($delegate) {
44
$delegate.add('pt', {
5+
headerCell: {
6+
aria: {
7+
defaultFilterLabel: 'Filtro por coluna',
8+
removeFilter: 'Remover filtro',
9+
columnMenuButtonLabel: 'Menu coluna'
10+
},
11+
priority: 'Prioridade:',
12+
filterLabel: "Filtro por coluna: "
13+
},
514
aggregate: {
615
label: 'itens'
716
},
@@ -25,6 +34,7 @@
2534
sort: {
2635
ascending: 'Ordenar Ascendente',
2736
descending: 'Ordenar Descendente',
37+
none: 'Nenhuma Ordem',
2838
remove: 'Remover Ordenação'
2939
},
3040
column: {
@@ -42,7 +52,13 @@
4252
pinRight: 'Fixar Direita',
4353
unpin: 'Desprender'
4454
},
55+
columnMenu: {
56+
close: 'Fechar'
57+
},
4558
gridMenu: {
59+
aria: {
60+
buttonLabel: 'Menu Grid'
61+
},
4662
columns: 'Colunas:',
4763
importerTitle: 'Importar ficheiro',
4864
exporterAllAsCsv: 'Exportar todos os dados como csv',
@@ -61,8 +77,16 @@
6177
jsonNotArray: 'Ficheiro json importado tem que conter um array. Interrompendo.'
6278
},
6379
pagination: {
80+
aria: {
81+
pageToFirst: 'Primeira página',
82+
pageBack: 'Página anterior',
83+
pageSelected: 'Página Selecionada',
84+
pageForward: 'Próxima',
85+
pageToLast: 'Anterior'
86+
},
6487
sizes: 'itens por página',
6588
totalItems: 'itens',
89+
through: 'através dos',
6690
of: 'de'
6791
},
6892
grouping: {

0 commit comments

Comments
 (0)