first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
25
node_modules/@fullcalendar/core/locales/cs.js
generated
vendored
Normal file
25
node_modules/@fullcalendar/core/locales/cs.js
generated
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
var l13 = {
|
||||
code: 'cs',
|
||||
week: {
|
||||
dow: 1,
|
||||
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
||||
},
|
||||
buttonText: {
|
||||
prev: 'Dříve',
|
||||
next: 'Později',
|
||||
today: 'Nyní',
|
||||
year: 'Rok',
|
||||
month: 'Měsíc',
|
||||
week: 'Týden',
|
||||
day: 'Den',
|
||||
list: 'Agenda',
|
||||
},
|
||||
weekText: 'Týd',
|
||||
allDayText: 'Celý den',
|
||||
moreLinkText(n) {
|
||||
return '+další: ' + n;
|
||||
},
|
||||
noEventsText: 'Žádné akce k zobrazení',
|
||||
};
|
||||
|
||||
export { l13 as default };
|
||||
Loading…
Add table
Add a link
Reference in a new issue