uz.global.js 789 B

12345678910111213141516171819202122232425262728293031323334
  1. /*!
  2. FullCalendar Core v6.1.14
  3. Docs & License: https://fullcalendar.io
  4. (c) 2024 Adam Shaw
  5. */
  6. (function (index_js) {
  7. 'use strict';
  8. var locale = {
  9. code: 'uz',
  10. week: {
  11. dow: 1,
  12. doy: 4, // The week that contains Jan 4th is the first week of the year.
  13. },
  14. buttonText: {
  15. prev: 'Oldingi',
  16. next: 'Keyingi',
  17. today: 'Bugun',
  18. year: 'Yil',
  19. month: 'Oy',
  20. week: 'Xafta',
  21. day: 'Kun',
  22. list: 'Kun tartibi',
  23. },
  24. allDayText: 'Kun bo\'yi',
  25. moreLinkText(n) {
  26. return '+ yana ' + n;
  27. },
  28. noEventsText: 'Ko\'rsatish uchun voqealar yo\'q',
  29. };
  30. index_js.globalLocales.push(locale);
  31. })(FullCalendar);