|
5 | 5 | angular.module('ui.grid').config(['$provide', function($provide) { |
6 | 6 | $provide.decorator('i18nService', ['$delegate', function($delegate) { |
7 | 7 | $delegate.add('pt-br', { |
| 8 | + headerCell: { |
| 9 | + aria: { |
| 10 | + defaultFilterLabel: 'Filtro por coluna', |
| 11 | + removeFilter: 'Remover filtro', |
| 12 | + columnMenuButtonLabel: 'Menu coluna' |
| 13 | + }, |
| 14 | + priority: 'Prioridade:', |
| 15 | + filterLabel: "Filtro por coluna: " |
| 16 | + }, |
8 | 17 | aggregate: { |
9 | 18 | label: 'itens' |
10 | 19 | }, |
|
28 | 37 | sort: { |
29 | 38 | ascending: 'Ordenar Ascendente', |
30 | 39 | descending: 'Ordenar Descendente', |
| 40 | + none: 'Nenhuma Ordem', |
31 | 41 | remove: 'Remover Ordenação' |
32 | 42 | }, |
33 | 43 | column: { |
|
45 | 55 | pinRight: 'Fixar Direita', |
46 | 56 | unpin: 'Desprender' |
47 | 57 | }, |
| 58 | + columnMenu: { |
| 59 | + close: 'Fechar' |
| 60 | + }, |
48 | 61 | gridMenu: { |
| 62 | + aria: { |
| 63 | + buttonLabel: 'Menu Grid' |
| 64 | + }, |
49 | 65 | columns: 'Colunas:', |
50 | 66 | importerTitle: 'Importar arquivo', |
51 | 67 | exporterAllAsCsv: 'Exportar todos os dados como csv', |
|
64 | 80 | jsonNotArray: 'Arquivo json importado tem que conter um array. Abortando.' |
65 | 81 | }, |
66 | 82 | pagination: { |
| 83 | + aria: { |
| 84 | + pageToFirst: 'Primeira página', |
| 85 | + pageBack: 'Página anterior', |
| 86 | + pageSelected: 'Págona Selecionada', |
| 87 | + pageForward: 'Proxima', |
| 88 | + pageToLast: 'Anterior' |
| 89 | + }, |
67 | 90 | sizes: 'itens por página', |
68 | | - totalItems: 'itens' |
| 91 | + totalItems: 'itens', |
| 92 | + through: 'através dos', |
| 93 | + of: 'de' |
69 | 94 | }, |
70 | 95 | grouping: { |
71 | 96 | group: 'Agrupar', |
|
0 commit comments