From ab0f2073994d158e26ab1771180e55c891c072f9 Mon Sep 17 00:00:00 2001 From: Brian Hann Date: Fri, 3 May 2013 11:49:52 -0500 Subject: [PATCH] Adding pt-br.js (Brazilian Portugeuse) to i18n Fixes #371 Thanks to @dipold for the translations and pull request. --- src/i18n/pt-br.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/i18n/pt-br.js 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