summaryrefslogtreecommitdiff
path: root/src/main/resources/static/plugins/fullcalendar/locales/uz.js
blob: 84bb49923f61bbb79c667973471b8dce9a4b279f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
FullCalendar.globalLocales.push(function () {
  'use strict';

  var uz = {
    code: 'uz',
    buttonText: {
      month: 'Oy',
      week: 'Xafta',
      day: 'Kun',
      list: 'Kun tartibi',
    },
    allDayText: "Kun bo'yi",
    moreLinkText: function(n) {
      return '+ yana ' + n
    },
    noEventsText: "Ko'rsatish uchun voqealar yo'q",
  };

  return uz;

}());