UNPKG

vue-uiv

Version:

Bootstrap 3 components implemented by Vue 2.

38 lines (37 loc) 698 B
export default { uiv: { datePicker: { clear: 'Pulisci', today: 'Oggi', month: 'Mese', month1: 'Gennaio', month2: 'Febbraio', month3: 'Marzo', month4: 'Aprile', month5: 'Maggio', month6: 'Giugno', month7: 'Luglio', month8: 'Agosto', month9: 'Settembre', month10: 'Ottobre', month11: 'Novembre', month12: 'Dicembre', year: 'Anno', week1: 'Lun', week2: 'Mar', week3: 'Mer', week4: 'Gio', week5: 'Ven', week6: 'Sab', week7: 'Dom' }, timePicker: { am: 'AM', pm: 'PM' }, modal: { cancel: 'Annulla', ok: 'OK' } } }