Primer Commit
This commit is contained in:
18
assets/libs/pickadate/lib/translations/es_ES.js
Normal file
18
assets/libs/pickadate/lib/translations/es_ES.js
Normal file
@@ -0,0 +1,18 @@
|
||||
// Spanish
|
||||
|
||||
jQuery.extend( jQuery.fn.pickadate.defaults, {
|
||||
monthsFull: [ 'Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre' ],
|
||||
monthsShort: [ 'ene', 'feb', 'mar', 'abr', 'may', 'jun', 'jul', 'ago', 'sep', 'oct', 'nov', 'dic' ],
|
||||
weekdaysFull: [ 'Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado' ],
|
||||
weekdaysShort: [ 'dom', 'lun', 'mar', 'mié', 'jue', 'vie', 'sáb' ],
|
||||
today: 'Hoy',
|
||||
clear: 'Borrar',
|
||||
close: 'Cerrar',
|
||||
firstDay: 1,
|
||||
format: 'dddd d !de mmmm !de yyyy',
|
||||
formatSubmit: 'yyyy/mm/dd'
|
||||
});
|
||||
|
||||
jQuery.extend( jQuery.fn.pickatime.defaults, {
|
||||
clear: 'Borrar'
|
||||
});
|
||||
Reference in New Issue
Block a user