@fullcalendar/web-component
Version:
Custom Element for FullCalendar
24 lines (22 loc) • 670 B
JavaScript
var l37 = {
code: 'hy-am',
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: 'Այսօր',
yearText: 'Տարի',
monthText: 'Ամիս',
weekTextLong: 'Շաբաթ',
weekTextShort: 'Շաբ',
dayText: 'Օր',
listText: 'Օրվա ցուցակ',
allDayText: 'Ամբողջ օր',
moreLinkText(n) {
return '+ ևս ' + n;
},
noEventsText: 'Բացակայում է իրադարձությունը ցուցադրելու',
};
export { l37 as l };