uz.js 749 B

123456789101112131415161718192021222324
  1. (function (global, factory) {
  2. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  3. typeof define === 'function' && define.amd ? define(factory) :
  4. (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.uz = factory()));
  5. }(this, function () { 'use strict';
  6. var uz = {
  7. code: "uz",
  8. buttonText: {
  9. month: "Oy",
  10. week: "Xafta",
  11. day: "Kun",
  12. list: "Kun tartibi"
  13. },
  14. allDayText: "Kun bo'yi",
  15. eventLimitText: function (n) {
  16. return "+ yana " + n;
  17. },
  18. noEventsMessage: "Ko'rsatish uchun voqealar yo'q"
  19. };
  20. return uz;
  21. }));