UNPKG

572 BJavaScriptView Raw
1FullCalendar.globalLocales.push(function () {
2 'use strict';
3
4 var eo = {
5 code: 'eo',
6 week: {
7 dow: 1, // Monday is the first day of the week.
8 doy: 4, // The week that contains Jan 4th is the first week of the year.
9 },
10 buttonText: {
11 prev: 'Antaŭa',
12 next: 'Sekva',
13 today: 'Hodiaŭ',
14 month: 'Monato',
15 week: 'Semajno',
16 day: 'Tago',
17 list: 'Tagordo',
18 },
19 weekText: 'Sm',
20 allDayText: 'Tuta tago',
21 moreLinkText: 'pli',
22 noEventsText: 'Neniuj eventoj por montri',
23 };
24
25 return eo;
26
27}());