LaravelTest
29 строк · 633.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var az = {5code: 'az',6week: {7dow: 1, // Monday is the first day of the week.8doy: 4, // The week that contains Jan 4th is the first week of the year.9},10buttonText: {11prev: 'Əvvəl',12next: 'Sonra',13today: 'Bu Gün',14month: 'Ay',15week: 'Həftə',16day: 'Gün',17list: 'Gündəm',18},19weekText: 'Həftə',20allDayText: 'Bütün Gün',21moreLinkText: function(n) {22return '+ daha çox ' + n23},24noEventsText: 'Göstərmək üçün hadisə yoxdur',25};26
27return az;28
29}());30