Adam Shaw 7 éve
szülő
commit
218cf04154
64 módosított fájl, 1278 hozzáadás és 0 törlés
  1. 21 0
      locale-v4/af.js
  2. 21 0
      locale-v4/ar-dz.js
  3. 21 0
      locale-v4/ar-kw.js
  4. 21 0
      locale-v4/ar-ly.js
  5. 21 0
      locale-v4/ar-ma.js
  6. 21 0
      locale-v4/ar-sa.js
  7. 21 0
      locale-v4/ar-tn.js
  8. 21 0
      locale-v4/ar.js
  9. 22 0
      locale-v4/bg.js
  10. 22 0
      locale-v4/bs.js
  11. 20 0
      locale-v4/ca.js
  12. 22 0
      locale-v4/cs.js
  13. 20 0
      locale-v4/da.js
  14. 22 0
      locale-v4/de.js
  15. 20 0
      locale-v4/el.js
  16. 8 0
      locale-v4/en-au.js
  17. 8 0
      locale-v4/en-gb.js
  18. 8 0
      locale-v4/en-nz.js
  19. 20 0
      locale-v4/es-us.js
  20. 20 0
      locale-v4/es.js
  21. 22 0
      locale-v4/et.js
  22. 20 0
      locale-v4/eu.js
  23. 23 0
      locale-v4/fa.js
  24. 20 0
      locale-v4/fi.js
  25. 17 0
      locale-v4/fr-ca.js
  26. 21 0
      locale-v4/fr-ch.js
  27. 21 0
      locale-v4/fr.js
  28. 20 0
      locale-v4/gl.js
  29. 18 0
      locale-v4/he.js
  30. 22 0
      locale-v4/hi.js
  31. 22 0
      locale-v4/hr.js
  32. 20 0
      locale-v4/hu.js
  33. 20 0
      locale-v4/id.js
  34. 20 0
      locale-v4/is.js
  35. 22 0
      locale-v4/it.js
  36. 18 0
      locale-v4/ja.js
  37. 22 0
      locale-v4/ka.js
  38. 22 0
      locale-v4/kk.js
  39. 16 0
      locale-v4/ko.js
  40. 20 0
      locale-v4/lb.js
  41. 20 0
      locale-v4/lt.js
  42. 22 0
      locale-v4/lv.js
  43. 18 0
      locale-v4/mk.js
  44. 22 0
      locale-v4/ms.js
  45. 20 0
      locale-v4/nb.js
  46. 21 0
      locale-v4/nl.js
  47. 20 0
      locale-v4/nn.js
  48. 20 0
      locale-v4/pl.js
  49. 18 0
      locale-v4/pt-br.js
  50. 20 0
      locale-v4/pt.js
  51. 22 0
      locale-v4/ro.js
  52. 22 0
      locale-v4/ru.js
  53. 22 0
      locale-v4/sk.js
  54. 20 0
      locale-v4/sl.js
  55. 22 0
      locale-v4/sq.js
  56. 22 0
      locale-v4/sr-cyrl.js
  57. 22 0
      locale-v4/sr.js
  58. 20 0
      locale-v4/sv.js
  59. 16 0
      locale-v4/th.js
  60. 20 0
      locale-v4/tr.js
  61. 22 0
      locale-v4/uk.js
  62. 22 0
      locale-v4/vi.js
  63. 23 0
      locale-v4/zh-cn.js
  64. 16 0
      locale-v4/zh-tw.js

+ 21 - 0
locale-v4/af.js

@@ -0,0 +1,21 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayHtml: "Heeldag",
+  eventLimitText: "Addisionele",
+  noEventsMessage: "Daar is geen gebeurtenisse nie"
+});

+ 21 - 0
locale-v4/ar-dz.js

@@ -0,0 +1,21 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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.
+  },
+  isRTL: true,
+  buttonText: {
+    prev: "السابق",
+    next: "التالي",
+    today: "اليوم",
+    month: "شهر",
+    week: "أسبوع",
+    day: "يوم",
+    list: "أجندة"
+  },
+  allDayText: "اليوم كله",
+  eventLimitText: "أخرى",
+  noEventsMessage: "أي أحداث لعرض"
+});

+ 21 - 0
locale-v4/ar-kw.js

@@ -0,0 +1,21 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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.
+  },
+  isRTL: true,
+  buttonText: {
+    prev: "السابق",
+    next: "التالي",
+    today: "اليوم",
+    month: "شهر",
+    week: "أسبوع",
+    day: "يوم",
+    list: "أجندة"
+  },
+  allDayText: "اليوم كله",
+  eventLimitText: "أخرى",
+  noEventsMessage: "أي أحداث لعرض"
+});

+ 21 - 0
locale-v4/ar-ly.js

@@ -0,0 +1,21 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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.
+  },
+  isRTL: true,
+  buttonText: {
+    prev: "السابق",
+    next: "التالي",
+    today: "اليوم",
+    month: "شهر",
+    week: "أسبوع",
+    day: "يوم",
+    list: "أجندة"
+  },
+  allDayText: "اليوم كله",
+  eventLimitText: "أخرى",
+  noEventsMessage: "أي أحداث لعرض"
+});

+ 21 - 0
locale-v4/ar-ma.js

@@ -0,0 +1,21 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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.
+  },
+  isRTL: true,
+  buttonText: {
+    prev: "السابق",
+    next: "التالي",
+    today: "اليوم",
+    month: "شهر",
+    week: "أسبوع",
+    day: "يوم",
+    list: "أجندة"
+  },
+  allDayText: "اليوم كله",
+  eventLimitText: "أخرى",
+  noEventsMessage: "أي أحداث لعرض"
+});

+ 21 - 0
locale-v4/ar-sa.js

@@ -0,0 +1,21 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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.
+  },
+  isRTL: true,
+  buttonText: {
+    prev: "السابق",
+    next: "التالي",
+    today: "اليوم",
+    month: "شهر",
+    week: "أسبوع",
+    day: "يوم",
+    list: "أجندة"
+  },
+  allDayText: "اليوم كله",
+  eventLimitText: "أخرى",
+  noEventsMessage: "أي أحداث لعرض"
+});

+ 21 - 0
locale-v4/ar-tn.js

@@ -0,0 +1,21 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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.
+  },
+  isRTL: true,
+  buttonText: {
+    prev: "السابق",
+    next: "التالي",
+    today: "اليوم",
+    month: "شهر",
+    week: "أسبوع",
+    day: "يوم",
+    list: "أجندة"
+  },
+  allDayText: "اليوم كله",
+  eventLimitText: "أخرى",
+  noEventsMessage: "أي أحداث لعرض"
+});

+ 21 - 0
locale-v4/ar.js

@@ -0,0 +1,21 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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.
+  },
+  isRTL: true,
+  buttonText: {
+    prev: "السابق",
+    next: "التالي",
+    today: "اليوم",
+    month: "شهر",
+    week: "أسبوع",
+    day: "يوم",
+    list: "أجندة"
+  },
+  allDayText: "اليوم كله",
+  eventLimitText: "أخرى",
+  noEventsMessage: "أي أحداث لعرض"
+});

+ 22 - 0
locale-v4/bg.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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: "Цял ден",
+  eventLimitText: function(n) {
+    return "+още " + n;
+  },
+  noEventsMessage: "Няма събития за показване"
+});

+ 22 - 0
locale-v4/bs.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Cijeli dan",
+  eventLimitText: function(n) {
+    return "+ još " + n;
+  },
+  noEventsMessage: "Nema događaja za prikazivanje"
+});

+ 20 - 0
locale-v4/ca.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Tot el dia",
+  eventLimitText: "més",
+  noEventsMessage: "No hi ha esdeveniments per mostrar"
+});

+ 22 - 0
locale-v4/cs.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Celý den",
+  eventLimitText: function(n) {
+    return "+další: " + n;
+  },
+  noEventsMessage: "Žádné akce k zobrazení"
+});

+ 20 - 0
locale-v4/da.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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: "Idag",
+    month: "Måned",
+    week: "Uge",
+    day: "Dag",
+    list: "Agenda"
+  },
+  allDayText: "Hele dagen",
+  eventLimitText: "flere",
+  noEventsMessage: "Ingen arrangementer at vise"
+});

+ 22 - 0
locale-v4/de.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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",
+    month: "Monat",
+    week: "Woche",
+    day: "Tag",
+    list: "Terminübersicht"
+  },
+  allDayText: "Ganztägig",
+  eventLimitText: function(n) {
+    return "+ weitere " + n;
+  },
+  noEventsMessage: "Keine Ereignisse anzuzeigen"
+});

+ 20 - 0
locale-v4/el.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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: "Ατζέντα"
+  },
+  allDayText: "Ολοήμερο",
+  eventLimitText: "περισσότερα",
+  noEventsMessage: "Δεν υπάρχουν γεγονότα για να εμφανιστεί"
+});

+ 8 - 0
locale-v4/en-au.js

@@ -0,0 +1,8 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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.
+  }
+});

+ 8 - 0
locale-v4/en-gb.js

@@ -0,0 +1,8 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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.
+  }
+});

+ 8 - 0
locale-v4/en-nz.js

@@ -0,0 +1,8 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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.
+  }
+});

+ 20 - 0
locale-v4/es-us.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayHtml: "Todo<br/>el día",
+  eventLimitText: "más",
+  noEventsMessage: "No hay eventos para mostrar"
+});

+ 20 - 0
locale-v4/es.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayHtml: "Todo<br/>el día",
+  eventLimitText: "más",
+  noEventsMessage: "No hay eventos para mostrar"
+});

+ 22 - 0
locale-v4/et.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Kogu päev",
+  eventLimitText: function(n) {
+    return "+ veel " + n;
+  },
+  noEventsMessage: "Kuvamiseks puuduvad sündmused"
+});

+ 20 - 0
locale-v4/eu.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayHtml: "Egun<br/>osoa",
+  eventLimitText: "gehiago",
+  noEventsMessage: "Ez dago ekitaldirik erakusteko"
+});

+ 23 - 0
locale-v4/fa.js

@@ -0,0 +1,23 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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.
+  },
+  isRTL: true,
+  buttonText: {
+    prev: "قبلی",
+    nex: "بعدی",
+    today: "امروز",
+    month: "ماه",
+    week: "هفته",
+    day: "روز",
+    list: "برنامه"
+  },
+  allDayText: "تمام روز",
+  eventLimitText: function(n) {
+    return "بیش از " + n;
+  },
+  noEventsMessage: "هیچ رویدادی به نمایش"
+});

+ 20 - 0
locale-v4/fi.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Koko päivä",
+  eventLimitText: "lisää",
+  noEventsMessage: "Ei näytettäviä tapahtumia"
+});

+ 17 - 0
locale-v4/fr-ca.js

@@ -0,0 +1,17 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("fr", {
+  buttonText: {
+    prev: "Précédent",
+    next: "Suivant",
+    today: "Aujourd'hui",
+    year: "Année",
+    month: "Mois",
+    week: "Semaine",
+    day: "Jour",
+    list: "Mon planning"
+  },
+  allDayHtml: "Toute la<br/>journée",
+  eventLimitText: "en plus",
+  noEventsMessage: "Aucun événement à afficher"
+});

+ 21 - 0
locale-v4/fr-ch.js

@@ -0,0 +1,21 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayHtml: "Toute la<br/>journée",
+  eventLimitText: "en plus",
+  noEventsMessage: "Aucun événement à afficher"
+});

+ 21 - 0
locale-v4/fr.js

@@ -0,0 +1,21 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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: "Mon planning"
+  },
+  allDayHtml: "Toute la<br/>journée",
+  eventLimitText: "en plus",
+  noEventsMessage: "Aucun événement à afficher"
+});

+ 20 - 0
locale-v4/gl.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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: {
+    prevText: "Ant",
+    nextText: "Seg",
+    currentText: "Hoxe",
+    month: "Mes",
+    week: "Semana",
+    day: "Día",
+    list: "Axenda"
+  },
+  allDayHtml: "Todo<br/>o día",
+  eventLimitText: "máis",
+  noEventsMessage: "Non hai eventos para amosar"
+});

+ 18 - 0
locale-v4/he.js

@@ -0,0 +1,18 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("he", {
+  isRTL: true,
+  buttonText: {
+    prev: "הקודם",
+    next: "הבא",
+    today: "היום",
+    month: "חודש",
+    week: "שבוע",
+    day: "יום",
+    list: "סדר יום"
+  },
+  allDayText: "כל היום",
+  eventLimitText: "אחר",
+  noEventsMessage: "אין אירועים להצגה",
+  weekNumberTitle: "שבוע"
+});

+ 22 - 0
locale-v4/hi.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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: "कार्यसूची"
+  },
+  allDayText: "सभी दिन",
+  eventLimitText: function(n) {
+    return "+अधिक " + n;
+  },
+  noEventsMessage: "कोई घटनाओं को प्रदर्शित करने के लिए"
+});

+ 22 - 0
locale-v4/hr.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Cijeli dan",
+  eventLimitText: function(n) {
+    return "+ još " + n;
+  },
+  noEventsMessage: "Nema događaja za prikaz"
+});

+ 20 - 0
locale-v4/hu.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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ó"
+  },
+  allDayText: "Egész nap",
+  eventLimitText: "további",
+  noEventsMessage: "Nincs megjeleníthető események"
+});

+ 20 - 0
locale-v4/id.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayHtml: "Sehari<br/>penuh",
+  eventLimitText: "lebih",
+  noEventsMessage: "Tidak ada acara untuk ditampilkan"
+});

+ 20 - 0
locale-v4/is.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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á"
+  },
+  allDayHtml: "Allan<br/>daginn",
+  eventLimitText: "meira",
+  noEventsMessage: "Engir viðburðir til að sýna"
+});

+ 22 - 0
locale-v4/it.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayHtml: "Tutto il<br/>giorno",
+  eventLimitText: function(n) {
+    return "+altri " + n;
+  },
+  noEventsMessage: "Non ci sono eventi da visualizzare"
+});

+ 18 - 0
locale-v4/ja.js

@@ -0,0 +1,18 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("ja", {
+  buttonText: {
+    prev: "前",
+    next: "次",
+    today: "今日",
+    month: "月",
+    week: "週",
+    day: "日",
+    list: "予定リスト"
+  },
+  allDayText: "終日",
+  eventLimitText: function(n) {
+    return "他 " + n + " 件";
+  },
+  noEventsMessage: "イベントが表示されないように"
+});

+ 22 - 0
locale-v4/ka.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("ka", {
+  week: {
+    dow: 1,
+    doy: 7
+  },
+  buttonText: {
+    prev: "წინა",
+    next: "შემდეგი",
+    today: "დღეს",
+    month: "თვე",
+    week: "კვირა",
+    day: "დღე",
+    list: "დღის წესრიგი"
+  },
+  allDayText: "მთელი დღე",
+  eventLimitText: function(n) {
+    return "+ კიდევ " + n;
+  },
+  noEventsMessage: "ღონისძიებები არ არის"
+});

+ 22 - 0
locale-v4/kk.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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: "Күн тәртібі"
+  },
+  allDayText: "Күні бойы",
+  eventLimitText: function(n) {
+    return "+ тағы " + n;
+  },
+  noEventsMessage: "Көрсету үшін оқиғалар жоқ"
+});

+ 16 - 0
locale-v4/ko.js

@@ -0,0 +1,16 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("ko", {
+  buttonText: {
+    prev: "이전달",
+    next: "다음달",
+    today: "오늘",
+    month: "월",
+    week: "주",
+    day: "일",
+    list: "일정목록"
+  },
+  allDayText: "종일",
+  eventLimitText: "개",
+  noEventsMessage: "일정이 없습니다"
+});

+ 20 - 0
locale-v4/lb.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Ganzen Dag",
+  eventLimitText: "méi",
+  noEventsMessage: "Nee Evenementer ze affichéieren"
+});

+ 20 - 0
locale-v4/lt.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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ė"
+  },
+  allDayText: "Visą dieną",
+  eventLimitText: "daugiau",
+  noEventsMessage: "Nėra įvykių rodyti"
+});

+ 22 - 0
locale-v4/lv.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Visu dienu",
+  eventLimitText: function(n) {
+    return "+vēl " + n;
+  },
+  noEventsMessage: "Nav notikumu"
+});

+ 18 - 0
locale-v4/mk.js

@@ -0,0 +1,18 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("mk", {
+  buttonText: {
+    prev: "претходно",
+    next: "следно",
+    today: "Денес",
+    month: "Месец",
+    week: "Недела",
+    day: "Ден",
+    list: "График"
+  },
+  allDayText: "Цел ден",
+  eventLimitText: function(n) {
+    return "+повеќе " + n;
+  },
+  noEventsMessage: "Нема настани за прикажување"
+});

+ 22 - 0
locale-v4/ms.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Sepanjang hari",
+  eventLimitText: function(n) {
+    return "masih ada " + n + " acara";
+  },
+  noEventsMessage: "Tiada peristiwa untuk dipaparkan"
+});

+ 20 - 0
locale-v4/nb.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Hele dagen",
+  eventLimitText: "til",
+  noEventsMessage: "Ingen hendelser å vise"
+});

+ 21 - 0
locale-v4/nl.js

@@ -0,0 +1,21 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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",
+  eventLimitText: "extra",
+  noEventsMessage: "Geen evenementen om te laten zien"
+});

+ 20 - 0
locale-v4/nn.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Heile dagen",
+  eventLimitText: "til",
+  noEventsMessage: "Ingen hendelser å vise"
+});

+ 20 - 0
locale-v4/pl.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Cały dzień",
+  eventLimitText: "więcej",
+  noEventsMessage: "Brak wydarzeń do wyświetlenia"
+});

+ 18 - 0
locale-v4/pt-br.js

@@ -0,0 +1,18 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("pt-br", {
+  buttonText: {
+    prevText: "Anterior",
+    nextText: "Próximo",
+    currentText: "Hoje",
+    month: "Mês",
+    week: "Semana",
+    day: "Dia",
+    list: "Compromissos"
+  },
+  allDayText: "dia inteiro",
+  eventLimitText: function(n) {
+    return "mais +" + n;
+  },
+  noEventsMessage: "Não há eventos para mostrar"
+});

+ 20 - 0
locale-v4/pt.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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: {
+    prevText: "Anterior",
+    nextText: "Seguinte",
+    currentText: "Hoje",
+    month: "Mês",
+    week: "Semana",
+    day: "Dia",
+    list: "Agenda"
+  },
+  allDayText: "Todo o dia",
+  eventLimitText: "mais",
+  noEventsMessage: "Não há eventos para mostrar"
+});

+ 22 - 0
locale-v4/ro.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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ă"
+  },
+  allDayText: "Toată ziua",
+  eventLimitText: function(n) {
+    return "+alte " + n;
+  },
+  noEventsMessage: "Nu există evenimente de afișat"
+});

+ 22 - 0
locale-v4/ru.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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: "Повестка дня"
+  },
+  allDayText: "Весь день",
+  eventLimitText: function(n) {
+    return "+ ещё " + n;
+  },
+  noEventsMessage: "Нет событий для отображения"
+});

+ 22 - 0
locale-v4/sk.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Celý deň",
+  eventLimitText: function(n) {
+    return "+ďalšie: " + n;
+  },
+  noEventsMessage: "Žiadne akcie na zobrazenie"
+});

+ 20 - 0
locale-v4/sl.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Ves dan",
+  eventLimitText: "več",
+  noEventsMessage: "Ni dogodkov za prikaz"
+});

+ 22 - 0
locale-v4/sq.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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ë"
+  },
+  allDayHtml: "Gjithë<br/>ditën",
+  eventLimitText: function(n) {
+    return "+më tepër " + n;
+  },
+  noEventsMessage: "Nuk ka evente për të shfaqur"
+});

+ 22 - 0
locale-v4/sr-cyrl.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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: "Планер"
+  },
+  allDayText: "Цео дан",
+  eventLimitText: function(n) {
+    return "+ још " + n;
+  },
+  noEventsMessage: "Нема догађаја за приказ"
+});

+ 22 - 0
locale-v4/sr.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Cеo dan",
+  eventLimitText: function(n) {
+    return "+ još " + n;
+  },
+  noEventsMessage: "Nеma događaja za prikaz"
+});

+ 20 - 0
locale-v4/sv.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Heldag",
+  eventLimitText: "till",
+  noEventsMessage: "Inga händelser att visa"
+});

+ 16 - 0
locale-v4/th.js

@@ -0,0 +1,16 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("th", {
+  buttonText: {
+    prev: "ย้อน",
+    next: "ถัดไป",
+    today: "วันนี้",
+    month: "เดือน",
+    week: "สัปดาห์",
+    day: "วัน",
+    list: "แผนงาน"
+  },
+  allDayText: "ตลอดวัน",
+  eventLimitText: "เพิ่มเติม",
+  noEventsMessage: "ไม่มีกิจกรรมที่จะแสดง"
+});

+ 20 - 0
locale-v4/tr.js

@@ -0,0 +1,20 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Tüm gün",
+  eventLimitText: "daha fazla",
+  noEventsMessage: "Herhangi bir etkinlik görüntülemek için"
+});

+ 22 - 0
locale-v4/uk.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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: "Порядок денний"
+  },
+  allDayText: "Увесь день",
+  eventLimitText: function(n) {
+    return "+ще " + n + "...";
+  },
+  noEventsMessage: "Немає подій для відображення"
+});

+ 22 - 0
locale-v4/vi.js

@@ -0,0 +1,22 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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"
+  },
+  allDayText: "Cả ngày",
+  eventLimitText: function(n) {
+    return "+ thêm " + n;
+  },
+  noEventsMessage: "Không có sự kiện để hiển thị"
+});

+ 23 - 0
locale-v4/zh-cn.js

@@ -0,0 +1,23 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("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: "日程"
+  },
+  allDayText: "全天",
+  eventLimitText: function(n) {
+    return "另外 " + n + " 个";
+  },
+  noEventsMessage: "没有事件显示"
+});

+ 16 - 0
locale-v4/zh-tw.js

@@ -0,0 +1,16 @@
+import * as FullCalendar from 'fullcalendar';
+
+FullCalendar.locale("zh-tw", {
+  buttonText: {
+    prev: "上月",
+    next: "下月",
+    today: "今天",
+    month: "月",
+    week: "週",
+    day: "天",
+    list: "活動列表"
+  },
+  allDayText: "整天",
+  eventLimitText: '顯示更多',
+  noEventsMessage: "没有任何活動"
+});