LaravelTest
29 строк · 634.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var sk = {5code: 'sk',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: 'Predchádzajúci',12next: 'Nasledujúci',13today: 'Dnes',14month: 'Mesiac',15week: 'Týždeň',16day: 'Deň',17list: 'Rozvrh',18},19weekText: 'Ty',20allDayText: 'Celý deň',21moreLinkText: function(n) {22return '+ďalšie: ' + n23},24noEventsText: 'Žiadne akcie na zobrazenie',25};26
27return sk;28
29}());30