LaravelTest
27 строк · 584.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var lt = {5code: 'lt',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: 'Atgal',12next: 'Pirmyn',13today: 'Šiandien',14month: 'Mėnuo',15week: 'Savaitė',16day: 'Diena',17list: 'Darbotvarkė',18},19weekText: 'SAV',20allDayText: 'Visą dieną',21moreLinkText: 'daugiau',22noEventsText: 'Nėra įvykių rodyti',23};24
25return lt;26
27}());28