123456789101112131415161718192021222324 |
- (function (global, factory) {
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
- typeof define === 'function' && define.amd ? define(factory) :
- (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.uz = factory()));
- }(this, function () { 'use strict';
- var uz = {
- code: "uz",
- buttonText: {
- month: "Oy",
- week: "Xafta",
- day: "Kun",
- list: "Kun tartibi"
- },
- allDayText: "Kun bo'yi",
- eventLimitText: function (n) {
- return "+ yana " + n;
- },
- noEventsMessage: "Ko'rsatish uchun voqealar yo'q"
- };
- return uz;
- }));
|