All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
gwt.material.design.client.resources.js.datepicker.pt_BR.js Maven / Gradle / Ivy
// Brazilian Portuguese
jQuery.extend( jQuery.fn.pickadate.defaults, {
monthsFull: [ 'janeiro', 'fevereiro', 'março', 'abril', 'maio', 'junho', 'julho', 'agosto', 'setembro', 'outubro', 'novembro', 'dezembro' ],
monthsShort: [ 'jan', 'fev', 'mar', 'abr', 'mai', 'jun', 'jul', 'ago', 'set', 'out', 'nov', 'dez' ],
weekdaysFull: [ 'domingo', 'segunda-feira', 'terça-feira', 'quarta-feira', 'quinta-feira', 'sexta-feira', 'sábado' ],
weekdaysShort: [ 'dom', 'seg', 'ter', 'qua', 'qui', 'sex', 'sab' ],
weekdaysLetter: [ 'Do', 'Se', 'Te', 'Qu', 'Qu', 'Se', 'Sa' ],
today: 'hoje',
clear: 'limpar',
close: 'fechar',
format: 'dddd, d !de mmmm !de yyyy',
formatSubmit: 'yyyy/mm/dd'
});