@fullcalendar/web-component
Version:
Custom Element for FullCalendar
22 lines (20 loc) • 557 B
JavaScript
var l56 = {
code: 'pl',
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: 'Poprzedni',
nextText: 'Następny',
todayText: 'Dziś',
yearText: 'Rok',
monthText: 'Miesiąc',
weekTextLong: 'Tydzień',
weekTextShort: 'Tydz',
dayText: 'Dzień',
listText: 'Plan dnia',
allDayText: 'Cały\ndzień',
moreLinkText: 'więcej',
noEventsText: 'Brak wydarzeń do wyświetlenia',
};
export { l56 as l };