NeahFront3/node_modules/@fullcalendar/core/locales/pt.cjs
2025-04-09 18:02:58 +02:00

28 lines
593 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var l58 = {
code: 'pt',
week: {
dow: 1,
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Anterior',
next: 'Seguinte',
today: 'Hoje',
year: 'Ano',
month: 'Mês',
week: 'Semana',
day: 'Dia',
list: 'Agenda',
},
weekText: 'Sem',
allDayText: 'Todo o dia',
moreLinkText: 'mais',
noEventsText: 'Não há eventos para mostrar',
};
exports["default"] = l58;