LaravelTest
27 строк · 598.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var pl = {5code: 'pl',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: 'Poprzedni',12next: 'Następny',13today: 'Dziś',14month: 'Miesiąc',15week: 'Tydzień',16day: 'Dzień',17list: 'Plan dnia',18},19weekText: 'Tydz',20allDayText: 'Cały dzień',21moreLinkText: 'więcej',22noEventsText: 'Brak wydarzeń do wyświetlenia',23};24
25return pl;26
27}());28