@fullcalendar/web-component
Version:
Custom Element for FullCalendar
22 lines (20 loc) • 584 B
JavaScript
var l74 = {
code: 'uz-cy',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
prevText: 'Олин',
nextText: 'Кейин',
todayText: 'Бугун',
monthText: 'Ой',
weekTextLong: 'Ҳафта',
dayText: 'Кун',
listText: 'Кун тартиби',
allDayText: 'Кун\nбўйича',
moreLinkText(n) {
return '+ яна ' + n;
},
noEventsText: 'Кўрсатиш учун воқеалар йўқ',
};
export { l74 as l };