hy-am.cjs 730 B

1234567891011121314151617181920212223242526272829
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var l37 = {
  4. code: 'hy-am',
  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"] = l37;