AdminLTE/plugins/fullcalendar/locales/he.js

25 lines
478 B
JavaScript
Raw Normal View History

2020-09-21 09:43:11 +00:00
FullCalendar.globalLocales.push(function () {
'use strict';
2020-09-21 09:43:11 +00:00
var he = {
2020-11-25 09:31:52 +00:00
code: 'he',
2020-09-21 09:43:11 +00:00
direction: 'rtl',
buttonText: {
2020-11-25 09:31:52 +00:00
prev: 'הקודם',
next: 'הבא',
today: 'היום',
month: 'חודש',
week: 'שבוע',
day: 'יום',
list: 'סדר יום',
2020-09-21 09:43:11 +00:00
},
2020-11-25 09:31:52 +00:00
allDayText: 'כל היום',
moreLinkText: 'אחר',
noEventsText: 'אין אירועים להצגה',
weekText: 'שבוע',
2020-09-21 09:43:11 +00:00
};
2020-09-21 09:43:11 +00:00
return he;
2020-09-21 09:43:11 +00:00
}());