AdminLTE/plugins/fullcalendar/locales/pt-br.js

26 lines
468 B
JavaScript
Raw Normal View History

2020-09-21 09:43:11 +00:00
FullCalendar.globalLocales.push(function () {
'use strict';
2020-09-21 09:43:11 +00:00
var ptBr = {
2020-11-25 09:31:52 +00:00
code: 'pt-br',
2020-09-21 09:43:11 +00:00
buttonText: {
2020-11-25 09:31:52 +00:00
prev: 'Anterior',
next: 'Próximo',
today: 'Hoje',
month: 'Mês',
week: 'Semana',
day: 'Dia',
list: 'Lista',
2020-09-21 09:43:11 +00:00
},
2020-11-25 09:31:52 +00:00
weekText: 'Sm',
allDayText: 'dia inteiro',
2020-12-30 07:42:58 +00:00
moreLinkText: function(n) {
2020-11-25 09:31:52 +00:00
return 'mais +' + n
2020-09-21 09:43:11 +00:00
},
2020-11-25 09:31:52 +00:00
noEventsText: 'Não há eventos para mostrar',
2020-09-21 09:43:11 +00:00
};
2020-09-21 09:43:11 +00:00
return ptBr;
2020-09-21 09:43:11 +00:00
}());