it.cjs 634 B

1234567891011121314151617181920212223242526272829
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var l40 = {
  4. code: 'it',
  5. week: {
  6. dow: 1,
  7. doy: 4, // The week that contains Jan 4th is the first week of the year.
  8. },
  9. buttonText: {
  10. prev: 'Prec',
  11. next: 'Succ',
  12. today: 'Oggi',
  13. year: 'Anno',
  14. month: 'Mese',
  15. week: 'Settimana',
  16. day: 'Giorno',
  17. list: 'Agenda',
  18. },
  19. weekText: 'Sm',
  20. allDayText: 'Tutto il giorno',
  21. moreLinkText(n) {
  22. return '+altri ' + n;
  23. },
  24. noEventsText: 'Non ci sono eventi da visualizzare',
  25. };
  26. exports["default"] = l40;