NeahNew/node_modules/@fullcalendar/core/locales/bg.cjs
2025-05-03 14:17:46 +02:00

29 lines
667 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var l9 = {
code: 'bg',
week: {
dow: 1,
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'назад',
next: 'напред',
today: 'днес',
year: 'година',
month: 'Месец',
week: 'Седмица',
day: 'Ден',
list: 'График',
},
allDayText: 'Цял ден',
moreLinkText(n) {
return '+още ' + n;
},
noEventsText: 'Няма събития за показване',
};
exports["default"] = l9;