first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
23
node_modules/@fullcalendar/core/locales/pt.js
generated
vendored
Normal file
23
node_modules/@fullcalendar/core/locales/pt.js
generated
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
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',
|
||||
};
|
||||
|
||||
export { l58 as default };
|
||||
Loading…
Add table
Add a link
Reference in a new issue