@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/de.global.js
CHANGED
|
@@ -1,59 +1,69 @@
|
|
|
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
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
9
|
+
function affix(buttonText) {
|
|
10
|
+
return (buttonText === 'Tag' || buttonText === 'Monat') ? 'r' :
|
|
11
|
+
buttonText === 'Jahr' ? 's' : '';
|
|
12
|
+
}
|
|
13
|
+
var locale = {
|
|
14
|
+
code: 'de',
|
|
15
|
+
week: {
|
|
16
|
+
dow: 1,
|
|
17
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
18
|
+
},
|
|
19
|
+
buttonText: {
|
|
20
|
+
prev: 'Zurück',
|
|
21
|
+
next: 'Vor',
|
|
22
|
+
today: 'Heute',
|
|
23
|
+
year: 'Jahr',
|
|
24
|
+
month: 'Monat',
|
|
25
|
+
week: 'Woche',
|
|
26
|
+
day: 'Tag',
|
|
27
|
+
list: 'Terminübersicht',
|
|
28
|
+
},
|
|
29
|
+
weekText: 'KW',
|
|
30
|
+
weekTextLong: 'Woche',
|
|
31
|
+
allDayText: 'Ganztägig',
|
|
32
|
+
moreLinkText(n) {
|
|
33
|
+
return '+ weitere ' + n;
|
|
34
|
+
},
|
|
35
|
+
noEventsText: 'Keine Ereignisse anzuzeigen',
|
|
36
|
+
buttonHints: {
|
|
37
|
+
prev(buttonText) {
|
|
38
|
+
return `Vorherige${affix(buttonText)} ${buttonText}`;
|
|
39
|
+
},
|
|
40
|
+
next(buttonText) {
|
|
41
|
+
return `Nächste${affix(buttonText)} ${buttonText}`;
|
|
42
|
+
},
|
|
43
|
+
today(buttonText) {
|
|
44
|
+
// → Heute, Diese Woche, Dieser Monat, Dieses Jahr
|
|
45
|
+
if (buttonText === 'Tag') {
|
|
46
|
+
return 'Heute';
|
|
47
|
+
}
|
|
48
|
+
return `Diese${affix(buttonText)} ${buttonText}`;
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
viewHint(buttonText) {
|
|
52
|
+
// → Tagesansicht, Wochenansicht, Monatsansicht, Jahresansicht
|
|
53
|
+
const glue = buttonText === 'Woche' ? 'n' : buttonText === 'Monat' ? 's' : 'es';
|
|
54
|
+
return buttonText + glue + 'ansicht';
|
|
55
|
+
},
|
|
56
|
+
navLinkHint: 'Gehe zu $0',
|
|
57
|
+
moreLinkHint(eventCnt) {
|
|
58
|
+
return 'Zeige ' + (eventCnt === 1 ?
|
|
59
|
+
'ein weiteres Ereignis' :
|
|
60
|
+
eventCnt + ' weitere Ereignisse');
|
|
61
|
+
},
|
|
62
|
+
closeHint: 'Schließen',
|
|
63
|
+
timeHint: 'Uhrzeit',
|
|
64
|
+
eventHint: 'Ereignis',
|
|
65
|
+
};
|
|
56
66
|
|
|
57
|
-
|
|
67
|
+
internal_js.globalLocales.push(locale);
|
|
58
68
|
|
|
59
|
-
}()
|
|
69
|
+
})(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";function t(e){return"Tag"===e||"Monat"===e?"r":"Jahr"===e?"s":""}var n={code:"de",week:{dow:1,doy:4},buttonText:{prev:"Zurück",next:"Vor",today:"Heute",year:"Jahr",month:"Monat",week:"Woche",day:"Tag",list:"Terminübersicht"},weekText:"KW",weekTextLong:"Woche",allDayText:"Ganztägig",moreLinkText:e=>"+ weitere "+e,noEventsText:"Keine Ereignisse anzuzeigen",buttonHints:{prev:e=>`Vorherige${t(e)} ${e}`,next:e=>`Nächste${t(e)} ${e}`,today:e=>"Tag"===e?"Heute":`Diese${t(e)} ${e}`},viewHint:e=>e+("Woche"===e?"n":"Monat"===e?"s":"es")+"ansicht",navLinkHint:"Gehe zu $0",moreLinkHint:e=>"Zeige "+(1===e?"ein weiteres Ereignis":e+" weitere Ereignisse"),closeHint:"Schließen",timeHint:"Uhrzeit",eventHint:"Ereignis"};FullCalendar.Internal.globalLocales.push(n)}();
|
package/locales/de.js
CHANGED
|
@@ -1,58 +1,59 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
1
|
function affix(buttonText) {
|
|
6
|
-
|
|
2
|
+
return (buttonText === 'Tag' || buttonText === 'Monat') ? 'r' :
|
|
3
|
+
buttonText === 'Jahr' ? 's' : '';
|
|
7
4
|
}
|
|
8
|
-
var
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
5
|
+
var l17 = {
|
|
6
|
+
code: 'de',
|
|
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: 'Zurück',
|
|
13
|
+
next: 'Vor',
|
|
14
|
+
today: 'Heute',
|
|
15
|
+
year: 'Jahr',
|
|
16
|
+
month: 'Monat',
|
|
17
|
+
week: 'Woche',
|
|
18
|
+
day: 'Tag',
|
|
19
|
+
list: 'Terminübersicht',
|
|
20
|
+
},
|
|
21
|
+
weekText: 'KW',
|
|
22
|
+
weekTextLong: 'Woche',
|
|
23
|
+
allDayText: 'Ganztägig',
|
|
24
|
+
moreLinkText(n) {
|
|
25
|
+
return '+ weitere ' + n;
|
|
26
|
+
},
|
|
27
|
+
noEventsText: 'Keine Ereignisse anzuzeigen',
|
|
28
|
+
buttonHints: {
|
|
29
|
+
prev(buttonText) {
|
|
30
|
+
return `Vorherige${affix(buttonText)} ${buttonText}`;
|
|
31
|
+
},
|
|
32
|
+
next(buttonText) {
|
|
33
|
+
return `Nächste${affix(buttonText)} ${buttonText}`;
|
|
34
|
+
},
|
|
35
|
+
today(buttonText) {
|
|
36
|
+
// → Heute, Diese Woche, Dieser Monat, Dieses Jahr
|
|
37
|
+
if (buttonText === 'Tag') {
|
|
38
|
+
return 'Heute';
|
|
39
|
+
}
|
|
40
|
+
return `Diese${affix(buttonText)} ${buttonText}`;
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
viewHint(buttonText) {
|
|
44
|
+
// → Tagesansicht, Wochenansicht, Monatsansicht, Jahresansicht
|
|
45
|
+
const glue = buttonText === 'Woche' ? 'n' : buttonText === 'Monat' ? 's' : 'es';
|
|
46
|
+
return buttonText + glue + 'ansicht';
|
|
34
47
|
},
|
|
35
|
-
|
|
36
|
-
|
|
48
|
+
navLinkHint: 'Gehe zu $0',
|
|
49
|
+
moreLinkHint(eventCnt) {
|
|
50
|
+
return 'Zeige ' + (eventCnt === 1 ?
|
|
51
|
+
'ein weiteres Ereignis' :
|
|
52
|
+
eventCnt + ' weitere Ereignisse');
|
|
37
53
|
},
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
return "Diese".concat(affix(buttonText), " ").concat(buttonText);
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
viewHint: function(buttonText) {
|
|
46
|
-
var glue = buttonText === "Woche" ? "n" : buttonText === "Monat" ? "s" : "es";
|
|
47
|
-
return buttonText + glue + "ansicht";
|
|
48
|
-
},
|
|
49
|
-
navLinkHint: "Gehe zu $0",
|
|
50
|
-
moreLinkHint: function(eventCnt) {
|
|
51
|
-
return "Zeige " + (eventCnt === 1 ? "ein weiteres Ereignis" : eventCnt + " weitere Ereignisse");
|
|
52
|
-
},
|
|
53
|
-
closeHint: "Schlie\xDFen",
|
|
54
|
-
timeHint: "Uhrzeit",
|
|
55
|
-
eventHint: "Ereignis"
|
|
54
|
+
closeHint: 'Schließen',
|
|
55
|
+
timeHint: 'Uhrzeit',
|
|
56
|
+
eventHint: 'Ereignis',
|
|
56
57
|
};
|
|
57
58
|
|
|
58
|
-
|
|
59
|
+
export { l17 as default };
|
package/locales/el.cjs
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var l18 = {
|
|
6
|
+
code: 'el',
|
|
7
|
+
week: {
|
|
8
|
+
dow: 1,
|
|
9
|
+
doy: 4, // The week that contains Jan 4st 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: 'περισσότερα',
|
|
23
|
+
noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση',
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
exports["default"] = l18;
|
package/locales/el.d.ts
CHANGED
package/locales/el.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: 'el',
|
|
11
|
+
week: {
|
|
12
|
+
dow: 1,
|
|
13
|
+
doy: 4, // The week that contains Jan 4st 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: 'περισσότερα',
|
|
27
|
+
noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση',
|
|
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:"el",week:{dow:1,doy:4},buttonText:{prev:"Προηγούμενος",next:"Επόμενος",today:"Σήμερα",month:"Μήνας",week:"Εβδομάδα",day:"Ημέρα",list:"Ατζέντα"},weekText:"Εβδ",allDayText:"Ολοήμερο",moreLinkText:"περισσότερα",noEventsText:"Δεν υπάρχουν γεγονότα προς εμφάνιση"})}();
|
package/locales/el.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: "\u0395\u03B2\u03B4",
|
|
21
|
-
allDayText: "\u039F\u03BB\u03BF\u03AE\u03BC\u03B5\u03C1\u03BF",
|
|
22
|
-
moreLinkText: "\u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1",
|
|
23
|
-
noEventsText: "\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u03B3\u03B5\u03B3\u03BF\u03BD\u03CC\u03C4\u03B1 \u03C0\u03C1\u03BF\u03C2 \u03B5\u03BC\u03C6\u03AC\u03BD\u03B9\u03C3\u03B7"
|
|
1
|
+
var l18 = {
|
|
2
|
+
code: 'el',
|
|
3
|
+
week: {
|
|
4
|
+
dow: 1,
|
|
5
|
+
doy: 4, // The week that contains Jan 4st 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: 'περισσότερα',
|
|
19
|
+
noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση',
|
|
24
20
|
};
|
|
25
21
|
|
|
26
|
-
|
|
22
|
+
export { l18 as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var l19 = {
|
|
6
|
+
code: 'en-au',
|
|
7
|
+
week: {
|
|
8
|
+
dow: 1,
|
|
9
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
10
|
+
},
|
|
11
|
+
buttonHints: {
|
|
12
|
+
prev: 'Previous $0',
|
|
13
|
+
next: 'Next $0',
|
|
14
|
+
today: 'This $0',
|
|
15
|
+
},
|
|
16
|
+
viewHint: '$0 view',
|
|
17
|
+
navLinkHint: 'Go to $0',
|
|
18
|
+
moreLinkHint(eventCnt) {
|
|
19
|
+
return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`;
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
exports["default"] = l19;
|
package/locales/en-au.d.ts
CHANGED
package/locales/en-au.global.js
CHANGED
|
@@ -1,24 +1,29 @@
|
|
|
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
|
-
|
|
9
|
+
var locale = {
|
|
10
|
+
code: 'en-au',
|
|
11
|
+
week: {
|
|
12
|
+
dow: 1,
|
|
13
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
14
|
+
},
|
|
15
|
+
buttonHints: {
|
|
16
|
+
prev: 'Previous $0',
|
|
17
|
+
next: 'Next $0',
|
|
18
|
+
today: 'This $0',
|
|
19
|
+
},
|
|
20
|
+
viewHint: '$0 view',
|
|
21
|
+
navLinkHint: 'Go to $0',
|
|
22
|
+
moreLinkHint(eventCnt) {
|
|
23
|
+
return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`;
|
|
24
|
+
},
|
|
25
|
+
};
|
|
21
26
|
|
|
22
|
-
|
|
27
|
+
internal_js.globalLocales.push(locale);
|
|
23
28
|
|
|
24
|
-
}()
|
|
29
|
+
})(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 n={code:"en-au",week:{dow:1,doy:4},buttonHints:{prev:"Previous $0",next:"Next $0",today:"This $0"},viewHint:"$0 view",navLinkHint:"Go to $0",moreLinkHint:e=>`Show ${e} more event${1===e?"":"s"}`};FullCalendar.Internal.globalLocales.push(n)}();
|
package/locales/en-au.js
CHANGED
|
@@ -1,23 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
navLinkHint: "Go to $0",
|
|
18
|
-
moreLinkHint: function(eventCnt) {
|
|
19
|
-
return "Show ".concat(eventCnt, " more event").concat(eventCnt === 1 ? "" : "s");
|
|
20
|
-
}
|
|
1
|
+
var l19 = {
|
|
2
|
+
code: 'en-au',
|
|
3
|
+
week: {
|
|
4
|
+
dow: 1,
|
|
5
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
6
|
+
},
|
|
7
|
+
buttonHints: {
|
|
8
|
+
prev: 'Previous $0',
|
|
9
|
+
next: 'Next $0',
|
|
10
|
+
today: 'This $0',
|
|
11
|
+
},
|
|
12
|
+
viewHint: '$0 view',
|
|
13
|
+
navLinkHint: 'Go to $0',
|
|
14
|
+
moreLinkHint(eventCnt) {
|
|
15
|
+
return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`;
|
|
16
|
+
},
|
|
21
17
|
};
|
|
22
18
|
|
|
23
|
-
|
|
19
|
+
export { l19 as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var l20 = {
|
|
6
|
+
code: 'en-gb',
|
|
7
|
+
week: {
|
|
8
|
+
dow: 1,
|
|
9
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
10
|
+
},
|
|
11
|
+
buttonHints: {
|
|
12
|
+
prev: 'Previous $0',
|
|
13
|
+
next: 'Next $0',
|
|
14
|
+
today: 'This $0',
|
|
15
|
+
},
|
|
16
|
+
viewHint: '$0 view',
|
|
17
|
+
navLinkHint: 'Go to $0',
|
|
18
|
+
moreLinkHint(eventCnt) {
|
|
19
|
+
return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`;
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
exports["default"] = l20;
|
package/locales/en-gb.d.ts
CHANGED
package/locales/en-gb.global.js
CHANGED
|
@@ -1,24 +1,29 @@
|
|
|
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
|
-
|
|
9
|
+
var locale = {
|
|
10
|
+
code: 'en-gb',
|
|
11
|
+
week: {
|
|
12
|
+
dow: 1,
|
|
13
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
14
|
+
},
|
|
15
|
+
buttonHints: {
|
|
16
|
+
prev: 'Previous $0',
|
|
17
|
+
next: 'Next $0',
|
|
18
|
+
today: 'This $0',
|
|
19
|
+
},
|
|
20
|
+
viewHint: '$0 view',
|
|
21
|
+
navLinkHint: 'Go to $0',
|
|
22
|
+
moreLinkHint(eventCnt) {
|
|
23
|
+
return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`;
|
|
24
|
+
},
|
|
25
|
+
};
|
|
21
26
|
|
|
22
|
-
|
|
27
|
+
internal_js.globalLocales.push(locale);
|
|
23
28
|
|
|
24
|
-
}()
|
|
29
|
+
})(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 n={code:"en-gb",week:{dow:1,doy:4},buttonHints:{prev:"Previous $0",next:"Next $0",today:"This $0"},viewHint:"$0 view",navLinkHint:"Go to $0",moreLinkHint:e=>`Show ${e} more event${1===e?"":"s"}`};FullCalendar.Internal.globalLocales.push(n)}();
|