1424 lines
34 KiB
JavaScript
1424 lines
34 KiB
JavaScript
[].push.apply(FullCalendar.globalLocales, function () {
|
||
'use strict';
|
||
|
||
var l0 = {
|
||
code: "af",
|
||
week: {
|
||
dow: 1, // Maandag is die eerste dag van die week.
|
||
doy: 4 // Die week wat die 4de Januarie bevat is die eerste week van die jaar.
|
||
},
|
||
buttonText: {
|
||
prev: "Vorige",
|
||
next: "Volgende",
|
||
today: "Vandag",
|
||
year: "Jaar",
|
||
month: "Maand",
|
||
week: "Week",
|
||
day: "Dag",
|
||
list: "Agenda"
|
||
},
|
||
allDayText: "Heeldag",
|
||
moreLinkText: "Addisionele",
|
||
noEventsText: "Daar is geen gebeurtenisse nie"
|
||
};
|
||
|
||
var l1 = {
|
||
code: "ar-dz",
|
||
week: {
|
||
dow: 0, // Sunday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
direction: 'rtl',
|
||
buttonText: {
|
||
prev: "السابق",
|
||
next: "التالي",
|
||
today: "اليوم",
|
||
month: "شهر",
|
||
week: "أسبوع",
|
||
day: "يوم",
|
||
list: "أجندة"
|
||
},
|
||
weekText: "أسبوع",
|
||
allDayText: "اليوم كله",
|
||
moreLinkText: "أخرى",
|
||
noEventsText: "أي أحداث لعرض"
|
||
};
|
||
|
||
var l2 = {
|
||
code: "ar-kw",
|
||
week: {
|
||
dow: 0, // Sunday is the first day of the week.
|
||
doy: 12 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
direction: 'rtl',
|
||
buttonText: {
|
||
prev: "السابق",
|
||
next: "التالي",
|
||
today: "اليوم",
|
||
month: "شهر",
|
||
week: "أسبوع",
|
||
day: "يوم",
|
||
list: "أجندة"
|
||
},
|
||
weekText: "أسبوع",
|
||
allDayText: "اليوم كله",
|
||
moreLinkText: "أخرى",
|
||
noEventsText: "أي أحداث لعرض"
|
||
};
|
||
|
||
var l3 = {
|
||
code: "ar-ly",
|
||
week: {
|
||
dow: 6, // Saturday is the first day of the week.
|
||
doy: 12 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
direction: 'rtl',
|
||
buttonText: {
|
||
prev: "السابق",
|
||
next: "التالي",
|
||
today: "اليوم",
|
||
month: "شهر",
|
||
week: "أسبوع",
|
||
day: "يوم",
|
||
list: "أجندة"
|
||
},
|
||
weekText: "أسبوع",
|
||
allDayText: "اليوم كله",
|
||
moreLinkText: "أخرى",
|
||
noEventsText: "أي أحداث لعرض"
|
||
};
|
||
|
||
var l4 = {
|
||
code: "ar-ma",
|
||
week: {
|
||
dow: 6, // Saturday is the first day of the week.
|
||
doy: 12 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
direction: 'rtl',
|
||
buttonText: {
|
||
prev: "السابق",
|
||
next: "التالي",
|
||
today: "اليوم",
|
||
month: "شهر",
|
||
week: "أسبوع",
|
||
day: "يوم",
|
||
list: "أجندة"
|
||
},
|
||
weekText: "أسبوع",
|
||
allDayText: "اليوم كله",
|
||
moreLinkText: "أخرى",
|
||
noEventsText: "أي أحداث لعرض"
|
||
};
|
||
|
||
var l5 = {
|
||
code: "ar-sa",
|
||
week: {
|
||
dow: 0, // Sunday is the first day of the week.
|
||
doy: 6 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
direction: 'rtl',
|
||
buttonText: {
|
||
prev: "السابق",
|
||
next: "التالي",
|
||
today: "اليوم",
|
||
month: "شهر",
|
||
week: "أسبوع",
|
||
day: "يوم",
|
||
list: "أجندة"
|
||
},
|
||
weekText: "أسبوع",
|
||
allDayText: "اليوم كله",
|
||
moreLinkText: "أخرى",
|
||
noEventsText: "أي أحداث لعرض"
|
||
};
|
||
|
||
var l6 = {
|
||
code: "ar-tn",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
direction: 'rtl',
|
||
buttonText: {
|
||
prev: "السابق",
|
||
next: "التالي",
|
||
today: "اليوم",
|
||
month: "شهر",
|
||
week: "أسبوع",
|
||
day: "يوم",
|
||
list: "أجندة"
|
||
},
|
||
weekText: "أسبوع",
|
||
allDayText: "اليوم كله",
|
||
moreLinkText: "أخرى",
|
||
noEventsText: "أي أحداث لعرض"
|
||
};
|
||
|
||
var l7 = {
|
||
code: "ar",
|
||
week: {
|
||
dow: 6, // Saturday is the first day of the week.
|
||
doy: 12 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
direction: 'rtl',
|
||
buttonText: {
|
||
prev: "السابق",
|
||
next: "التالي",
|
||
today: "اليوم",
|
||
month: "شهر",
|
||
week: "أسبوع",
|
||
day: "يوم",
|
||
list: "أجندة"
|
||
},
|
||
weekText: "أسبوع",
|
||
allDayText: "اليوم كله",
|
||
moreLinkText: "أخرى",
|
||
noEventsText: "أي أحداث لعرض"
|
||
};
|
||
|
||
var l8 = {
|
||
code: "az",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Əvvəl",
|
||
next: "Sonra",
|
||
today: "Bu Gün",
|
||
month: "Ay",
|
||
week: "Həftə",
|
||
day: "Gün",
|
||
list: "Gündəm"
|
||
},
|
||
weekText: "Həftə",
|
||
allDayText: "Bütün Gün",
|
||
moreLinkText: function(n) {
|
||
return "+ daha çox " + n;
|
||
},
|
||
noEventsText: "Göstərmək üçün hadisə yoxdur"
|
||
};
|
||
|
||
var l9 = {
|
||
code: "bg",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "назад",
|
||
next: "напред",
|
||
today: "днес",
|
||
month: "Месец",
|
||
week: "Седмица",
|
||
day: "Ден",
|
||
list: "График"
|
||
},
|
||
allDayText: "Цял ден",
|
||
moreLinkText: function(n) {
|
||
return "+още " + n;
|
||
},
|
||
noEventsText: "Няма събития за показване"
|
||
};
|
||
|
||
var l10 = {
|
||
code: "bs",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Prošli",
|
||
next: "Sljedeći",
|
||
today: "Danas",
|
||
month: "Mjesec",
|
||
week: "Sedmica",
|
||
day: "Dan",
|
||
list: "Raspored"
|
||
},
|
||
weekText: "Sed",
|
||
allDayText: "Cijeli dan",
|
||
moreLinkText: function(n) {
|
||
return "+ još " + n;
|
||
},
|
||
noEventsText: "Nema događaja za prikazivanje"
|
||
};
|
||
|
||
var l11 = {
|
||
code: "ca",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Anterior",
|
||
next: "Següent",
|
||
today: "Avui",
|
||
month: "Mes",
|
||
week: "Setmana",
|
||
day: "Dia",
|
||
list: "Agenda"
|
||
},
|
||
weekText: "Set",
|
||
allDayText: "Tot el dia",
|
||
moreLinkText: "més",
|
||
noEventsText: "No hi ha esdeveniments per mostrar"
|
||
};
|
||
|
||
var l12 = {
|
||
code: "cs",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Dříve",
|
||
next: "Později",
|
||
today: "Nyní",
|
||
month: "Měsíc",
|
||
week: "Týden",
|
||
day: "Den",
|
||
list: "Agenda"
|
||
},
|
||
weekText: "Týd",
|
||
allDayText: "Celý den",
|
||
moreLinkText: function(n) {
|
||
return "+další: " + n;
|
||
},
|
||
noEventsText: "Žádné akce k zobrazení"
|
||
};
|
||
|
||
var l13 = {
|
||
code: "da",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Forrige",
|
||
next: "Næste",
|
||
today: "I dag",
|
||
month: "Måned",
|
||
week: "Uge",
|
||
day: "Dag",
|
||
list: "Agenda"
|
||
},
|
||
weekText: "Uge",
|
||
allDayText: "Hele dagen",
|
||
moreLinkText: "flere",
|
||
noEventsText: "Ingen arrangementer at vise"
|
||
};
|
||
|
||
var l14 = {
|
||
code: "de",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Zurück",
|
||
next: "Vor",
|
||
today: "Heute",
|
||
year: "Jahr",
|
||
month: "Monat",
|
||
week: "Woche",
|
||
day: "Tag",
|
||
list: "Terminübersicht"
|
||
},
|
||
weekText: "KW",
|
||
allDayText: "Ganztägig",
|
||
moreLinkText: function(n) {
|
||
return "+ weitere " + n;
|
||
},
|
||
noEventsText: "Keine Ereignisse anzuzeigen"
|
||
};
|
||
|
||
var l15 = {
|
||
code: "el",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Προηγούμενος",
|
||
next: "Επόμενος",
|
||
today: "Σήμερα",
|
||
month: "Μήνας",
|
||
week: "Εβδομάδα",
|
||
day: "Ημέρα",
|
||
list: "Ατζέντα"
|
||
},
|
||
weekText: "Εβδ",
|
||
allDayText: "Ολοήμερο",
|
||
moreLinkText: "περισσότερα",
|
||
noEventsText: "Δεν υπάρχουν γεγονότα προς εμφάνιση"
|
||
};
|
||
|
||
var l16 = {
|
||
code: "en-au",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
}
|
||
};
|
||
|
||
var l17 = {
|
||
code: "en-gb",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
}
|
||
};
|
||
|
||
var l18 = {
|
||
code: "en-nz",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
}
|
||
};
|
||
|
||
var l19 = {
|
||
code: "es",
|
||
week: {
|
||
dow: 0, // Sunday is the first day of the week.
|
||
doy: 6 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Ant",
|
||
next: "Sig",
|
||
today: "Hoy",
|
||
month: "Mes",
|
||
week: "Semana",
|
||
day: "Día",
|
||
list: "Agenda"
|
||
},
|
||
weekText: "Sm",
|
||
allDayText: "Todo el día",
|
||
moreLinkText: "más",
|
||
noEventsText: "No hay eventos para mostrar"
|
||
};
|
||
|
||
var l20 = {
|
||
code: "es",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Ant",
|
||
next: "Sig",
|
||
today: "Hoy",
|
||
month: "Mes",
|
||
week: "Semana",
|
||
day: "Día",
|
||
list: "Agenda"
|
||
},
|
||
weekText: "Sm",
|
||
allDayText: "Todo el día",
|
||
moreLinkText: "más",
|
||
noEventsText: "No hay eventos para mostrar"
|
||
};
|
||
|
||
var l21 = {
|
||
code: "et",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Eelnev",
|
||
next: "Järgnev",
|
||
today: "Täna",
|
||
month: "Kuu",
|
||
week: "Nädal",
|
||
day: "Päev",
|
||
list: "Päevakord"
|
||
},
|
||
weekText: "näd",
|
||
allDayText: "Kogu päev",
|
||
moreLinkText: function(n) {
|
||
return "+ veel " + n;
|
||
},
|
||
noEventsText: "Kuvamiseks puuduvad sündmused"
|
||
};
|
||
|
||
var l22 = {
|
||
code: "eu",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Aur",
|
||
next: "Hur",
|
||
today: "Gaur",
|
||
month: "Hilabetea",
|
||
week: "Astea",
|
||
day: "Eguna",
|
||
list: "Agenda"
|
||
},
|
||
weekText: "As",
|
||
allDayText: "Egun osoa",
|
||
moreLinkText: "gehiago",
|
||
noEventsText: "Ez dago ekitaldirik erakusteko"
|
||
};
|
||
|
||
var l23 = {
|
||
code: "fa",
|
||
week: {
|
||
dow: 6, // Saturday is the first day of the week.
|
||
doy: 12 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
direction: 'rtl',
|
||
buttonText: {
|
||
prev: "قبلی",
|
||
next: "بعدی",
|
||
today: "امروز",
|
||
month: "ماه",
|
||
week: "هفته",
|
||
day: "روز",
|
||
list: "برنامه"
|
||
},
|
||
weekText: "هف",
|
||
allDayText: "تمام روز",
|
||
moreLinkText: function(n) {
|
||
return "بیش از " + n;
|
||
},
|
||
noEventsText: "هیچ رویدادی به نمایش"
|
||
};
|
||
|
||
var l24 = {
|
||
code: "fi",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Edellinen",
|
||
next: "Seuraava",
|
||
today: "Tänään",
|
||
month: "Kuukausi",
|
||
week: "Viikko",
|
||
day: "Päivä",
|
||
list: "Tapahtumat"
|
||
},
|
||
weekText: "Vk",
|
||
allDayText: "Koko päivä",
|
||
moreLinkText: "lisää",
|
||
noEventsText: "Ei näytettäviä tapahtumia"
|
||
};
|
||
|
||
var l25 = {
|
||
code: "fr",
|
||
buttonText: {
|
||
prev: "Précédent",
|
||
next: "Suivant",
|
||
today: "Aujourd'hui",
|
||
year: "Année",
|
||
month: "Mois",
|
||
week: "Semaine",
|
||
day: "Jour",
|
||
list: "Mon planning"
|
||
},
|
||
weekText: "Sem.",
|
||
allDayText: "Toute la journée",
|
||
moreLinkText: "en plus",
|
||
noEventsText: "Aucun événement à afficher"
|
||
};
|
||
|
||
var l26 = {
|
||
code: "fr-ch",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Précédent",
|
||
next: "Suivant",
|
||
today: "Courant",
|
||
year: "Année",
|
||
month: "Mois",
|
||
week: "Semaine",
|
||
day: "Jour",
|
||
list: "Mon planning"
|
||
},
|
||
weekText: "Sm",
|
||
allDayText: "Toute la journée",
|
||
moreLinkText: "en plus",
|
||
noEventsText: "Aucun événement à afficher"
|
||
};
|
||
|
||
var l27 = {
|
||
code: "fr",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Précédent",
|
||
next: "Suivant",
|
||
today: "Aujourd'hui",
|
||
year: "Année",
|
||
month: "Mois",
|
||
week: "Semaine",
|
||
day: "Jour",
|
||
list: "Planning"
|
||
},
|
||
weekText: "Sem.",
|
||
allDayText: "Toute la journée",
|
||
moreLinkText: "en plus",
|
||
noEventsText: "Aucun événement à afficher"
|
||
};
|
||
|
||
var l28 = {
|
||
code: "gl",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Ant",
|
||
next: "Seg",
|
||
today: "Hoxe",
|
||
month: "Mes",
|
||
week: "Semana",
|
||
day: "Día",
|
||
list: "Axenda"
|
||
},
|
||
weekText: "Sm",
|
||
allDayText: "Todo o día",
|
||
moreLinkText: "máis",
|
||
noEventsText: "Non hai eventos para amosar"
|
||
};
|
||
|
||
var l29 = {
|
||
code: "he",
|
||
direction: 'rtl',
|
||
buttonText: {
|
||
prev: "הקודם",
|
||
next: "הבא",
|
||
today: "היום",
|
||
month: "חודש",
|
||
week: "שבוע",
|
||
day: "יום",
|
||
list: "סדר יום"
|
||
},
|
||
allDayText: "כל היום",
|
||
moreLinkText: "אחר",
|
||
noEventsText: "אין אירועים להצגה",
|
||
weekText: "שבוע"
|
||
};
|
||
|
||
var l30 = {
|
||
code: "hi",
|
||
week: {
|
||
dow: 0, // Sunday is the first day of the week.
|
||
doy: 6 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "पिछला",
|
||
next: "अगला",
|
||
today: "आज",
|
||
month: "महीना",
|
||
week: "सप्ताह",
|
||
day: "दिन",
|
||
list: "कार्यसूची"
|
||
},
|
||
weekText: "हफ्ता",
|
||
allDayText: "सभी दिन",
|
||
moreLinkText: function(n) {
|
||
return "+अधिक " + n;
|
||
},
|
||
noEventsText: "कोई घटनाओं को प्रदर्शित करने के लिए"
|
||
};
|
||
|
||
var l31 = {
|
||
code: "hr",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Prijašnji",
|
||
next: "Sljedeći",
|
||
today: "Danas",
|
||
month: "Mjesec",
|
||
week: "Tjedan",
|
||
day: "Dan",
|
||
list: "Raspored"
|
||
},
|
||
weekText: "Tje",
|
||
allDayText: "Cijeli dan",
|
||
moreLinkText: function(n) {
|
||
return "+ još " + n;
|
||
},
|
||
noEventsText: "Nema događaja za prikaz"
|
||
};
|
||
|
||
var l32 = {
|
||
code: "hu",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "vissza",
|
||
next: "előre",
|
||
today: "ma",
|
||
month: "Hónap",
|
||
week: "Hét",
|
||
day: "Nap",
|
||
list: "Napló"
|
||
},
|
||
weekText: "Hét",
|
||
allDayText: "Egész nap",
|
||
moreLinkText: "további",
|
||
noEventsText: "Nincs megjeleníthető esemény"
|
||
};
|
||
|
||
var l33 = {
|
||
code: "id",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "mundur",
|
||
next: "maju",
|
||
today: "hari ini",
|
||
month: "Bulan",
|
||
week: "Minggu",
|
||
day: "Hari",
|
||
list: "Agenda"
|
||
},
|
||
weekText: "Mg",
|
||
allDayText: "Sehari penuh",
|
||
moreLinkText: "lebih",
|
||
noEventsText: "Tidak ada acara untuk ditampilkan"
|
||
};
|
||
|
||
var l34 = {
|
||
code: "is",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Fyrri",
|
||
next: "Næsti",
|
||
today: "Í dag",
|
||
month: "Mánuður",
|
||
week: "Vika",
|
||
day: "Dagur",
|
||
list: "Dagskrá"
|
||
},
|
||
weekText: "Vika",
|
||
allDayText: "Allan daginn",
|
||
moreLinkText: "meira",
|
||
noEventsText: "Engir viðburðir til að sýna"
|
||
};
|
||
|
||
var l35 = {
|
||
code: "it",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Prec",
|
||
next: "Succ",
|
||
today: "Oggi",
|
||
month: "Mese",
|
||
week: "Settimana",
|
||
day: "Giorno",
|
||
list: "Agenda"
|
||
},
|
||
weekText: "Sm",
|
||
allDayText: "Tutto il giorno",
|
||
moreLinkText: function(n) {
|
||
return "+altri " + n;
|
||
},
|
||
noEventsText: "Non ci sono eventi da visualizzare"
|
||
};
|
||
|
||
var l36 = {
|
||
code: "ja",
|
||
buttonText: {
|
||
prev: "前",
|
||
next: "次",
|
||
today: "今日",
|
||
month: "月",
|
||
week: "週",
|
||
day: "日",
|
||
list: "予定リスト"
|
||
},
|
||
weekText: "週",
|
||
allDayText: "終日",
|
||
moreLinkText: function(n) {
|
||
return "他 " + n + " 件";
|
||
},
|
||
noEventsText: "表示する予定はありません"
|
||
};
|
||
|
||
var l37 = {
|
||
code: "ka",
|
||
week: {
|
||
dow: 1,
|
||
doy: 7
|
||
},
|
||
buttonText: {
|
||
prev: "წინა",
|
||
next: "შემდეგი",
|
||
today: "დღეს",
|
||
month: "თვე",
|
||
week: "კვირა",
|
||
day: "დღე",
|
||
list: "დღის წესრიგი"
|
||
},
|
||
weekText: "კვ",
|
||
allDayText: "მთელი დღე",
|
||
moreLinkText: function(n) {
|
||
return "+ კიდევ " + n;
|
||
},
|
||
noEventsText: "ღონისძიებები არ არის"
|
||
};
|
||
|
||
var l38 = {
|
||
code: "kk",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Алдыңғы",
|
||
next: "Келесі",
|
||
today: "Бүгін",
|
||
month: "Ай",
|
||
week: "Апта",
|
||
day: "Күн",
|
||
list: "Күн тәртібі"
|
||
},
|
||
weekText: "Не",
|
||
allDayText: "Күні бойы",
|
||
moreLinkText: function(n) {
|
||
return "+ тағы " + n;
|
||
},
|
||
noEventsText: "Көрсету үшін оқиғалар жоқ"
|
||
};
|
||
|
||
var l39 = {
|
||
code: "ko",
|
||
buttonText: {
|
||
prev: "이전달",
|
||
next: "다음달",
|
||
today: "오늘",
|
||
month: "월",
|
||
week: "주",
|
||
day: "일",
|
||
list: "일정목록"
|
||
},
|
||
weekText: "주",
|
||
allDayText: "종일",
|
||
moreLinkText: "개",
|
||
noEventsText: "일정이 없습니다"
|
||
};
|
||
|
||
var l40 = {
|
||
code: "lb",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Zréck",
|
||
next: "Weider",
|
||
today: "Haut",
|
||
month: "Mount",
|
||
week: "Woch",
|
||
day: "Dag",
|
||
list: "Terminiwwersiicht"
|
||
},
|
||
weekText: "W",
|
||
allDayText: "Ganzen Dag",
|
||
moreLinkText: "méi",
|
||
noEventsText: "Nee Evenementer ze affichéieren"
|
||
};
|
||
|
||
var l41 = {
|
||
code: "lt",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Atgal",
|
||
next: "Pirmyn",
|
||
today: "Šiandien",
|
||
month: "Mėnuo",
|
||
week: "Savaitė",
|
||
day: "Diena",
|
||
list: "Darbotvarkė"
|
||
},
|
||
weekText: "SAV",
|
||
allDayText: "Visą dieną",
|
||
moreLinkText: "daugiau",
|
||
noEventsText: "Nėra įvykių rodyti"
|
||
};
|
||
|
||
var l42 = {
|
||
code: "lv",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Iepr.",
|
||
next: "Nāk.",
|
||
today: "Šodien",
|
||
month: "Mēnesis",
|
||
week: "Nedēļa",
|
||
day: "Diena",
|
||
list: "Dienas kārtība"
|
||
},
|
||
weekText: "Ned.",
|
||
allDayText: "Visu dienu",
|
||
moreLinkText: function(n) {
|
||
return "+vēl " + n;
|
||
},
|
||
noEventsText: "Nav notikumu"
|
||
};
|
||
|
||
var l43 = {
|
||
code: "mk",
|
||
buttonText: {
|
||
prev: "претходно",
|
||
next: "следно",
|
||
today: "Денес",
|
||
month: "Месец",
|
||
week: "Недела",
|
||
day: "Ден",
|
||
list: "График"
|
||
},
|
||
weekText: "Сед",
|
||
allDayText: "Цел ден",
|
||
moreLinkText: function(n) {
|
||
return "+повеќе " + n;
|
||
},
|
||
noEventsText: "Нема настани за прикажување"
|
||
};
|
||
|
||
var l44 = {
|
||
code: "ms",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Sebelum",
|
||
next: "Selepas",
|
||
today: "hari ini",
|
||
month: "Bulan",
|
||
week: "Minggu",
|
||
day: "Hari",
|
||
list: "Agenda"
|
||
},
|
||
weekText: "Mg",
|
||
allDayText: "Sepanjang hari",
|
||
moreLinkText: function(n) {
|
||
return "masih ada " + n + " acara";
|
||
},
|
||
noEventsText: "Tiada peristiwa untuk dipaparkan"
|
||
};
|
||
|
||
var l45 = {
|
||
code: "nb",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Forrige",
|
||
next: "Neste",
|
||
today: "I dag",
|
||
month: "Måned",
|
||
week: "Uke",
|
||
day: "Dag",
|
||
list: "Agenda"
|
||
},
|
||
weekText: "Uke",
|
||
allDayText: "Hele dagen",
|
||
moreLinkText: "til",
|
||
noEventsText: "Ingen hendelser å vise"
|
||
};
|
||
|
||
var l46 = {
|
||
code: "ne", //code for nepal
|
||
week: {
|
||
dow: 7, // Sunday is the first day of the week.
|
||
doy: 1 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "अघिल्लो",
|
||
next: "अर्को",
|
||
today: "आज",
|
||
month: "महिना",
|
||
week: "हप्ता",
|
||
day: "दिन",
|
||
list: "सूची"
|
||
},
|
||
weekText: "हप्ता",
|
||
allDayText: "दिनभरि",
|
||
moreLinkText: "थप लिंक",
|
||
noEventsText: "देखाउनको लागि कुनै घटनाहरू छैनन्"
|
||
};
|
||
|
||
var l47 = {
|
||
code: "nl",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Voorgaand",
|
||
next: "Volgende",
|
||
today: "Vandaag",
|
||
year: "Jaar",
|
||
month: "Maand",
|
||
week: "Week",
|
||
day: "Dag",
|
||
list: "Agenda"
|
||
},
|
||
allDayText: "Hele dag",
|
||
moreLinkText: "extra",
|
||
noEventsText: "Geen evenementen om te laten zien"
|
||
};
|
||
|
||
var l48 = {
|
||
code: "nn",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Førre",
|
||
next: "Neste",
|
||
today: "I dag",
|
||
month: "Månad",
|
||
week: "Veke",
|
||
day: "Dag",
|
||
list: "Agenda"
|
||
},
|
||
weekText: "Veke",
|
||
allDayText: "Heile dagen",
|
||
moreLinkText: "til",
|
||
noEventsText: "Ingen hendelser å vise"
|
||
};
|
||
|
||
var l49 = {
|
||
code: "pl",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Poprzedni",
|
||
next: "Następny",
|
||
today: "Dziś",
|
||
month: "Miesiąc",
|
||
week: "Tydzień",
|
||
day: "Dzień",
|
||
list: "Plan dnia"
|
||
},
|
||
weekText: "Tydz",
|
||
allDayText: "Cały dzień",
|
||
moreLinkText: "więcej",
|
||
noEventsText: "Brak wydarzeń do wyświetlenia"
|
||
};
|
||
|
||
var l50 = {
|
||
code: "pt-br",
|
||
buttonText: {
|
||
prev: "Anterior",
|
||
next: "Próximo",
|
||
today: "Hoje",
|
||
month: "Mês",
|
||
week: "Semana",
|
||
day: "Dia",
|
||
list: "Lista"
|
||
},
|
||
weekText: "Sm",
|
||
allDayText: "dia inteiro",
|
||
moreLinkText: function(n) {
|
||
return "mais +" + n;
|
||
},
|
||
noEventsText: "Não há eventos para mostrar"
|
||
};
|
||
|
||
var l51 = {
|
||
code: "pt",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Anterior",
|
||
next: "Seguinte",
|
||
today: "Hoje",
|
||
month: "Mês",
|
||
week: "Semana",
|
||
day: "Dia",
|
||
list: "Agenda"
|
||
},
|
||
weekText: "Sem",
|
||
allDayText: "Todo o dia",
|
||
moreLinkText: "mais",
|
||
noEventsText: "Não há eventos para mostrar"
|
||
};
|
||
|
||
var l52 = {
|
||
code: "ro",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "precedentă",
|
||
next: "următoare",
|
||
today: "Azi",
|
||
month: "Lună",
|
||
week: "Săptămână",
|
||
day: "Zi",
|
||
list: "Agendă"
|
||
},
|
||
weekText: "Săpt",
|
||
allDayText: "Toată ziua",
|
||
moreLinkText: function(n) {
|
||
return "+alte " + n;
|
||
},
|
||
noEventsText: "Nu există evenimente de afișat"
|
||
};
|
||
|
||
var l53 = {
|
||
code: "ru",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Пред",
|
||
next: "След",
|
||
today: "Сегодня",
|
||
month: "Месяц",
|
||
week: "Неделя",
|
||
day: "День",
|
||
list: "Повестка дня"
|
||
},
|
||
weekText: "Нед",
|
||
allDayText: "Весь день",
|
||
moreLinkText: function(n) {
|
||
return "+ ещё " + n;
|
||
},
|
||
noEventsText: "Нет событий для отображения"
|
||
};
|
||
|
||
var l54 = {
|
||
code: "sk",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Predchádzajúci",
|
||
next: "Nasledujúci",
|
||
today: "Dnes",
|
||
month: "Mesiac",
|
||
week: "Týždeň",
|
||
day: "Deň",
|
||
list: "Rozvrh"
|
||
},
|
||
weekText: "Ty",
|
||
allDayText: "Celý deň",
|
||
moreLinkText: function(n) {
|
||
return "+ďalšie: " + n;
|
||
},
|
||
noEventsText: "Žiadne akcie na zobrazenie"
|
||
};
|
||
|
||
var l55 = {
|
||
code: "sl",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Prejšnji",
|
||
next: "Naslednji",
|
||
today: "Trenutni",
|
||
month: "Mesec",
|
||
week: "Teden",
|
||
day: "Dan",
|
||
list: "Dnevni red"
|
||
},
|
||
weekText: "Teden",
|
||
allDayText: "Ves dan",
|
||
moreLinkText: "več",
|
||
noEventsText: "Ni dogodkov za prikaz"
|
||
};
|
||
|
||
var l56 = {
|
||
code: "sq",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "mbrapa",
|
||
next: "Përpara",
|
||
today: "sot",
|
||
month: "Muaj",
|
||
week: "Javë",
|
||
day: "Ditë",
|
||
list: "Listë"
|
||
},
|
||
weekText: "Ja",
|
||
allDayText: "Gjithë ditën",
|
||
moreLinkText: function(n) {
|
||
return "+më tepër " + n;
|
||
},
|
||
noEventsText: "Nuk ka evente për të shfaqur"
|
||
};
|
||
|
||
var l57 = {
|
||
code: "sr-cyrl",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Претходна",
|
||
next: "следећи",
|
||
today: "Данас",
|
||
month: "Месец",
|
||
week: "Недеља",
|
||
day: "Дан",
|
||
list: "Планер"
|
||
},
|
||
weekText: "Сед",
|
||
allDayText: "Цео дан",
|
||
moreLinkText: function(n) {
|
||
return "+ још " + n;
|
||
},
|
||
noEventsText: "Нема догађаја за приказ"
|
||
};
|
||
|
||
var l58 = {
|
||
code: "sr",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Prethodna",
|
||
next: "Sledeći",
|
||
today: "Danas",
|
||
month: "Mеsеc",
|
||
week: "Nеdеlja",
|
||
day: "Dan",
|
||
list: "Planеr"
|
||
},
|
||
weekText: "Sed",
|
||
allDayText: "Cеo dan",
|
||
moreLinkText: function(n) {
|
||
return "+ još " + n;
|
||
},
|
||
noEventsText: "Nеma događaja za prikaz"
|
||
};
|
||
|
||
var l59 = {
|
||
code: "sv",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Förra",
|
||
next: "Nästa",
|
||
today: "Idag",
|
||
month: "Månad",
|
||
week: "Vecka",
|
||
day: "Dag",
|
||
list: "Program"
|
||
},
|
||
weekText: "v.",
|
||
allDayText: "Heldag",
|
||
moreLinkText: "till",
|
||
noEventsText: "Inga händelser att visa"
|
||
};
|
||
|
||
var l60 = {
|
||
code: "th",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "ก่อนหน้า",
|
||
next: "ถัดไป",
|
||
prevYear: 'ปีก่อนหน้า',
|
||
nextYear: 'ปีถัดไป',
|
||
year: 'ปี',
|
||
today: "วันนี้",
|
||
month: "เดือน",
|
||
week: "สัปดาห์",
|
||
day: "วัน",
|
||
list: "กำหนดการ"
|
||
},
|
||
weekText: "สัปดาห์",
|
||
allDayText: "ตลอดวัน",
|
||
moreLinkText: "เพิ่มเติม",
|
||
noEventsText: "ไม่มีกิจกรรมที่จะแสดง"
|
||
};
|
||
|
||
var l61 = {
|
||
code: "tr",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "geri",
|
||
next: "ileri",
|
||
today: "bugün",
|
||
month: "Ay",
|
||
week: "Hafta",
|
||
day: "Gün",
|
||
list: "Ajanda"
|
||
},
|
||
weekText: "Hf",
|
||
allDayText: "Tüm gün",
|
||
moreLinkText: "daha fazla",
|
||
noEventsText: "Gösterilecek etkinlik yok"
|
||
};
|
||
|
||
var l62 = {
|
||
code: "ug",
|
||
buttonText: {
|
||
month: "ئاي",
|
||
week: "ھەپتە",
|
||
day: "كۈن",
|
||
list: "كۈنتەرتىپ"
|
||
},
|
||
allDayText: "پۈتۈن كۈن"
|
||
};
|
||
|
||
var l63 = {
|
||
code: "uk",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 7 // The week that contains Jan 1st is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Попередній",
|
||
next: "далі",
|
||
today: "Сьогодні",
|
||
month: "Місяць",
|
||
week: "Тиждень",
|
||
day: "День",
|
||
list: "Порядок денний"
|
||
},
|
||
weekText: "Тиж",
|
||
allDayText: "Увесь день",
|
||
moreLinkText: function(n) {
|
||
return "+ще " + n + "...";
|
||
},
|
||
noEventsText: "Немає подій для відображення"
|
||
};
|
||
|
||
var l64 = {
|
||
code: "uz",
|
||
buttonText: {
|
||
month: "Oy",
|
||
week: "Xafta",
|
||
day: "Kun",
|
||
list: "Kun tartibi"
|
||
},
|
||
allDayText: "Kun bo'yi",
|
||
moreLinkText: function(n) {
|
||
return "+ yana " + n;
|
||
},
|
||
noEventsText: "Ko'rsatish uchun voqealar yo'q"
|
||
};
|
||
|
||
var l65 = {
|
||
code: "vi",
|
||
week: {
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "Trước",
|
||
next: "Tiếp",
|
||
today: "Hôm nay",
|
||
month: "Tháng",
|
||
week: "Tuần",
|
||
day: "Ngày",
|
||
list: "Lịch biểu"
|
||
},
|
||
weekText: "Tu",
|
||
allDayText: "Cả ngày",
|
||
moreLinkText: function(n) {
|
||
return "+ thêm " + n;
|
||
},
|
||
noEventsText: "Không có sự kiện để hiển thị"
|
||
};
|
||
|
||
var l66 = {
|
||
code: "zh-cn",
|
||
week: {
|
||
// GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效
|
||
dow: 1, // Monday is the first day of the week.
|
||
doy: 4 // The week that contains Jan 4th is the first week of the year.
|
||
},
|
||
buttonText: {
|
||
prev: "上月",
|
||
next: "下月",
|
||
today: "今天",
|
||
month: "月",
|
||
week: "周",
|
||
day: "日",
|
||
list: "日程"
|
||
},
|
||
weekText: "周",
|
||
allDayText: "全天",
|
||
moreLinkText: function(n) {
|
||
return "另外 " + n + " 个";
|
||
},
|
||
noEventsText: "没有事件显示"
|
||
};
|
||
|
||
var l67 = {
|
||
code: "zh-tw",
|
||
buttonText: {
|
||
prev: "上月",
|
||
next: "下月",
|
||
today: "今天",
|
||
month: "月",
|
||
week: "週",
|
||
day: "天",
|
||
list: "活動列表"
|
||
},
|
||
weekText: "周",
|
||
allDayText: "整天",
|
||
moreLinkText: '顯示更多',
|
||
noEventsText: "没有任何活動"
|
||
};
|
||
|
||
var localesAll = [
|
||
l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15, l16, l17, l18, l19, l20, l21, l22, l23, l24, l25, l26, l27, l28, l29, l30, l31, l32, l33, l34, l35, l36, l37, l38, l39, l40, l41, l42, l43, l44, l45, l46, l47, l48, l49, l50, l51, l52, l53, l54, l55, l56, l57, l58, l59, l60, l61, l62, l63, l64, l65, l66, l67,
|
||
];
|
||
|
||
return localesAll;
|
||
|
||
}());
|