'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;
