vue-uiv
Version:
Bootstrap 3 components implemented by Vue 2.
38 lines (37 loc) • 717 B
JavaScript
export default {
uiv: {
datePicker: {
clear: 'Limpiar',
today: 'Hoy',
month: 'Mes',
month1: 'Enero',
month2: 'Febrero',
month3: 'Marzo',
month4: 'Abril',
month5: 'Mayo',
month6: 'Junio',
month7: 'Julio',
month8: 'Agosto',
month9: 'Septiembre',
month10: 'Octubre',
month11: 'Noviembre',
month12: 'Diciembre',
year: 'Año',
week1: 'Lunes',
week2: 'Martes',
week3: 'Miercoles',
week4: 'Jueves',
week5: 'Viernes',
week6: 'Sabado',
week7: 'Domingo'
},
timePicker: {
am: 'AM',
pm: 'PM'
},
modal: {
cancel: 'Cancelar',
ok: 'OK'
}
}
}