AdminLTE/plugins/fullcalendar/locales/uz.js
2020-04-02 00:52:43 +02:00

25 lines
749 B
JavaScript

(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;
}));