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_PT.js Maven / Gradle / Ivy
// 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', 'Terça', 'Quarta', 'Quinta', 'Sexta', '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: 'd !de mmmm !de yyyy',
formatSubmit: 'yyyy/mm/dd'
});