LaravelTest
29 строк · 681.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var kk = {5code: 'kk',6week: {7dow: 1, // Monday is the first day of the week.8doy: 7, // The week that contains Jan 1st is the first week of the year.9},10buttonText: {11prev: 'Алдыңғы',12next: 'Келесі',13today: 'Бүгін',14month: 'Ай',15week: 'Апта',16day: 'Күн',17list: 'Күн тәртібі',18},19weekText: 'Не',20allDayText: 'Күні бойы',21moreLinkText: function(n) {22return '+ тағы ' + n23},24noEventsText: 'Көрсету үшін оқиғалар жоқ',25};26
27return kk;28
29}());30