@fullcalendar/core 5.11.3 → 6.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{LICENSE.txt → LICENSE.md} +0 -0
- package/README.md +3 -3
- package/index.cjs +1545 -0
- package/index.d.ts +44 -0
- package/{main.global.js → index.global.js} +7130 -7704
- package/index.global.min.js +6 -0
- package/index.js +1536 -0
- package/internal-common.cjs +8064 -0
- package/internal-common.d.ts +2783 -0
- package/internal-common.js +7826 -0
- package/internal.cjs +198 -0
- package/internal.d.ts +4 -0
- package/internal.js +3 -0
- package/locales/af.cjs +26 -0
- package/locales/af.d.ts +5 -2
- package/locales/af.global.js +29 -24
- package/locales/af.global.min.js +6 -0
- package/locales/af.js +20 -24
- package/locales/ar-dz.cjs +27 -0
- package/locales/ar-dz.d.ts +5 -2
- package/locales/ar-dz.global.js +30 -25
- package/locales/ar-dz.global.min.js +6 -0
- package/locales/ar-dz.js +21 -25
- package/locales/ar-kw.cjs +27 -0
- package/locales/ar-kw.d.ts +5 -2
- package/locales/ar-kw.global.js +30 -25
- package/locales/ar-kw.global.min.js +6 -0
- package/locales/ar-kw.js +21 -25
- package/locales/ar-ly.cjs +27 -0
- package/locales/ar-ly.d.ts +5 -2
- package/locales/ar-ly.global.js +30 -25
- package/locales/ar-ly.global.min.js +6 -0
- package/locales/ar-ly.js +21 -25
- package/locales/ar-ma.cjs +27 -0
- package/locales/ar-ma.d.ts +5 -2
- package/locales/ar-ma.global.js +30 -25
- package/locales/ar-ma.global.min.js +6 -0
- package/locales/ar-ma.js +21 -25
- package/locales/ar-sa.cjs +27 -0
- package/locales/ar-sa.d.ts +5 -2
- package/locales/ar-sa.global.js +30 -25
- package/locales/ar-sa.global.min.js +6 -0
- package/locales/ar-sa.js +21 -25
- package/locales/ar-tn.cjs +27 -0
- package/locales/ar-tn.d.ts +5 -2
- package/locales/ar-tn.global.js +30 -25
- package/locales/ar-tn.global.min.js +6 -0
- package/locales/ar-tn.js +21 -25
- package/locales/ar.cjs +27 -0
- package/locales/ar.d.ts +5 -2
- package/locales/ar.global.js +30 -25
- package/locales/ar.global.min.js +6 -0
- package/locales/ar.js +21 -25
- package/locales/az.cjs +28 -0
- package/locales/az.d.ts +5 -2
- package/locales/az.global.js +31 -26
- package/locales/az.global.min.js +6 -0
- package/locales/az.js +22 -26
- package/locales/bg.cjs +27 -0
- package/locales/bg.d.ts +5 -2
- package/locales/bg.global.js +30 -25
- package/locales/bg.global.min.js +6 -0
- package/locales/bg.js +21 -25
- package/locales/bn.cjs +28 -0
- package/locales/bn.d.ts +5 -2
- package/locales/bn.global.js +31 -26
- package/locales/bn.global.min.js +6 -0
- package/locales/bn.js +22 -26
- package/locales/bs.cjs +28 -0
- package/locales/bs.d.ts +5 -2
- package/locales/bs.global.js +31 -26
- package/locales/bs.global.min.js +6 -0
- package/locales/bs.js +22 -26
- package/locales/ca.cjs +26 -0
- package/locales/ca.d.ts +5 -2
- package/locales/ca.global.js +29 -24
- package/locales/ca.global.min.js +6 -0
- package/locales/ca.js +20 -24
- package/locales/cs.cjs +28 -0
- package/locales/cs.d.ts +5 -2
- package/locales/cs.global.js +31 -26
- package/locales/cs.global.min.js +6 -0
- package/locales/cs.js +22 -26
- package/locales/cy.cjs +27 -0
- package/locales/cy.d.ts +5 -2
- package/locales/cy.global.js +30 -25
- package/locales/cy.global.min.js +6 -0
- package/locales/cy.js +21 -25
- package/locales/da.cjs +26 -0
- package/locales/da.d.ts +5 -2
- package/locales/da.global.js +29 -24
- package/locales/da.global.min.js +6 -0
- package/locales/da.js +20 -24
- package/locales/de-at.cjs +63 -0
- package/locales/de-at.d.ts +5 -2
- package/locales/de-at.global.js +66 -56
- package/locales/de-at.global.min.js +6 -0
- package/locales/de-at.js +53 -52
- package/locales/de.cjs +63 -0
- package/locales/de.d.ts +5 -2
- package/locales/de.global.js +66 -56
- package/locales/de.global.min.js +6 -0
- package/locales/de.js +53 -52
- package/locales/el.cjs +26 -0
- package/locales/el.d.ts +5 -2
- package/locales/el.global.js +29 -24
- package/locales/el.global.min.js +6 -0
- package/locales/el.js +20 -24
- package/locales/en-au.cjs +23 -0
- package/locales/en-au.d.ts +5 -2
- package/locales/en-au.global.js +26 -21
- package/locales/en-au.global.min.js +6 -0
- package/locales/en-au.js +17 -21
- package/locales/en-gb.cjs +23 -0
- package/locales/en-gb.d.ts +5 -2
- package/locales/en-gb.global.js +26 -21
- package/locales/en-gb.global.min.js +6 -0
- package/locales/en-gb.js +17 -21
- package/locales/en-nz.cjs +23 -0
- package/locales/en-nz.d.ts +5 -2
- package/locales/en-nz.global.js +26 -21
- package/locales/en-nz.global.min.js +6 -0
- package/locales/en-nz.js +17 -21
- package/locales/eo.cjs +26 -0
- package/locales/eo.d.ts +5 -2
- package/locales/eo.global.js +29 -24
- package/locales/eo.global.min.js +6 -0
- package/locales/eo.js +20 -24
- package/locales/es-us.cjs +26 -0
- package/locales/es-us.d.ts +5 -2
- package/locales/es-us.global.js +29 -24
- package/locales/es-us.global.min.js +6 -0
- package/locales/es-us.js +20 -24
- package/locales/es.cjs +45 -0
- package/locales/es.d.ts +5 -2
- package/locales/es.global.js +48 -42
- package/locales/es.global.min.js +6 -0
- package/locales/es.js +39 -42
- package/locales/et.cjs +28 -0
- package/locales/et.d.ts +5 -2
- package/locales/et.global.js +31 -26
- package/locales/et.global.min.js +6 -0
- package/locales/et.js +22 -26
- package/locales/eu.cjs +26 -0
- package/locales/eu.d.ts +5 -2
- package/locales/eu.global.js +29 -24
- package/locales/eu.global.min.js +6 -0
- package/locales/eu.js +20 -24
- package/locales/fa.cjs +29 -0
- package/locales/fa.d.ts +5 -2
- package/locales/fa.global.js +32 -27
- package/locales/fa.global.min.js +6 -0
- package/locales/fa.js +23 -27
- package/locales/fi.cjs +26 -0
- package/locales/fi.d.ts +5 -2
- package/locales/fi.global.js +29 -24
- package/locales/fi.global.min.js +6 -0
- package/locales/fi.js +20 -24
- package/locales/fr-ca.cjs +23 -0
- package/locales/fr-ca.d.ts +5 -2
- package/locales/fr-ca.global.js +26 -21
- package/locales/fr-ca.global.min.js +6 -0
- package/locales/fr-ca.js +17 -21
- package/locales/fr-ch.cjs +27 -0
- package/locales/fr-ch.d.ts +5 -2
- package/locales/fr-ch.global.js +30 -25
- package/locales/fr-ch.global.min.js +6 -0
- package/locales/fr-ch.js +21 -25
- package/locales/fr.cjs +27 -0
- package/locales/fr.d.ts +5 -2
- package/locales/fr.global.js +30 -25
- package/locales/fr.global.min.js +6 -0
- package/locales/fr.js +21 -25
- package/locales/gl.cjs +26 -0
- package/locales/gl.d.ts +5 -2
- package/locales/gl.global.js +29 -24
- package/locales/gl.global.min.js +6 -0
- package/locales/gl.js +20 -24
- package/locales/he.cjs +23 -0
- package/locales/he.d.ts +5 -2
- package/locales/he.global.js +26 -21
- package/locales/he.global.min.js +6 -0
- package/locales/he.js +17 -21
- package/locales/hi.cjs +28 -0
- package/locales/hi.d.ts +5 -2
- package/locales/hi.global.js +31 -26
- package/locales/hi.global.min.js +6 -0
- package/locales/hi.js +22 -26
- package/locales/hr.cjs +28 -0
- package/locales/hr.d.ts +5 -2
- package/locales/hr.global.js +31 -26
- package/locales/hr.global.min.js +6 -0
- package/locales/hr.js +22 -26
- package/locales/hu.cjs +26 -0
- package/locales/hu.d.ts +5 -2
- package/locales/hu.global.js +29 -24
- package/locales/hu.global.min.js +6 -0
- package/locales/hu.js +20 -24
- package/locales/hy-am.cjs +28 -0
- package/locales/hy-am.d.ts +5 -2
- package/locales/hy-am.global.js +31 -26
- package/locales/hy-am.global.min.js +6 -0
- package/locales/hy-am.js +22 -26
- package/locales/id.cjs +26 -0
- package/locales/id.d.ts +5 -2
- package/locales/id.global.js +29 -24
- package/locales/id.global.min.js +6 -0
- package/locales/id.js +20 -24
- package/locales/is.cjs +26 -0
- package/locales/is.d.ts +5 -2
- package/locales/is.global.js +29 -24
- package/locales/is.global.min.js +6 -0
- package/locales/is.js +20 -24
- package/locales/it.cjs +28 -0
- package/locales/it.d.ts +5 -2
- package/locales/it.global.js +31 -26
- package/locales/it.global.min.js +6 -0
- package/locales/it.js +22 -26
- package/locales/ja.cjs +24 -0
- package/locales/ja.d.ts +5 -2
- package/locales/ja.global.js +27 -22
- package/locales/ja.global.min.js +6 -0
- package/locales/ja.js +18 -22
- package/locales/ka.cjs +28 -0
- package/locales/ka.d.ts +5 -2
- package/locales/ka.global.js +31 -26
- package/locales/ka.global.min.js +6 -0
- package/locales/ka.js +22 -26
- package/locales/kk.cjs +28 -0
- package/locales/kk.d.ts +5 -2
- package/locales/kk.global.js +31 -26
- package/locales/kk.global.min.js +6 -0
- package/locales/kk.js +22 -26
- package/locales/km.cjs +27 -0
- package/locales/km.d.ts +5 -2
- package/locales/km.global.js +30 -25
- package/locales/km.global.min.js +6 -0
- package/locales/km.js +21 -25
- package/locales/ko.cjs +22 -0
- package/locales/ko.d.ts +5 -2
- package/locales/ko.global.js +25 -20
- package/locales/ko.global.min.js +6 -0
- package/locales/ko.js +16 -20
- package/locales/ku.cjs +27 -0
- package/locales/ku.d.ts +5 -2
- package/locales/ku.global.js +30 -25
- package/locales/ku.global.min.js +6 -0
- package/locales/ku.js +21 -25
- package/locales/lb.cjs +26 -0
- package/locales/lb.d.ts +5 -2
- package/locales/lb.global.js +29 -24
- package/locales/lb.global.min.js +6 -0
- package/locales/lb.js +20 -24
- package/locales/lt.cjs +26 -0
- package/locales/lt.d.ts +5 -2
- package/locales/lt.global.js +29 -24
- package/locales/lt.global.min.js +6 -0
- package/locales/lt.js +20 -24
- package/locales/lv.cjs +28 -0
- package/locales/lv.d.ts +5 -2
- package/locales/lv.global.js +31 -26
- package/locales/lv.global.min.js +6 -0
- package/locales/lv.js +22 -26
- package/locales/mk.cjs +24 -0
- package/locales/mk.d.ts +5 -2
- package/locales/mk.global.js +27 -22
- package/locales/mk.global.min.js +6 -0
- package/locales/mk.js +18 -22
- package/locales/ms.cjs +28 -0
- package/locales/ms.d.ts +5 -2
- package/locales/ms.global.js +31 -26
- package/locales/ms.global.min.js +6 -0
- package/locales/ms.js +22 -26
- package/locales/nb.cjs +37 -0
- package/locales/nb.d.ts +5 -2
- package/locales/nb.global.js +40 -35
- package/locales/nb.global.min.js +6 -0
- package/locales/nb.js +31 -35
- package/locales/ne.cjs +26 -0
- package/locales/ne.d.ts +5 -2
- package/locales/ne.global.js +29 -24
- package/locales/ne.global.min.js +6 -0
- package/locales/ne.js +20 -24
- package/locales/nl.cjs +26 -0
- package/locales/nl.d.ts +5 -2
- package/locales/nl.global.js +29 -24
- package/locales/nl.global.min.js +6 -0
- package/locales/nl.js +20 -24
- package/locales/nn.cjs +26 -0
- package/locales/nn.d.ts +5 -2
- package/locales/nn.global.js +29 -24
- package/locales/nn.global.min.js +6 -0
- package/locales/nn.js +20 -24
- package/locales/pl.cjs +26 -0
- package/locales/pl.d.ts +5 -2
- package/locales/pl.global.js +29 -24
- package/locales/pl.global.min.js +6 -0
- package/locales/pl.js +20 -24
- package/locales/pt-br.cjs +24 -0
- package/locales/pt-br.d.ts +5 -2
- package/locales/pt-br.global.js +27 -22
- package/locales/pt-br.global.min.js +6 -0
- package/locales/pt-br.js +18 -22
- package/locales/pt.cjs +26 -0
- package/locales/pt.d.ts +5 -2
- package/locales/pt.global.js +29 -24
- package/locales/pt.global.min.js +6 -0
- package/locales/pt.js +20 -24
- package/locales/ro.cjs +28 -0
- package/locales/ro.d.ts +5 -2
- package/locales/ro.global.js +31 -26
- package/locales/ro.global.min.js +6 -0
- package/locales/ro.js +22 -26
- package/locales/ru.cjs +28 -0
- package/locales/ru.d.ts +5 -2
- package/locales/ru.global.js +31 -26
- package/locales/ru.global.min.js +6 -0
- package/locales/ru.js +22 -26
- package/locales/si-lk.cjs +26 -0
- package/locales/si-lk.d.ts +5 -2
- package/locales/si-lk.global.js +29 -24
- package/locales/si-lk.global.min.js +6 -0
- package/locales/si-lk.js +20 -24
- package/locales/sk.cjs +28 -0
- package/locales/sk.d.ts +5 -2
- package/locales/sk.global.js +31 -26
- package/locales/sk.global.min.js +6 -0
- package/locales/sk.js +22 -26
- package/locales/sl.cjs +26 -0
- package/locales/sl.d.ts +5 -2
- package/locales/sl.global.js +29 -24
- package/locales/sl.global.min.js +6 -0
- package/locales/sl.js +20 -24
- package/locales/sm.cjs +22 -0
- package/locales/sm.d.ts +5 -2
- package/locales/sm.global.js +25 -20
- package/locales/sm.global.min.js +6 -0
- package/locales/sm.js +16 -20
- package/locales/sq.cjs +28 -0
- package/locales/sq.d.ts +5 -2
- package/locales/sq.global.js +31 -26
- package/locales/sq.global.min.js +6 -0
- package/locales/sq.js +22 -26
- package/locales/sr-cyrl.cjs +28 -0
- package/locales/sr-cyrl.d.ts +5 -2
- package/locales/sr-cyrl.global.js +31 -26
- package/locales/sr-cyrl.global.min.js +6 -0
- package/locales/sr-cyrl.js +22 -26
- package/locales/sr.cjs +28 -0
- package/locales/sr.d.ts +5 -2
- package/locales/sr.global.js +31 -26
- package/locales/sr.global.min.js +6 -0
- package/locales/sr.js +22 -26
- package/locales/sv.cjs +46 -0
- package/locales/sv.d.ts +5 -2
- package/locales/sv.global.js +49 -44
- package/locales/sv.global.min.js +6 -0
- package/locales/sv.js +38 -42
- package/locales/ta-in.cjs +28 -0
- package/locales/ta-in.d.ts +5 -2
- package/locales/ta-in.global.js +31 -26
- package/locales/ta-in.global.min.js +6 -0
- package/locales/ta-in.js +22 -26
- package/locales/th.cjs +29 -0
- package/locales/th.d.ts +5 -2
- package/locales/th.global.js +32 -27
- package/locales/th.global.min.js +6 -0
- package/locales/th.js +23 -27
- package/locales/tr.cjs +26 -0
- package/locales/tr.d.ts +5 -2
- package/locales/tr.global.js +29 -24
- package/locales/tr.global.min.js +6 -0
- package/locales/tr.js +20 -24
- package/locales/ug.cjs +16 -0
- package/locales/ug.d.ts +5 -2
- package/locales/ug.global.js +19 -14
- package/locales/ug.global.min.js +6 -0
- package/locales/ug.js +10 -14
- package/locales/uk.cjs +28 -0
- package/locales/uk.d.ts +5 -2
- package/locales/uk.global.js +31 -26
- package/locales/uk.global.min.js +6 -0
- package/locales/uk.js +22 -26
- package/locales/uz.cjs +20 -0
- package/locales/uz.d.ts +5 -2
- package/locales/uz.global.js +23 -18
- package/locales/uz.global.min.js +6 -0
- package/locales/uz.js +14 -18
- package/locales/vi.cjs +28 -0
- package/locales/vi.d.ts +5 -2
- package/locales/vi.global.js +31 -26
- package/locales/vi.global.min.js +6 -0
- package/locales/vi.js +22 -26
- package/locales/zh-cn.cjs +29 -0
- package/locales/zh-cn.d.ts +5 -2
- package/locales/zh-cn.global.js +32 -26
- package/locales/zh-cn.global.min.js +6 -0
- package/locales/zh-cn.js +23 -26
- package/locales/zh-tw.cjs +22 -0
- package/locales/zh-tw.d.ts +5 -2
- package/locales/zh-tw.global.js +25 -20
- package/locales/zh-tw.global.min.js +6 -0
- package/locales/zh-tw.js +16 -20
- package/locales-all.cjs +88 -0
- package/locales-all.d.ts +6 -2
- package/locales-all.global.js +1792 -1852
- package/locales-all.global.min.js +6 -1
- package/locales-all.js +80 -1849
- package/package.json +61 -18
- package/preact.cjs +22 -0
- package/preact.d.ts +8 -0
- package/preact.js +3 -0
- package/main.cjs.js +0 -138
- package/main.d.ts +0 -30
- package/main.global.min.js +0 -6
- package/main.js +0 -128
- package/main.js.map +0 -1
- package/vdom.cjs.js +0 -105
- package/vdom.d.ts +0 -23
- package/vdom.js +0 -80
package/locales/hu.global.js
CHANGED
|
@@ -1,27 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*!
|
|
2
|
+
FullCalendar Core v6.0.0-beta.2
|
|
3
|
+
Docs & License: https://fullcalendar.io/
|
|
4
|
+
(c) 2022 Adam Shaw
|
|
5
|
+
*/
|
|
6
|
+
(function (internal_js) {
|
|
7
|
+
'use strict';
|
|
3
8
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
9
|
+
var locale = {
|
|
10
|
+
code: 'hu',
|
|
11
|
+
week: {
|
|
12
|
+
dow: 1,
|
|
13
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
14
|
+
},
|
|
15
|
+
buttonText: {
|
|
16
|
+
prev: 'vissza',
|
|
17
|
+
next: 'előre',
|
|
18
|
+
today: 'ma',
|
|
19
|
+
month: 'Hónap',
|
|
20
|
+
week: 'Hét',
|
|
21
|
+
day: 'Nap',
|
|
22
|
+
list: 'Lista',
|
|
23
|
+
},
|
|
24
|
+
weekText: 'Hét',
|
|
25
|
+
allDayText: 'Egész nap',
|
|
26
|
+
moreLinkText: 'további',
|
|
27
|
+
noEventsText: 'Nincs megjeleníthető esemény',
|
|
28
|
+
};
|
|
24
29
|
|
|
25
|
-
|
|
30
|
+
internal_js.globalLocales.push(locale);
|
|
26
31
|
|
|
27
|
-
}()
|
|
32
|
+
})(FullCalendar.Internal);
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
FullCalendar Core v6.0.0-beta.2
|
|
3
|
+
Docs & License: https://fullcalendar.io/
|
|
4
|
+
(c) 2022 Adam Shaw
|
|
5
|
+
*/
|
|
6
|
+
!function(e){"use strict";FullCalendar.Internal.globalLocales.push({code:"hu",week:{dow:1,doy:4},buttonText:{prev:"vissza",next:"előre",today:"ma",month:"Hónap",week:"Hét",day:"Nap",list:"Lista"},weekText:"Hét",allDayText:"Egész nap",moreLinkText:"további",noEventsText:"Nincs megjeleníthető esemény"})}();
|
package/locales/hu.js
CHANGED
|
@@ -1,26 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
weekText: "H\xE9t",
|
|
21
|
-
allDayText: "Eg\xE9sz nap",
|
|
22
|
-
moreLinkText: "tov\xE1bbi",
|
|
23
|
-
noEventsText: "Nincs megjelen\xEDthet\u0151 esem\xE9ny"
|
|
1
|
+
var l36 = {
|
|
2
|
+
code: 'hu',
|
|
3
|
+
week: {
|
|
4
|
+
dow: 1,
|
|
5
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
6
|
+
},
|
|
7
|
+
buttonText: {
|
|
8
|
+
prev: 'vissza',
|
|
9
|
+
next: 'előre',
|
|
10
|
+
today: 'ma',
|
|
11
|
+
month: 'Hónap',
|
|
12
|
+
week: 'Hét',
|
|
13
|
+
day: 'Nap',
|
|
14
|
+
list: 'Lista',
|
|
15
|
+
},
|
|
16
|
+
weekText: 'Hét',
|
|
17
|
+
allDayText: 'Egész nap',
|
|
18
|
+
moreLinkText: 'további',
|
|
19
|
+
noEventsText: 'Nincs megjeleníthető esemény',
|
|
24
20
|
};
|
|
25
21
|
|
|
26
|
-
|
|
22
|
+
export { l36 as default };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var l37 = {
|
|
6
|
+
code: 'hy-am',
|
|
7
|
+
week: {
|
|
8
|
+
dow: 1,
|
|
9
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
10
|
+
},
|
|
11
|
+
buttonText: {
|
|
12
|
+
prev: 'Նախորդ',
|
|
13
|
+
next: 'Հաջորդ',
|
|
14
|
+
today: 'Այսօր',
|
|
15
|
+
month: 'Ամիս',
|
|
16
|
+
week: 'Շաբաթ',
|
|
17
|
+
day: 'Օր',
|
|
18
|
+
list: 'Օրվա ցուցակ',
|
|
19
|
+
},
|
|
20
|
+
weekText: 'Շաբ',
|
|
21
|
+
allDayText: 'Ամբողջ օր',
|
|
22
|
+
moreLinkText(n) {
|
|
23
|
+
return '+ ևս ' + n;
|
|
24
|
+
},
|
|
25
|
+
noEventsText: 'Բացակայում է իրադարձությունը ցուցադրելու',
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
exports["default"] = l37;
|
package/locales/hy-am.d.ts
CHANGED
package/locales/hy-am.global.js
CHANGED
|
@@ -1,29 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*!
|
|
2
|
+
FullCalendar Core v6.0.0-beta.2
|
|
3
|
+
Docs & License: https://fullcalendar.io/
|
|
4
|
+
(c) 2022 Adam Shaw
|
|
5
|
+
*/
|
|
6
|
+
(function (internal_js) {
|
|
7
|
+
'use strict';
|
|
3
8
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
9
|
+
var locale = {
|
|
10
|
+
code: 'hy-am',
|
|
11
|
+
week: {
|
|
12
|
+
dow: 1,
|
|
13
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
14
|
+
},
|
|
15
|
+
buttonText: {
|
|
16
|
+
prev: 'Նախորդ',
|
|
17
|
+
next: 'Հաջորդ',
|
|
18
|
+
today: 'Այսօր',
|
|
19
|
+
month: 'Ամիս',
|
|
20
|
+
week: 'Շաբաթ',
|
|
21
|
+
day: 'Օր',
|
|
22
|
+
list: 'Օրվա ցուցակ',
|
|
23
|
+
},
|
|
24
|
+
weekText: 'Շաբ',
|
|
25
|
+
allDayText: 'Ամբողջ օր',
|
|
26
|
+
moreLinkText(n) {
|
|
27
|
+
return '+ ևս ' + n;
|
|
28
|
+
},
|
|
29
|
+
noEventsText: 'Բացակայում է իրադարձությունը ցուցադրելու',
|
|
30
|
+
};
|
|
26
31
|
|
|
27
|
-
|
|
32
|
+
internal_js.globalLocales.push(locale);
|
|
28
33
|
|
|
29
|
-
}()
|
|
34
|
+
})(FullCalendar.Internal);
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
FullCalendar Core v6.0.0-beta.2
|
|
3
|
+
Docs & License: https://fullcalendar.io/
|
|
4
|
+
(c) 2022 Adam Shaw
|
|
5
|
+
*/
|
|
6
|
+
!function(e){"use strict";var t={code:"hy-am",week:{dow:1,doy:4},buttonText:{prev:"Նախորդ",next:"Հաջորդ",today:"Այսօր",month:"Ամիս",week:"Շաբաթ",day:"Օր",list:"Օրվա ցուցակ"},weekText:"Շաբ",allDayText:"Ամբողջ օր",moreLinkText:e=>"+ ևս "+e,noEventsText:"Բացակայում է իրադարձությունը ցուցադրելու"};FullCalendar.Internal.globalLocales.push(t)}();
|
package/locales/hy-am.js
CHANGED
|
@@ -1,28 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
moreLinkText: function(n) {
|
|
23
|
-
return "+ \u0587\u057D " + n;
|
|
24
|
-
},
|
|
25
|
-
noEventsText: "\u0532\u0561\u0581\u0561\u056F\u0561\u0575\u0578\u0582\u0574 \u0567 \u056B\u0580\u0561\u0564\u0561\u0580\u0571\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0568 \u0581\u0578\u0582\u0581\u0561\u0564\u0580\u0565\u056C\u0578\u0582"
|
|
1
|
+
var l37 = {
|
|
2
|
+
code: 'hy-am',
|
|
3
|
+
week: {
|
|
4
|
+
dow: 1,
|
|
5
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
6
|
+
},
|
|
7
|
+
buttonText: {
|
|
8
|
+
prev: 'Նախորդ',
|
|
9
|
+
next: 'Հաջորդ',
|
|
10
|
+
today: 'Այսօր',
|
|
11
|
+
month: 'Ամիս',
|
|
12
|
+
week: 'Շաբաթ',
|
|
13
|
+
day: 'Օր',
|
|
14
|
+
list: 'Օրվա ցուցակ',
|
|
15
|
+
},
|
|
16
|
+
weekText: 'Շաբ',
|
|
17
|
+
allDayText: 'Ամբողջ օր',
|
|
18
|
+
moreLinkText(n) {
|
|
19
|
+
return '+ ևս ' + n;
|
|
20
|
+
},
|
|
21
|
+
noEventsText: 'Բացակայում է իրադարձությունը ցուցադրելու',
|
|
26
22
|
};
|
|
27
23
|
|
|
28
|
-
|
|
24
|
+
export { l37 as default };
|
package/locales/id.cjs
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var l38 = {
|
|
6
|
+
code: 'id',
|
|
7
|
+
week: {
|
|
8
|
+
dow: 1,
|
|
9
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
10
|
+
},
|
|
11
|
+
buttonText: {
|
|
12
|
+
prev: 'mundur',
|
|
13
|
+
next: 'maju',
|
|
14
|
+
today: 'hari ini',
|
|
15
|
+
month: 'Bulan',
|
|
16
|
+
week: 'Minggu',
|
|
17
|
+
day: 'Hari',
|
|
18
|
+
list: 'Agenda',
|
|
19
|
+
},
|
|
20
|
+
weekText: 'Mg',
|
|
21
|
+
allDayText: 'Sehari penuh',
|
|
22
|
+
moreLinkText: 'lebih',
|
|
23
|
+
noEventsText: 'Tidak ada acara untuk ditampilkan',
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
exports["default"] = l38;
|
package/locales/id.d.ts
CHANGED
package/locales/id.global.js
CHANGED
|
@@ -1,27 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*!
|
|
2
|
+
FullCalendar Core v6.0.0-beta.2
|
|
3
|
+
Docs & License: https://fullcalendar.io/
|
|
4
|
+
(c) 2022 Adam Shaw
|
|
5
|
+
*/
|
|
6
|
+
(function (internal_js) {
|
|
7
|
+
'use strict';
|
|
3
8
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
9
|
+
var locale = {
|
|
10
|
+
code: 'id',
|
|
11
|
+
week: {
|
|
12
|
+
dow: 1,
|
|
13
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
14
|
+
},
|
|
15
|
+
buttonText: {
|
|
16
|
+
prev: 'mundur',
|
|
17
|
+
next: 'maju',
|
|
18
|
+
today: 'hari ini',
|
|
19
|
+
month: 'Bulan',
|
|
20
|
+
week: 'Minggu',
|
|
21
|
+
day: 'Hari',
|
|
22
|
+
list: 'Agenda',
|
|
23
|
+
},
|
|
24
|
+
weekText: 'Mg',
|
|
25
|
+
allDayText: 'Sehari penuh',
|
|
26
|
+
moreLinkText: 'lebih',
|
|
27
|
+
noEventsText: 'Tidak ada acara untuk ditampilkan',
|
|
28
|
+
};
|
|
24
29
|
|
|
25
|
-
|
|
30
|
+
internal_js.globalLocales.push(locale);
|
|
26
31
|
|
|
27
|
-
}()
|
|
32
|
+
})(FullCalendar.Internal);
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
FullCalendar Core v6.0.0-beta.2
|
|
3
|
+
Docs & License: https://fullcalendar.io/
|
|
4
|
+
(c) 2022 Adam Shaw
|
|
5
|
+
*/
|
|
6
|
+
!function(e){"use strict";FullCalendar.Internal.globalLocales.push({code:"id",week:{dow:1,doy:7},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"})}();
|
package/locales/id.js
CHANGED
|
@@ -1,26 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
weekText: "Mg",
|
|
21
|
-
allDayText: "Sehari penuh",
|
|
22
|
-
moreLinkText: "lebih",
|
|
23
|
-
noEventsText: "Tidak ada acara untuk ditampilkan"
|
|
1
|
+
var l38 = {
|
|
2
|
+
code: 'id',
|
|
3
|
+
week: {
|
|
4
|
+
dow: 1,
|
|
5
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
6
|
+
},
|
|
7
|
+
buttonText: {
|
|
8
|
+
prev: 'mundur',
|
|
9
|
+
next: 'maju',
|
|
10
|
+
today: 'hari ini',
|
|
11
|
+
month: 'Bulan',
|
|
12
|
+
week: 'Minggu',
|
|
13
|
+
day: 'Hari',
|
|
14
|
+
list: 'Agenda',
|
|
15
|
+
},
|
|
16
|
+
weekText: 'Mg',
|
|
17
|
+
allDayText: 'Sehari penuh',
|
|
18
|
+
moreLinkText: 'lebih',
|
|
19
|
+
noEventsText: 'Tidak ada acara untuk ditampilkan',
|
|
24
20
|
};
|
|
25
21
|
|
|
26
|
-
|
|
22
|
+
export { l38 as default };
|
package/locales/is.cjs
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var l39 = {
|
|
6
|
+
code: 'is',
|
|
7
|
+
week: {
|
|
8
|
+
dow: 1,
|
|
9
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
10
|
+
},
|
|
11
|
+
buttonText: {
|
|
12
|
+
prev: 'Fyrri',
|
|
13
|
+
next: 'Næsti',
|
|
14
|
+
today: 'Í dag',
|
|
15
|
+
month: 'Mánuður',
|
|
16
|
+
week: 'Vika',
|
|
17
|
+
day: 'Dagur',
|
|
18
|
+
list: 'Dagskrá',
|
|
19
|
+
},
|
|
20
|
+
weekText: 'Vika',
|
|
21
|
+
allDayText: 'Allan daginn',
|
|
22
|
+
moreLinkText: 'meira',
|
|
23
|
+
noEventsText: 'Engir viðburðir til að sýna',
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
exports["default"] = l39;
|
package/locales/is.d.ts
CHANGED
package/locales/is.global.js
CHANGED
|
@@ -1,27 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/*!
|
|
2
|
+
FullCalendar Core v6.0.0-beta.2
|
|
3
|
+
Docs & License: https://fullcalendar.io/
|
|
4
|
+
(c) 2022 Adam Shaw
|
|
5
|
+
*/
|
|
6
|
+
(function (internal_js) {
|
|
7
|
+
'use strict';
|
|
3
8
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
9
|
+
var locale = {
|
|
10
|
+
code: 'is',
|
|
11
|
+
week: {
|
|
12
|
+
dow: 1,
|
|
13
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
14
|
+
},
|
|
15
|
+
buttonText: {
|
|
16
|
+
prev: 'Fyrri',
|
|
17
|
+
next: 'Næsti',
|
|
18
|
+
today: 'Í dag',
|
|
19
|
+
month: 'Mánuður',
|
|
20
|
+
week: 'Vika',
|
|
21
|
+
day: 'Dagur',
|
|
22
|
+
list: 'Dagskrá',
|
|
23
|
+
},
|
|
24
|
+
weekText: 'Vika',
|
|
25
|
+
allDayText: 'Allan daginn',
|
|
26
|
+
moreLinkText: 'meira',
|
|
27
|
+
noEventsText: 'Engir viðburðir til að sýna',
|
|
28
|
+
};
|
|
24
29
|
|
|
25
|
-
|
|
30
|
+
internal_js.globalLocales.push(locale);
|
|
26
31
|
|
|
27
|
-
}()
|
|
32
|
+
})(FullCalendar.Internal);
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
FullCalendar Core v6.0.0-beta.2
|
|
3
|
+
Docs & License: https://fullcalendar.io/
|
|
4
|
+
(c) 2022 Adam Shaw
|
|
5
|
+
*/
|
|
6
|
+
!function(e){"use strict";FullCalendar.Internal.globalLocales.push({code:"is",week:{dow:1,doy:4},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"})}();
|
package/locales/is.js
CHANGED
|
@@ -1,26 +1,22 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
weekText: "Vika",
|
|
21
|
-
allDayText: "Allan daginn",
|
|
22
|
-
moreLinkText: "meira",
|
|
23
|
-
noEventsText: "Engir vi\xF0bur\xF0ir til a\xF0 s\xFDna"
|
|
1
|
+
var l39 = {
|
|
2
|
+
code: 'is',
|
|
3
|
+
week: {
|
|
4
|
+
dow: 1,
|
|
5
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
6
|
+
},
|
|
7
|
+
buttonText: {
|
|
8
|
+
prev: 'Fyrri',
|
|
9
|
+
next: 'Næsti',
|
|
10
|
+
today: 'Í dag',
|
|
11
|
+
month: 'Mánuður',
|
|
12
|
+
week: 'Vika',
|
|
13
|
+
day: 'Dagur',
|
|
14
|
+
list: 'Dagskrá',
|
|
15
|
+
},
|
|
16
|
+
weekText: 'Vika',
|
|
17
|
+
allDayText: 'Allan daginn',
|
|
18
|
+
moreLinkText: 'meira',
|
|
19
|
+
noEventsText: 'Engir viðburðir til að sýna',
|
|
24
20
|
};
|
|
25
21
|
|
|
26
|
-
|
|
22
|
+
export { l39 as default };
|
package/locales/it.cjs
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var l40 = {
|
|
6
|
+
code: 'it',
|
|
7
|
+
week: {
|
|
8
|
+
dow: 1,
|
|
9
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
10
|
+
},
|
|
11
|
+
buttonText: {
|
|
12
|
+
prev: 'Prec',
|
|
13
|
+
next: 'Succ',
|
|
14
|
+
today: 'Oggi',
|
|
15
|
+
month: 'Mese',
|
|
16
|
+
week: 'Settimana',
|
|
17
|
+
day: 'Giorno',
|
|
18
|
+
list: 'Agenda',
|
|
19
|
+
},
|
|
20
|
+
weekText: 'Sm',
|
|
21
|
+
allDayText: 'Tutto il giorno',
|
|
22
|
+
moreLinkText(n) {
|
|
23
|
+
return '+altri ' + n;
|
|
24
|
+
},
|
|
25
|
+
noEventsText: 'Non ci sono eventi da visualizzare',
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
exports["default"] = l40;
|
package/locales/it.d.ts
CHANGED