Skip to content

Commit

Permalink
Merge pull request #4815 from billyaraujo/patch-3
Browse files Browse the repository at this point in the history
Update pt.js
  • Loading branch information
JLLeitschuh committed Dec 8, 2015
2 parents becebb5 + c534802 commit 13820c0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/js/i18n/pt.js
Expand Up @@ -2,6 +2,15 @@
angular.module('ui.grid').config(['$provide', function($provide) {
$provide.decorator('i18nService', ['$delegate', function($delegate) {
$delegate.add('pt', {
headerCell: {
aria: {
defaultFilterLabel: 'Filtro por coluna',
removeFilter: 'Remover filtro',
columnMenuButtonLabel: 'Menu coluna'
},
priority: 'Prioridade:',
filterLabel: "Filtro por coluna: "
},
aggregate: {
label: 'itens'
},
Expand All @@ -25,6 +34,7 @@
sort: {
ascending: 'Ordenar Ascendente',
descending: 'Ordenar Descendente',
none: 'Nenhuma Ordem',
remove: 'Remover Ordenação'
},
column: {
Expand All @@ -42,7 +52,13 @@
pinRight: 'Fixar Direita',
unpin: 'Desprender'
},
columnMenu: {
close: 'Fechar'
},
gridMenu: {
aria: {
buttonLabel: 'Menu Grid'
},
columns: 'Colunas:',
importerTitle: 'Importar ficheiro',
exporterAllAsCsv: 'Exportar todos os dados como csv',
Expand All @@ -61,8 +77,16 @@
jsonNotArray: 'Ficheiro json importado tem que conter um array. Interrompendo.'
},
pagination: {
aria: {
pageToFirst: 'Primeira página',
pageBack: 'Página anterior',
pageSelected: 'Página Selecionada',
pageForward: 'Próxima',
pageToLast: 'Anterior'
},
sizes: 'itens por página',
totalItems: 'itens',
through: 'através dos',
of: 'de'
},
grouping: {
Expand Down

0 comments on commit 13820c0

Please sign in to comment.