Skip to content

Commit

Permalink
Adding pt-br.js (Brazilian Portugeuse) to i18n
Browse files Browse the repository at this point in the history
Fixes #371

Thanks to @dipold for the translations and pull request.
  • Loading branch information
c0bra committed May 3, 2013
1 parent 1cf3e96 commit ab0f207
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/i18n/pt-br.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
window.ngGrid.i18n['pt-br'] = {
ngAggregateLabel: 'items',
ngGroupPanelDescription: 'Arraste e solte uma coluna aqui para agrupar por essa coluna',
ngSearchPlaceHolder: 'Procurar...',
ngMenuText: 'Selecione as colunas:',
ngShowingItemsLabel: 'Mostrando os Items:',
ngTotalItemsLabel: 'Total de Items:',
ngSelectedItemsLabel: 'Items Selecionados:',
ngPageSizeLabel: 'Tamanho da Página:',
ngPagerFirstTitle: 'Primeira Página',
ngPagerNextTitle: 'Próxima Página',
ngPagerPrevTitle: 'Página Anterior',
ngPagerLastTitle: 'Última Página'
};

0 comments on commit ab0f207

Please sign in to comment.