UNPKG

fullcalendar

Version:

FullCalendar Vanilla JS package for rendering a calendar

47 lines (42 loc) 1.34 kB
/*! FullCalendar (Vanilla JS) v7.0.2 Docs & License: https://fullcalendar.io (c) 2026 Adam Shaw */ (function ({ F: globalLocales }) { var __pt_br$l57 = { code: 'pt-br', prevText: 'Anterior', nextText: 'Próximo', prevYearText: 'Ano anterior', nextYearText: 'Próximo ano', yearText: 'Ano', todayText: 'Hoje', monthText: 'Mês', weekTextLong: 'Semana', weekTextShort: 'Sm', dayText: 'Dia', listText: 'Lista', prevHint: '$0 Anterior', nextHint: 'Próximo $0', todayHint(unitText, unit) { return (unit === 'day') ? 'Hoje' : ((unit === 'week') ? 'Esta' : 'Este') + ' ' + unitText.toLocaleLowerCase(); }, viewHint(unitText, unit) { return 'Visualizar ' + (unit === 'week' ? 'a' : 'o') + ' ' + unitText.toLocaleLowerCase(); }, allDayText: 'Dia\ninteiro', moreLinkText(n) { return 'mais +' + n; }, moreLinkHint(eventCnt) { return `Mostrar mais ${eventCnt} eventos`; }, noEventsText: 'Não há eventos para mostrar', navLinkHint: 'Ir para $0', closeHint: 'Fechar', eventsHint: 'Eventos', }; globalLocales.push(__pt_br$l57); })(FullCalendar.Shared);