Primer Commit
This commit is contained in:
17
assets/libs/pickadate/lib/translations/pt_PT.js
Normal file
17
assets/libs/pickadate/lib/translations/pt_PT.js
Normal file
@@ -0,0 +1,17 @@
|
||||
// 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' ],
|
||||
today: 'Hoje',
|
||||
clear: 'Limpar',
|
||||
close: 'Fechar',
|
||||
format: 'd !de mmmm !de yyyy',
|
||||
formatSubmit: 'yyyy/mm/dd'
|
||||
});
|
||||
|
||||
jQuery.extend( jQuery.fn.pickatime.defaults, {
|
||||
clear: 'Limpar'
|
||||
});
|
||||
Reference in New Issue
Block a user