fr-ch.global.js 797 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: 'fr-ch',
  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: 'Précédent',
  16. next: 'Suivant',
  17. today: 'Courant',
  18. year: 'Année',
  19. month: 'Mois',
  20. week: 'Semaine',
  21. day: 'Jour',
  22. list: 'Mon planning',
  23. },
  24. weekText: 'Sm',
  25. allDayText: 'Toute la journée',
  26. moreLinkText: 'en plus',
  27. noEventsText: 'Aucun évènement à afficher',
  28. };
  29. index_js.globalLocales.push(locale);
  30. })(FullCalendar);