No Description

he.js 861B

123456789101112131415161718192021222324252627
  1. (function (global, factory) {
  2. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  3. typeof define === 'function' && define.amd ? define(factory) :
  4. (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.he = factory()));
  5. }(this, function () { 'use strict';
  6. var he = {
  7. code: "he",
  8. dir: 'rtl',
  9. buttonText: {
  10. prev: "הקודם",
  11. next: "הבא",
  12. today: "היום",
  13. month: "חודש",
  14. week: "שבוע",
  15. day: "יום",
  16. list: "סדר יום"
  17. },
  18. allDayText: "כל היום",
  19. eventLimitText: "אחר",
  20. noEventsMessage: "אין אירועים להצגה",
  21. weekLabel: "שבוע"
  22. };
  23. return he;
  24. }));