ne.global.js 926 B

123456789101112131415161718192021222324252627282930313233
  1. /*!
  2. FullCalendar Core v6.1.14
  3. Docs & License: https://fullcalendar.io
  4. (c) 2024 Adam Shaw
  5. */
  6. (function (index_js) {
  7. 'use strict';
  8. var locale = {
  9. code: 'ne',
  10. week: {
  11. dow: 7,
  12. doy: 1, // The week that contains Jan 1st is the first week of the year.
  13. },
  14. buttonText: {
  15. prev: 'अघिल्लो',
  16. next: 'अर्को',
  17. today: 'आज',
  18. year: 'वर्ष',
  19. month: 'महिना',
  20. week: 'हप्ता',
  21. day: 'दिन',
  22. list: 'सूची',
  23. },
  24. weekText: 'हप्ता',
  25. allDayText: 'दिनभरि',
  26. moreLinkText: 'थप लिंक',
  27. noEventsText: 'देखाउनको लागि कुनै घटनाहरू छैनन्',
  28. };
  29. index_js.globalLocales.push(locale);
  30. })(FullCalendar);