diff --git a/src/i18n/pt-br.js b/src/i18n/pt-br.js new file mode 100644 index 0000000000..ba1a24a8dc --- /dev/null +++ b/src/i18n/pt-br.js @@ -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' +}; \ No newline at end of file