LaravelTest
29 строк · 639.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var ms = {5code: 'ms',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: 'Sebelum',12next: 'Selepas',13today: 'hari ini',14month: 'Bulan',15week: 'Minggu',16day: 'Hari',17list: 'Agenda',18},19weekText: 'Mg',20allDayText: 'Sepanjang hari',21moreLinkText: function(n) {22return 'masih ada ' + n + ' acara'23},24noEventsText: 'Tiada peristiwa untuk dipaparkan',25};26
27return ms;28
29}());30