Blame view

src/locale/lang/pt-BR.js 2.62 KB
8cd5f190   Aresn   add Portuguese
1
2
  export default {
      i: {
3d50db5b   Sergio Crisostomo   add datePanelLabe...
3
          locale: 'pt-BR',
8cd5f190   Aresn   add Portuguese
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
          select: {
              placeholder: 'Selecionar',
              noMatch: 'Não encontrado',
              loading: 'Carregando'
          },
          table: {
              noDataText: 'Sem dados',
              noFilteredDataText: 'Sem dados filtrados',
              confirmFilter: 'Confirmar',
              resetFilter: 'Limpar',
              clearFilter: 'Todos'
          },
          datepicker: {
              selectDate: 'Selecione a data',
              selectTime: 'Selecione a hora',
              startTime: 'Hora inicial',
              endTime: 'Hora final',
              clear: 'Limpar',
              ok: 'Confirmar',
3d50db5b   Sergio Crisostomo   add datePanelLabe...
23
              datePanelLabel: '[mmmm] de [yyyy]',
8cd5f190   Aresn   add Portuguese
24
25
26
27
28
29
30
31
32
33
34
35
36
37
              month: 'Mês',
              month1: 'Janeiro',
              month2: 'Fevereiro',
              month3: 'Março',
              month4: 'Abril',
              month5: 'Maio',
              month6: 'Junho',
              month7: 'Julho',
              month8: 'Agosto',
              month9: 'Setembro',
              month10: 'Outubro',
              month11: 'Novembro',
              month12: 'Dezembro',
              year: 'Ano',
89303674   Sergio Crisostomo   add weekStartDay ...
38
              weekStartDay: '0',
8cd5f190   Aresn   add Portuguese
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
              weeks: {
                  sun: 'Dom',
                  mon: 'Seg',
                  tue: 'Ter',
                  wed: 'Qua',
                  thu: 'Qui',
                  fri: 'Sex',
                  sat: 'Sáb'
              },
              months: {
                  m1: 'Jan',
                  m2: 'Fev',
                  m3: 'Mar',
                  m4: 'Abr',
                  m5: 'Mai',
                  m6: 'Jun',
                  m7: 'Jul',
                  m8: 'Ago',
                  m9: 'Set',
                  m10: 'Out',
                  m11: 'Nov',
                  m12: 'Dez'
              }
          },
          transfer: {
              titles: {
                  source: 'Origem',
                  target: 'Destino'
              },
              filterPlaceholder: 'Pesquise aqui',
              notFoundText: 'Não encontrado'
          },
          modal: {
              okText: 'Confirmar',
              cancelText: 'Cancelar'
          },
          poptip: {
              okText: 'Confirmar',
              cancelText: 'Cancelar'
          },
          page: {
              prev: 'Página Anterior',
              next: 'Próxima Página',
              total: 'Total',
              item: 'item',
              items: 'itens',
              prev5: 'Voltar 5 Páginas',
              next5: 'Avançar 5 Páginas',
              page: '/page',
              goto: 'Ir para',
              p: ''
          },
          rate: {
              star: 'Estrela',
              stars: 'Estrelas'
          },
          tree: {
              emptyText: 'Sem dados'
          }
      }
89303674   Sergio Crisostomo   add weekStartDay ...
99
  };