ca.cjs 598 B

123456789101112131415161718192021222324252627
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var l12 = {
  4. code: 'ca',
  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: 'Anterior',
  11. next: 'Següent',
  12. today: 'Avui',
  13. year: 'Any',
  14. month: 'Mes',
  15. week: 'Setmana',
  16. day: 'Dia',
  17. list: 'Agenda',
  18. },
  19. weekText: 'Set',
  20. allDayText: 'Tot el dia',
  21. moreLinkText: 'més',
  22. noEventsText: 'No hi ha esdeveniments per mostrar',
  23. };
  24. exports["default"] = l12;