@fullcalendar/web-component
Version:
Custom Element for FullCalendar
24 lines (22 loc) • 585 B
JavaScript
var l62 = {
code: 'sk',
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: 'Predchádzajúci',
nextText: 'Nasledujúci',
todayText: 'Dnes',
yearText: 'Rok',
monthText: 'Mesiac',
weekTextLong: 'Týždeň',
weekTextShort: 'Ty',
dayText: 'Deň',
listText: 'Rozvrh',
allDayText: 'Celý deň',
moreLinkText(n) {
return '+ďalšie: ' + n;
},
noEventsText: 'Žiadne akcie na zobrazenie',
};
export { l62 as l };