vue-uiv
Version:
Bootstrap 3 components implemented by Vue 2.
38 lines (37 loc) • 700 B
JavaScript
export default {
uiv: {
datePicker: {
clear: 'Verwijder',
today: 'Vandaag',
month: 'Maand',
month1: 'Januari',
month2: 'Februari',
month3: 'Maart',
month4: 'April',
month5: 'Mei',
month6: 'Juni',
month7: 'Juli',
month8: 'Augustus',
month9: 'September',
month10: 'Oktober',
month11: 'November',
month12: 'December',
year: 'Jaar',
week1: 'Maa',
week2: 'Din',
week3: 'Woe',
week4: 'Don',
week5: 'Vri',
week6: 'Zat',
week7: 'Zon'
},
timePicker: {
am: 'AM',
pm: 'PM'
},
modal: {
cancel: 'Annuleren',
ok: 'OK'
}
}
}