Skip to content

Commit

Permalink
Merge pull request #230 from tomasmcm/master
Browse files Browse the repository at this point in the history
Add support for Portuguese
  • Loading branch information
holtkamp committed Apr 27, 2016
2 parents afd452f + 304a074 commit a9859fc
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions jquery.daterangepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,44 @@
'time':'tid',
'hour':'timme',
'minute':'minut'
},
'pt': //Portuguese (European)
{
'selected': 'Selecionado:',
'day':'Dia',
'days': 'Dias',
'apply': 'Fechar',
'week-1' : 'seg',
'week-2' : 'ter',
'week-3' : 'qua',
'week-4' : 'qui',
'week-5' : 'sex',
'week-6' : 'sab',
'week-7' : 'dom',
'week-number': 'N',
'month-name': ['janeiro','fevereiro','março','abril','maio','junho','julho','agosto','setembro','outubro','novembro','dezembro'],
'shortcuts' : 'Atalhos',
'custom-values': 'Valores Personalizados',
'past': 'Passado',
'following':'Seguinte',
'previous' : 'Anterior',
'prev-week' : 'Semana',
'prev-month' : 'Mês',
'prev-year' : 'Ano',
'next':'Próximo',
'next-week':'Próxima Semana',
'next-month':'Próximo Mês',
'next-year':'Próximo Ano',
'less-than' : 'O período selecionado não deve ser maior que %d dias',
'more-than' : 'O período selecionado não deve ser menor que %d dias',
'default-more' : 'Selecione um período superior a %d dias',
'default-single' : 'Selecione uma data',
'default-less' : 'Selecione um período inferior a %d dias',
'default-range' : 'Selecione um período de %d a %d dias',
'default-default': 'Selecione um período',
'time':'Tempo',
'hour':'Hora',
'minute':'Minuto'
}
};

Expand Down

0 comments on commit a9859fc

Please sign in to comment.