ta-in.cjs 845 B

1234567891011121314151617181920212223242526272829
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var l69 = {
  4. code: 'ta-in',
  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: 'முந்தைய',
  11. next: 'அடுத்தது',
  12. today: 'இன்று',
  13. year: 'ஆண்டு',
  14. month: 'மாதம்',
  15. week: 'வாரம்',
  16. day: 'நாள்',
  17. list: 'தினசரி அட்டவணை',
  18. },
  19. weekText: 'வாரம்',
  20. allDayText: 'நாள் முழுவதும்',
  21. moreLinkText(n) {
  22. return '+ மேலும் ' + n;
  23. },
  24. noEventsText: 'காண்பிக்க நிகழ்வுகள் இல்லை',
  25. };
  26. exports["default"] = l69;