LaravelTest
27 строк · 575.0 Байт
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var pt = {5code: 'pt',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: 'Anterior',12next: 'Seguinte',13today: 'Hoje',14month: 'Mês',15week: 'Semana',16day: 'Dia',17list: 'Agenda',18},19weekText: 'Sem',20allDayText: 'Todo o dia',21moreLinkText: 'mais',22noEventsText: 'Não há eventos para mostrar',23};24
25return pt;26
27}());28