@fullcalendar/web-component
Version:
Custom Element for FullCalendar
24 lines (22 loc) • 583 B
JavaScript
var l59 = {
code: 'ro',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
prevText: 'precedentă',
nextText: 'următoare',
todayText: 'Azi',
yearText: 'An',
monthText: 'Lună',
weekTextLong: 'Săptămână',
weekTextShort: 'Săpt',
dayText: 'Zi',
listText: 'Agendă',
allDayText: 'Toată\nziua',
moreLinkText(n) {
return '+alte ' + n;
},
noEventsText: 'Nu există evenimente de afișat',
};
export { l59 as l };