summaryrefslogtreecommitdiff
path: root/src/main/resources/static/plugins/fullcalendar/locales/he.js
blob: b5597e741254a7ac6c491f7ca351c1abe38b2752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
FullCalendar.globalLocales.push(function () {
  'use strict';

  var he = {
    code: 'he',
    direction: 'rtl',
    buttonText: {
      prev: 'הקודם',
      next: 'הבא',
      today: 'היום',
      month: 'חודש',
      week: 'שבוע',
      day: 'יום',
      list: 'סדר יום',
    },
    allDayText: 'כל היום',
    moreLinkText: 'אחר',
    noEventsText: 'אין אירועים להצגה',
    weekText: 'שבוע',
  };

  return he;

}());