first commit

This commit is contained in:
Warunee Tamkoo 2023-09-06 14:51:44 +07:00
commit eb2f504652
32490 changed files with 5731109 additions and 0 deletions

25
node_modules/@fullcalendar/core/locales/sr.js generated vendored Normal file
View file

@ -0,0 +1,25 @@
var l67 = {
code: 'sr',
week: {
dow: 1,
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'Prethodna',
next: 'Sledeći',
today: 'Danas',
year: 'Godina',
month: 'Mеsеc',
week: 'Nеdеlja',
day: 'Dan',
list: 'Planеr',
},
weekText: 'Sed',
allDayText: 'Cеo dan',
moreLinkText(n) {
return '+ još ' + n;
},
noEventsText: 'Nеma događaja za prikaz',
};
export { l67 as default };