NeahFront3/node_modules/@fullcalendar/core/locales/he.cjs
2025-04-09 18:02:58 +02:00

25 lines
541 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var l33 = {
code: 'he',
direction: 'rtl',
buttonText: {
prev: 'הקודם',
next: 'הבא',
today: 'היום',
year: 'שנה',
month: 'חודש',
week: 'שבוע',
day: 'יום',
list: 'סדר יום',
},
allDayText: 'כל היום',
moreLinkText: 'נוספים',
noEventsText: 'אין אירועים להצגה',
weekText: 'שבוע',
};
exports["default"] = l33;