uz.cjs 609 B

12345678910111213141516171819202122232425262728
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var l75 = {
  4. code: 'uz',
  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: 'Oldingi',
  11. next: 'Keyingi',
  12. today: 'Bugun',
  13. year: 'Yil',
  14. month: 'Oy',
  15. week: 'Xafta',
  16. day: 'Kun',
  17. list: 'Kun tartibi',
  18. },
  19. allDayText: 'Kun bo\'yi',
  20. moreLinkText(n) {
  21. return '+ yana ' + n;
  22. },
  23. noEventsText: 'Ko\'rsatish uchun voqealar yo\'q',
  24. };
  25. exports["default"] = l75;