fr-ca.global.js 669 B

1234567891011121314151617181920212223242526272829
  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',
  10. buttonText: {
  11. prev: 'Précédent',
  12. next: 'Suivant',
  13. today: 'Aujourd\'hui',
  14. year: 'Année',
  15. month: 'Mois',
  16. week: 'Semaine',
  17. day: 'Jour',
  18. list: 'Mon planning',
  19. },
  20. weekText: 'Sem.',
  21. allDayText: 'Toute la journée',
  22. moreLinkText: 'en plus',
  23. noEventsText: 'Aucun évènement à afficher',
  24. };
  25. index_js.globalLocales.push(locale);
  26. })(FullCalendar);