eo.global.js 767 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: 'eo',
  10. week: {
  11. dow: 1,
  12. doy: 4, // The week that contains Jan 4th is the first week of the year.
  13. },
  14. buttonText: {
  15. prev: 'Antaŭa',
  16. next: 'Sekva',
  17. today: 'Hodiaŭ',
  18. year: 'Jaro',
  19. month: 'Monato',
  20. week: 'Semajno',
  21. day: 'Tago',
  22. list: 'Tagordo',
  23. },
  24. weekText: 'Sm',
  25. allDayText: 'Tuta tago',
  26. moreLinkText: 'pli',
  27. noEventsText: 'Neniuj eventoj por montri',
  28. };
  29. index_js.globalLocales.push(locale);
  30. })(FullCalendar);