@fullcalendar/web-component
Version:
Custom Element for FullCalendar
22 lines (20 loc) • 665 B
JavaScript
var l18 = {
code: 'el',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4st is the first week of the year.
},
prevText: 'Προηγούμενος',
nextText: 'Επόμενος',
todayText: 'Σήμερα',
yearText: 'Ετος',
monthText: 'Μήνας',
weekTextLong: 'Εβδομάδα',
weekTextShort: 'Εβδ',
dayText: 'Ημέρα',
listText: 'Ατζέντα',
allDayText: 'Ολοήμερο',
moreLinkText: 'περισσότερα',
noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση',
};
export { l18 as l };