eu.global.js 769 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: 'eu',
  10. week: {
  11. dow: 1,
  12. doy: 7, // The week that contains Jan 1st is the first week of the year.
  13. },
  14. buttonText: {
  15. prev: 'Aur',
  16. next: 'Hur',
  17. today: 'Gaur',
  18. year: 'Urtea',
  19. month: 'Hilabetea',
  20. week: 'Astea',
  21. day: 'Eguna',
  22. list: 'Agenda',
  23. },
  24. weekText: 'As',
  25. allDayText: 'Egun osoa',
  26. moreLinkText: 'gehiago',
  27. noEventsText: 'Ez dago ekitaldirik erakusteko',
  28. };
  29. index_js.globalLocales.push(locale);
  30. })(FullCalendar);