AdminLTE/plugins/fullcalendar/locales/uz.js

22 lines
375 B
JavaScript
Raw Normal View History

2020-09-21 09:43:11 +00:00
FullCalendar.globalLocales.push(function () {
'use strict';
2020-04-01 22:52:43 +00:00
2020-09-21 09:43:11 +00:00
var uz = {
2020-11-25 09:31:52 +00:00
code: 'uz',
2020-09-21 09:43:11 +00:00
buttonText: {
2020-11-25 09:31:52 +00:00
month: 'Oy',
week: 'Xafta',
day: 'Kun',
list: 'Kun tartibi',
2020-09-21 09:43:11 +00:00
},
allDayText: "Kun bo'yi",
2020-12-30 07:42:58 +00:00
moreLinkText: function(n) {
2020-11-25 09:31:52 +00:00
return '+ yana ' + n
2020-09-21 09:43:11 +00:00
},
2020-11-25 09:31:52 +00:00
noEventsText: "Ko'rsatish uchun voqealar yo'q",
2020-09-21 09:43:11 +00:00
};
2020-04-01 22:52:43 +00:00
2020-09-21 09:43:11 +00:00
return uz;
2020-04-01 22:52:43 +00:00
2020-09-21 09:43:11 +00:00
}());