LaravelTest
29 строк · 724.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var uk = {5code: 'uk',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 '+ще ' + n + '...'23},24noEventsText: 'Немає подій для відображення',25};26
27return uk;28
29}());30