LaravelTest
29 строк · 770.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var hi = {5code: 'hi',6week: {7dow: 0, // Sunday is the first day of the week.8doy: 6, // 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 hi;28
29}());30