@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-all.global.js
CHANGED
|
@@ -1,1854 +1,1794 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
},
|
|
366
|
-
buttonText: {
|
|
367
|
-
prev: "Zur\xFCck",
|
|
368
|
-
next: "Vor",
|
|
369
|
-
today: "Heute",
|
|
370
|
-
year: "Jahr",
|
|
371
|
-
month: "Monat",
|
|
372
|
-
week: "Woche",
|
|
373
|
-
day: "Tag",
|
|
374
|
-
list: "Termin\xFCbersicht"
|
|
375
|
-
},
|
|
376
|
-
weekText: "KW",
|
|
377
|
-
weekTextLong: "Woche",
|
|
378
|
-
allDayText: "Ganzt\xE4gig",
|
|
379
|
-
moreLinkText: function(n) {
|
|
380
|
-
return "+ weitere " + n;
|
|
381
|
-
},
|
|
382
|
-
noEventsText: "Keine Ereignisse anzuzeigen",
|
|
383
|
-
buttonHints: {
|
|
384
|
-
prev: function(buttonText) {
|
|
385
|
-
return "Vorherige".concat(affix$1(buttonText), " ").concat(buttonText);
|
|
386
|
-
},
|
|
387
|
-
next: function(buttonText) {
|
|
388
|
-
return "N\xE4chste".concat(affix$1(buttonText), " ").concat(buttonText);
|
|
389
|
-
},
|
|
390
|
-
today: function(buttonText) {
|
|
391
|
-
if (buttonText === "Tag") {
|
|
392
|
-
return "Heute";
|
|
393
|
-
}
|
|
394
|
-
return "Diese".concat(affix$1(buttonText), " ").concat(buttonText);
|
|
395
|
-
}
|
|
396
|
-
},
|
|
397
|
-
viewHint: function(buttonText) {
|
|
398
|
-
var glue = buttonText === "Woche" ? "n" : buttonText === "Monat" ? "s" : "es";
|
|
399
|
-
return buttonText + glue + "ansicht";
|
|
400
|
-
},
|
|
401
|
-
navLinkHint: "Gehe zu $0",
|
|
402
|
-
moreLinkHint: function(eventCnt) {
|
|
403
|
-
return "Zeige " + (eventCnt === 1 ? "ein weiteres Ereignis" : eventCnt + " weitere Ereignisse");
|
|
404
|
-
},
|
|
405
|
-
closeHint: "Schlie\xDFen",
|
|
406
|
-
timeHint: "Uhrzeit",
|
|
407
|
-
eventHint: "Ereignis"
|
|
408
|
-
};
|
|
409
|
-
|
|
410
|
-
function affix(buttonText) {
|
|
411
|
-
return buttonText === "Tag" || buttonText === "Monat" ? "r" : buttonText === "Jahr" ? "s" : "";
|
|
412
|
-
}
|
|
413
|
-
var l17 = {
|
|
414
|
-
code: "de",
|
|
415
|
-
week: {
|
|
416
|
-
dow: 1,
|
|
417
|
-
doy: 4
|
|
418
|
-
},
|
|
419
|
-
buttonText: {
|
|
420
|
-
prev: "Zur\xFCck",
|
|
421
|
-
next: "Vor",
|
|
422
|
-
today: "Heute",
|
|
423
|
-
year: "Jahr",
|
|
424
|
-
month: "Monat",
|
|
425
|
-
week: "Woche",
|
|
426
|
-
day: "Tag",
|
|
427
|
-
list: "Termin\xFCbersicht"
|
|
428
|
-
},
|
|
429
|
-
weekText: "KW",
|
|
430
|
-
weekTextLong: "Woche",
|
|
431
|
-
allDayText: "Ganzt\xE4gig",
|
|
432
|
-
moreLinkText: function(n) {
|
|
433
|
-
return "+ weitere " + n;
|
|
434
|
-
},
|
|
435
|
-
noEventsText: "Keine Ereignisse anzuzeigen",
|
|
436
|
-
buttonHints: {
|
|
437
|
-
prev: function(buttonText) {
|
|
438
|
-
return "Vorherige".concat(affix(buttonText), " ").concat(buttonText);
|
|
439
|
-
},
|
|
440
|
-
next: function(buttonText) {
|
|
441
|
-
return "N\xE4chste".concat(affix(buttonText), " ").concat(buttonText);
|
|
442
|
-
},
|
|
443
|
-
today: function(buttonText) {
|
|
444
|
-
if (buttonText === "Tag") {
|
|
445
|
-
return "Heute";
|
|
446
|
-
}
|
|
447
|
-
return "Diese".concat(affix(buttonText), " ").concat(buttonText);
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
viewHint: function(buttonText) {
|
|
451
|
-
var glue = buttonText === "Woche" ? "n" : buttonText === "Monat" ? "s" : "es";
|
|
452
|
-
return buttonText + glue + "ansicht";
|
|
453
|
-
},
|
|
454
|
-
navLinkHint: "Gehe zu $0",
|
|
455
|
-
moreLinkHint: function(eventCnt) {
|
|
456
|
-
return "Zeige " + (eventCnt === 1 ? "ein weiteres Ereignis" : eventCnt + " weitere Ereignisse");
|
|
457
|
-
},
|
|
458
|
-
closeHint: "Schlie\xDFen",
|
|
459
|
-
timeHint: "Uhrzeit",
|
|
460
|
-
eventHint: "Ereignis"
|
|
461
|
-
};
|
|
462
|
-
|
|
463
|
-
var l18 = {
|
|
464
|
-
code: "el",
|
|
465
|
-
week: {
|
|
466
|
-
dow: 1,
|
|
467
|
-
doy: 4
|
|
468
|
-
},
|
|
469
|
-
buttonText: {
|
|
470
|
-
prev: "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF\u03C2",
|
|
471
|
-
next: "\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF\u03C2",
|
|
472
|
-
today: "\u03A3\u03AE\u03BC\u03B5\u03C1\u03B1",
|
|
473
|
-
month: "\u039C\u03AE\u03BD\u03B1\u03C2",
|
|
474
|
-
week: "\u0395\u03B2\u03B4\u03BF\u03BC\u03AC\u03B4\u03B1",
|
|
475
|
-
day: "\u0397\u03BC\u03AD\u03C1\u03B1",
|
|
476
|
-
list: "\u0391\u03C4\u03B6\u03AD\u03BD\u03C4\u03B1"
|
|
477
|
-
},
|
|
478
|
-
weekText: "\u0395\u03B2\u03B4",
|
|
479
|
-
allDayText: "\u039F\u03BB\u03BF\u03AE\u03BC\u03B5\u03C1\u03BF",
|
|
480
|
-
moreLinkText: "\u03C0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1",
|
|
481
|
-
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"
|
|
482
|
-
};
|
|
483
|
-
|
|
484
|
-
var l19 = {
|
|
485
|
-
code: "en-au",
|
|
486
|
-
week: {
|
|
487
|
-
dow: 1,
|
|
488
|
-
doy: 4
|
|
489
|
-
},
|
|
490
|
-
buttonHints: {
|
|
491
|
-
prev: "Previous $0",
|
|
492
|
-
next: "Next $0",
|
|
493
|
-
today: "This $0"
|
|
494
|
-
},
|
|
495
|
-
viewHint: "$0 view",
|
|
496
|
-
navLinkHint: "Go to $0",
|
|
497
|
-
moreLinkHint: function(eventCnt) {
|
|
498
|
-
return "Show ".concat(eventCnt, " more event").concat(eventCnt === 1 ? "" : "s");
|
|
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';
|
|
8
|
+
|
|
9
|
+
var l0 = {
|
|
10
|
+
code: 'af',
|
|
11
|
+
week: {
|
|
12
|
+
dow: 1,
|
|
13
|
+
doy: 4, // Die week wat die 4de Januarie bevat is die eerste week van die jaar.
|
|
14
|
+
},
|
|
15
|
+
buttonText: {
|
|
16
|
+
prev: 'Vorige',
|
|
17
|
+
next: 'Volgende',
|
|
18
|
+
today: 'Vandag',
|
|
19
|
+
year: 'Jaar',
|
|
20
|
+
month: 'Maand',
|
|
21
|
+
week: 'Week',
|
|
22
|
+
day: 'Dag',
|
|
23
|
+
list: 'Agenda',
|
|
24
|
+
},
|
|
25
|
+
allDayText: 'Heeldag',
|
|
26
|
+
moreLinkText: 'Addisionele',
|
|
27
|
+
noEventsText: 'Daar is geen gebeurtenisse nie',
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
var l1 = {
|
|
31
|
+
code: 'ar-dz',
|
|
32
|
+
week: {
|
|
33
|
+
dow: 0,
|
|
34
|
+
doy: 4, // The week that contains Jan 1st is the first week of the year.
|
|
35
|
+
},
|
|
36
|
+
direction: 'rtl',
|
|
37
|
+
buttonText: {
|
|
38
|
+
prev: 'السابق',
|
|
39
|
+
next: 'التالي',
|
|
40
|
+
today: 'اليوم',
|
|
41
|
+
month: 'شهر',
|
|
42
|
+
week: 'أسبوع',
|
|
43
|
+
day: 'يوم',
|
|
44
|
+
list: 'أجندة',
|
|
45
|
+
},
|
|
46
|
+
weekText: 'أسبوع',
|
|
47
|
+
allDayText: 'اليوم كله',
|
|
48
|
+
moreLinkText: 'أخرى',
|
|
49
|
+
noEventsText: 'أي أحداث لعرض',
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
var l2 = {
|
|
53
|
+
code: 'ar-kw',
|
|
54
|
+
week: {
|
|
55
|
+
dow: 0,
|
|
56
|
+
doy: 12, // The week that contains Jan 1st is the first week of the year.
|
|
57
|
+
},
|
|
58
|
+
direction: 'rtl',
|
|
59
|
+
buttonText: {
|
|
60
|
+
prev: 'السابق',
|
|
61
|
+
next: 'التالي',
|
|
62
|
+
today: 'اليوم',
|
|
63
|
+
month: 'شهر',
|
|
64
|
+
week: 'أسبوع',
|
|
65
|
+
day: 'يوم',
|
|
66
|
+
list: 'أجندة',
|
|
67
|
+
},
|
|
68
|
+
weekText: 'أسبوع',
|
|
69
|
+
allDayText: 'اليوم كله',
|
|
70
|
+
moreLinkText: 'أخرى',
|
|
71
|
+
noEventsText: 'أي أحداث لعرض',
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
var l3 = {
|
|
75
|
+
code: 'ar-ly',
|
|
76
|
+
week: {
|
|
77
|
+
dow: 6,
|
|
78
|
+
doy: 12, // The week that contains Jan 1st is the first week of the year.
|
|
79
|
+
},
|
|
80
|
+
direction: 'rtl',
|
|
81
|
+
buttonText: {
|
|
82
|
+
prev: 'السابق',
|
|
83
|
+
next: 'التالي',
|
|
84
|
+
today: 'اليوم',
|
|
85
|
+
month: 'شهر',
|
|
86
|
+
week: 'أسبوع',
|
|
87
|
+
day: 'يوم',
|
|
88
|
+
list: 'أجندة',
|
|
89
|
+
},
|
|
90
|
+
weekText: 'أسبوع',
|
|
91
|
+
allDayText: 'اليوم كله',
|
|
92
|
+
moreLinkText: 'أخرى',
|
|
93
|
+
noEventsText: 'أي أحداث لعرض',
|
|
94
|
+
};
|
|
95
|
+
|
|
96
|
+
var l4 = {
|
|
97
|
+
code: 'ar-ma',
|
|
98
|
+
week: {
|
|
99
|
+
dow: 6,
|
|
100
|
+
doy: 12, // The week that contains Jan 1st is the first week of the year.
|
|
101
|
+
},
|
|
102
|
+
direction: 'rtl',
|
|
103
|
+
buttonText: {
|
|
104
|
+
prev: 'السابق',
|
|
105
|
+
next: 'التالي',
|
|
106
|
+
today: 'اليوم',
|
|
107
|
+
month: 'شهر',
|
|
108
|
+
week: 'أسبوع',
|
|
109
|
+
day: 'يوم',
|
|
110
|
+
list: 'أجندة',
|
|
111
|
+
},
|
|
112
|
+
weekText: 'أسبوع',
|
|
113
|
+
allDayText: 'اليوم كله',
|
|
114
|
+
moreLinkText: 'أخرى',
|
|
115
|
+
noEventsText: 'أي أحداث لعرض',
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
var l5 = {
|
|
119
|
+
code: 'ar-sa',
|
|
120
|
+
week: {
|
|
121
|
+
dow: 0,
|
|
122
|
+
doy: 6, // The week that contains Jan 1st is the first week of the year.
|
|
123
|
+
},
|
|
124
|
+
direction: 'rtl',
|
|
125
|
+
buttonText: {
|
|
126
|
+
prev: 'السابق',
|
|
127
|
+
next: 'التالي',
|
|
128
|
+
today: 'اليوم',
|
|
129
|
+
month: 'شهر',
|
|
130
|
+
week: 'أسبوع',
|
|
131
|
+
day: 'يوم',
|
|
132
|
+
list: 'أجندة',
|
|
133
|
+
},
|
|
134
|
+
weekText: 'أسبوع',
|
|
135
|
+
allDayText: 'اليوم كله',
|
|
136
|
+
moreLinkText: 'أخرى',
|
|
137
|
+
noEventsText: 'أي أحداث لعرض',
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
var l6 = {
|
|
141
|
+
code: 'ar-tn',
|
|
142
|
+
week: {
|
|
143
|
+
dow: 1,
|
|
144
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
145
|
+
},
|
|
146
|
+
direction: 'rtl',
|
|
147
|
+
buttonText: {
|
|
148
|
+
prev: 'السابق',
|
|
149
|
+
next: 'التالي',
|
|
150
|
+
today: 'اليوم',
|
|
151
|
+
month: 'شهر',
|
|
152
|
+
week: 'أسبوع',
|
|
153
|
+
day: 'يوم',
|
|
154
|
+
list: 'أجندة',
|
|
155
|
+
},
|
|
156
|
+
weekText: 'أسبوع',
|
|
157
|
+
allDayText: 'اليوم كله',
|
|
158
|
+
moreLinkText: 'أخرى',
|
|
159
|
+
noEventsText: 'أي أحداث لعرض',
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
var l7 = {
|
|
163
|
+
code: 'ar',
|
|
164
|
+
week: {
|
|
165
|
+
dow: 6,
|
|
166
|
+
doy: 12, // The week that contains Jan 1st is the first week of the year.
|
|
167
|
+
},
|
|
168
|
+
direction: 'rtl',
|
|
169
|
+
buttonText: {
|
|
170
|
+
prev: 'السابق',
|
|
171
|
+
next: 'التالي',
|
|
172
|
+
today: 'اليوم',
|
|
173
|
+
month: 'شهر',
|
|
174
|
+
week: 'أسبوع',
|
|
175
|
+
day: 'يوم',
|
|
176
|
+
list: 'أجندة',
|
|
177
|
+
},
|
|
178
|
+
weekText: 'أسبوع',
|
|
179
|
+
allDayText: 'اليوم كله',
|
|
180
|
+
moreLinkText: 'أخرى',
|
|
181
|
+
noEventsText: 'أي أحداث لعرض',
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
var l8 = {
|
|
185
|
+
code: 'az',
|
|
186
|
+
week: {
|
|
187
|
+
dow: 1,
|
|
188
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
189
|
+
},
|
|
190
|
+
buttonText: {
|
|
191
|
+
prev: 'Əvvəl',
|
|
192
|
+
next: 'Sonra',
|
|
193
|
+
today: 'Bu Gün',
|
|
194
|
+
month: 'Ay',
|
|
195
|
+
week: 'Həftə',
|
|
196
|
+
day: 'Gün',
|
|
197
|
+
list: 'Gündəm',
|
|
198
|
+
},
|
|
199
|
+
weekText: 'Həftə',
|
|
200
|
+
allDayText: 'Bütün Gün',
|
|
201
|
+
moreLinkText(n) {
|
|
202
|
+
return '+ daha çox ' + n;
|
|
203
|
+
},
|
|
204
|
+
noEventsText: 'Göstərmək üçün hadisə yoxdur',
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
var l9 = {
|
|
208
|
+
code: 'bg',
|
|
209
|
+
week: {
|
|
210
|
+
dow: 1,
|
|
211
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
212
|
+
},
|
|
213
|
+
buttonText: {
|
|
214
|
+
prev: 'назад',
|
|
215
|
+
next: 'напред',
|
|
216
|
+
today: 'днес',
|
|
217
|
+
month: 'Месец',
|
|
218
|
+
week: 'Седмица',
|
|
219
|
+
day: 'Ден',
|
|
220
|
+
list: 'График',
|
|
221
|
+
},
|
|
222
|
+
allDayText: 'Цял ден',
|
|
223
|
+
moreLinkText(n) {
|
|
224
|
+
return '+още ' + n;
|
|
225
|
+
},
|
|
226
|
+
noEventsText: 'Няма събития за показване',
|
|
227
|
+
};
|
|
228
|
+
|
|
229
|
+
var l10 = {
|
|
230
|
+
code: 'bn',
|
|
231
|
+
week: {
|
|
232
|
+
dow: 0,
|
|
233
|
+
doy: 6, // The week that contains Jan 1st is the first week of the year.
|
|
234
|
+
},
|
|
235
|
+
buttonText: {
|
|
236
|
+
prev: 'পেছনে',
|
|
237
|
+
next: 'সামনে',
|
|
238
|
+
today: 'আজ',
|
|
239
|
+
month: 'মাস',
|
|
240
|
+
week: 'সপ্তাহ',
|
|
241
|
+
day: 'দিন',
|
|
242
|
+
list: 'তালিকা',
|
|
243
|
+
},
|
|
244
|
+
weekText: 'সপ্তাহ',
|
|
245
|
+
allDayText: 'সারাদিন',
|
|
246
|
+
moreLinkText(n) {
|
|
247
|
+
return '+অন্যান্য ' + n;
|
|
248
|
+
},
|
|
249
|
+
noEventsText: 'কোনো ইভেন্ট নেই',
|
|
250
|
+
};
|
|
251
|
+
|
|
252
|
+
var l11 = {
|
|
253
|
+
code: 'bs',
|
|
254
|
+
week: {
|
|
255
|
+
dow: 1,
|
|
256
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
257
|
+
},
|
|
258
|
+
buttonText: {
|
|
259
|
+
prev: 'Prošli',
|
|
260
|
+
next: 'Sljedeći',
|
|
261
|
+
today: 'Danas',
|
|
262
|
+
month: 'Mjesec',
|
|
263
|
+
week: 'Sedmica',
|
|
264
|
+
day: 'Dan',
|
|
265
|
+
list: 'Raspored',
|
|
266
|
+
},
|
|
267
|
+
weekText: 'Sed',
|
|
268
|
+
allDayText: 'Cijeli dan',
|
|
269
|
+
moreLinkText(n) {
|
|
270
|
+
return '+ još ' + n;
|
|
271
|
+
},
|
|
272
|
+
noEventsText: 'Nema događaja za prikazivanje',
|
|
273
|
+
};
|
|
274
|
+
|
|
275
|
+
var l12 = {
|
|
276
|
+
code: 'ca',
|
|
277
|
+
week: {
|
|
278
|
+
dow: 1,
|
|
279
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
280
|
+
},
|
|
281
|
+
buttonText: {
|
|
282
|
+
prev: 'Anterior',
|
|
283
|
+
next: 'Següent',
|
|
284
|
+
today: 'Avui',
|
|
285
|
+
month: 'Mes',
|
|
286
|
+
week: 'Setmana',
|
|
287
|
+
day: 'Dia',
|
|
288
|
+
list: 'Agenda',
|
|
289
|
+
},
|
|
290
|
+
weekText: 'Set',
|
|
291
|
+
allDayText: 'Tot el dia',
|
|
292
|
+
moreLinkText: 'més',
|
|
293
|
+
noEventsText: 'No hi ha esdeveniments per mostrar',
|
|
294
|
+
};
|
|
295
|
+
|
|
296
|
+
var l13 = {
|
|
297
|
+
code: 'cs',
|
|
298
|
+
week: {
|
|
299
|
+
dow: 1,
|
|
300
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
301
|
+
},
|
|
302
|
+
buttonText: {
|
|
303
|
+
prev: 'Dříve',
|
|
304
|
+
next: 'Později',
|
|
305
|
+
today: 'Nyní',
|
|
306
|
+
month: 'Měsíc',
|
|
307
|
+
week: 'Týden',
|
|
308
|
+
day: 'Den',
|
|
309
|
+
list: 'Agenda',
|
|
310
|
+
},
|
|
311
|
+
weekText: 'Týd',
|
|
312
|
+
allDayText: 'Celý den',
|
|
313
|
+
moreLinkText(n) {
|
|
314
|
+
return '+další: ' + n;
|
|
315
|
+
},
|
|
316
|
+
noEventsText: 'Žádné akce k zobrazení',
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
var l14 = {
|
|
320
|
+
code: 'cy',
|
|
321
|
+
week: {
|
|
322
|
+
dow: 1,
|
|
323
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
324
|
+
},
|
|
325
|
+
buttonText: {
|
|
326
|
+
prev: 'Blaenorol',
|
|
327
|
+
next: 'Nesaf',
|
|
328
|
+
today: 'Heddiw',
|
|
329
|
+
year: 'Blwyddyn',
|
|
330
|
+
month: 'Mis',
|
|
331
|
+
week: 'Wythnos',
|
|
332
|
+
day: 'Dydd',
|
|
333
|
+
list: 'Rhestr',
|
|
334
|
+
},
|
|
335
|
+
weekText: 'Wythnos',
|
|
336
|
+
allDayText: 'Trwy\'r dydd',
|
|
337
|
+
moreLinkText: 'Mwy',
|
|
338
|
+
noEventsText: 'Dim digwyddiadau',
|
|
339
|
+
};
|
|
340
|
+
|
|
341
|
+
var l15 = {
|
|
342
|
+
code: 'da',
|
|
343
|
+
week: {
|
|
344
|
+
dow: 1,
|
|
345
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
346
|
+
},
|
|
347
|
+
buttonText: {
|
|
348
|
+
prev: 'Forrige',
|
|
349
|
+
next: 'Næste',
|
|
350
|
+
today: 'I dag',
|
|
351
|
+
month: 'Måned',
|
|
352
|
+
week: 'Uge',
|
|
353
|
+
day: 'Dag',
|
|
354
|
+
list: 'Agenda',
|
|
355
|
+
},
|
|
356
|
+
weekText: 'Uge',
|
|
357
|
+
allDayText: 'Hele dagen',
|
|
358
|
+
moreLinkText: 'flere',
|
|
359
|
+
noEventsText: 'Ingen arrangementer at vise',
|
|
360
|
+
};
|
|
361
|
+
|
|
362
|
+
function affix$1(buttonText) {
|
|
363
|
+
return (buttonText === 'Tag' || buttonText === 'Monat') ? 'r' :
|
|
364
|
+
buttonText === 'Jahr' ? 's' : '';
|
|
499
365
|
}
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
366
|
+
var l16 = {
|
|
367
|
+
code: 'de-at',
|
|
368
|
+
week: {
|
|
369
|
+
dow: 1,
|
|
370
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
371
|
+
},
|
|
372
|
+
buttonText: {
|
|
373
|
+
prev: 'Zurück',
|
|
374
|
+
next: 'Vor',
|
|
375
|
+
today: 'Heute',
|
|
376
|
+
year: 'Jahr',
|
|
377
|
+
month: 'Monat',
|
|
378
|
+
week: 'Woche',
|
|
379
|
+
day: 'Tag',
|
|
380
|
+
list: 'Terminübersicht',
|
|
381
|
+
},
|
|
382
|
+
weekText: 'KW',
|
|
383
|
+
weekTextLong: 'Woche',
|
|
384
|
+
allDayText: 'Ganztägig',
|
|
385
|
+
moreLinkText(n) {
|
|
386
|
+
return '+ weitere ' + n;
|
|
387
|
+
},
|
|
388
|
+
noEventsText: 'Keine Ereignisse anzuzeigen',
|
|
389
|
+
buttonHints: {
|
|
390
|
+
prev(buttonText) {
|
|
391
|
+
return `Vorherige${affix$1(buttonText)} ${buttonText}`;
|
|
392
|
+
},
|
|
393
|
+
next(buttonText) {
|
|
394
|
+
return `Nächste${affix$1(buttonText)} ${buttonText}`;
|
|
395
|
+
},
|
|
396
|
+
today(buttonText) {
|
|
397
|
+
// → Heute, Diese Woche, Dieser Monat, Dieses Jahr
|
|
398
|
+
if (buttonText === 'Tag') {
|
|
399
|
+
return 'Heute';
|
|
400
|
+
}
|
|
401
|
+
return `Diese${affix$1(buttonText)} ${buttonText}`;
|
|
402
|
+
},
|
|
403
|
+
},
|
|
404
|
+
viewHint(buttonText) {
|
|
405
|
+
// → Tagesansicht, Wochenansicht, Monatsansicht, Jahresansicht
|
|
406
|
+
const glue = buttonText === 'Woche' ? 'n' : buttonText === 'Monat' ? 's' : 'es';
|
|
407
|
+
return buttonText + glue + 'ansicht';
|
|
408
|
+
},
|
|
409
|
+
navLinkHint: 'Gehe zu $0',
|
|
410
|
+
moreLinkHint(eventCnt) {
|
|
411
|
+
return 'Zeige ' + (eventCnt === 1 ?
|
|
412
|
+
'ein weiteres Ereignis' :
|
|
413
|
+
eventCnt + ' weitere Ereignisse');
|
|
414
|
+
},
|
|
415
|
+
closeHint: 'Schließen',
|
|
416
|
+
timeHint: 'Uhrzeit',
|
|
417
|
+
eventHint: 'Ereignis',
|
|
418
|
+
};
|
|
419
|
+
|
|
420
|
+
function affix(buttonText) {
|
|
421
|
+
return (buttonText === 'Tag' || buttonText === 'Monat') ? 'r' :
|
|
422
|
+
buttonText === 'Jahr' ? 's' : '';
|
|
517
423
|
}
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
}
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
424
|
+
var l17 = {
|
|
425
|
+
code: 'de',
|
|
426
|
+
week: {
|
|
427
|
+
dow: 1,
|
|
428
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
429
|
+
},
|
|
430
|
+
buttonText: {
|
|
431
|
+
prev: 'Zurück',
|
|
432
|
+
next: 'Vor',
|
|
433
|
+
today: 'Heute',
|
|
434
|
+
year: 'Jahr',
|
|
435
|
+
month: 'Monat',
|
|
436
|
+
week: 'Woche',
|
|
437
|
+
day: 'Tag',
|
|
438
|
+
list: 'Terminübersicht',
|
|
439
|
+
},
|
|
440
|
+
weekText: 'KW',
|
|
441
|
+
weekTextLong: 'Woche',
|
|
442
|
+
allDayText: 'Ganztägig',
|
|
443
|
+
moreLinkText(n) {
|
|
444
|
+
return '+ weitere ' + n;
|
|
445
|
+
},
|
|
446
|
+
noEventsText: 'Keine Ereignisse anzuzeigen',
|
|
447
|
+
buttonHints: {
|
|
448
|
+
prev(buttonText) {
|
|
449
|
+
return `Vorherige${affix(buttonText)} ${buttonText}`;
|
|
450
|
+
},
|
|
451
|
+
next(buttonText) {
|
|
452
|
+
return `Nächste${affix(buttonText)} ${buttonText}`;
|
|
453
|
+
},
|
|
454
|
+
today(buttonText) {
|
|
455
|
+
// → Heute, Diese Woche, Dieser Monat, Dieses Jahr
|
|
456
|
+
if (buttonText === 'Tag') {
|
|
457
|
+
return 'Heute';
|
|
458
|
+
}
|
|
459
|
+
return `Diese${affix(buttonText)} ${buttonText}`;
|
|
460
|
+
},
|
|
461
|
+
},
|
|
462
|
+
viewHint(buttonText) {
|
|
463
|
+
// → Tagesansicht, Wochenansicht, Monatsansicht, Jahresansicht
|
|
464
|
+
const glue = buttonText === 'Woche' ? 'n' : buttonText === 'Monat' ? 's' : 'es';
|
|
465
|
+
return buttonText + glue + 'ansicht';
|
|
466
|
+
},
|
|
467
|
+
navLinkHint: 'Gehe zu $0',
|
|
468
|
+
moreLinkHint(eventCnt) {
|
|
469
|
+
return 'Zeige ' + (eventCnt === 1 ?
|
|
470
|
+
'ein weiteres Ereignis' :
|
|
471
|
+
eventCnt + ' weitere Ereignisse');
|
|
472
|
+
},
|
|
473
|
+
closeHint: 'Schließen',
|
|
474
|
+
timeHint: 'Uhrzeit',
|
|
475
|
+
eventHint: 'Ereignis',
|
|
476
|
+
};
|
|
477
|
+
|
|
478
|
+
var l18 = {
|
|
479
|
+
code: 'el',
|
|
480
|
+
week: {
|
|
481
|
+
dow: 1,
|
|
482
|
+
doy: 4, // The week that contains Jan 4st is the first week of the year.
|
|
483
|
+
},
|
|
484
|
+
buttonText: {
|
|
485
|
+
prev: 'Προηγούμενος',
|
|
486
|
+
next: 'Επόμενος',
|
|
487
|
+
today: 'Σήμερα',
|
|
488
|
+
month: 'Μήνας',
|
|
489
|
+
week: 'Εβδομάδα',
|
|
490
|
+
day: 'Ημέρα',
|
|
491
|
+
list: 'Ατζέντα',
|
|
492
|
+
},
|
|
493
|
+
weekText: 'Εβδ',
|
|
494
|
+
allDayText: 'Ολοήμερο',
|
|
495
|
+
moreLinkText: 'περισσότερα',
|
|
496
|
+
noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση',
|
|
497
|
+
};
|
|
498
|
+
|
|
499
|
+
var l19 = {
|
|
500
|
+
code: 'en-au',
|
|
501
|
+
week: {
|
|
502
|
+
dow: 1,
|
|
503
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
504
|
+
},
|
|
505
|
+
buttonHints: {
|
|
506
|
+
prev: 'Previous $0',
|
|
507
|
+
next: 'Next $0',
|
|
508
|
+
today: 'This $0',
|
|
509
|
+
},
|
|
510
|
+
viewHint: '$0 view',
|
|
511
|
+
navLinkHint: 'Go to $0',
|
|
512
|
+
moreLinkHint(eventCnt) {
|
|
513
|
+
return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`;
|
|
514
|
+
},
|
|
515
|
+
};
|
|
516
|
+
|
|
517
|
+
var l20 = {
|
|
518
|
+
code: 'en-gb',
|
|
519
|
+
week: {
|
|
520
|
+
dow: 1,
|
|
521
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
522
|
+
},
|
|
523
|
+
buttonHints: {
|
|
524
|
+
prev: 'Previous $0',
|
|
525
|
+
next: 'Next $0',
|
|
526
|
+
today: 'This $0',
|
|
527
|
+
},
|
|
528
|
+
viewHint: '$0 view',
|
|
529
|
+
navLinkHint: 'Go to $0',
|
|
530
|
+
moreLinkHint(eventCnt) {
|
|
531
|
+
return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`;
|
|
532
|
+
},
|
|
533
|
+
};
|
|
534
|
+
|
|
535
|
+
var l21 = {
|
|
536
|
+
code: 'en-nz',
|
|
537
|
+
week: {
|
|
538
|
+
dow: 1,
|
|
539
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
540
|
+
},
|
|
541
|
+
buttonHints: {
|
|
542
|
+
prev: 'Previous $0',
|
|
543
|
+
next: 'Next $0',
|
|
544
|
+
today: 'This $0',
|
|
545
|
+
},
|
|
546
|
+
viewHint: '$0 view',
|
|
547
|
+
navLinkHint: 'Go to $0',
|
|
548
|
+
moreLinkHint(eventCnt) {
|
|
549
|
+
return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`;
|
|
550
|
+
},
|
|
551
|
+
};
|
|
552
|
+
|
|
553
|
+
var l22 = {
|
|
554
|
+
code: 'eo',
|
|
555
|
+
week: {
|
|
556
|
+
dow: 1,
|
|
557
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
558
|
+
},
|
|
559
|
+
buttonText: {
|
|
560
|
+
prev: 'Antaŭa',
|
|
561
|
+
next: 'Sekva',
|
|
562
|
+
today: 'Hodiaŭ',
|
|
563
|
+
month: 'Monato',
|
|
564
|
+
week: 'Semajno',
|
|
565
|
+
day: 'Tago',
|
|
566
|
+
list: 'Tagordo',
|
|
567
|
+
},
|
|
568
|
+
weekText: 'Sm',
|
|
569
|
+
allDayText: 'Tuta tago',
|
|
570
|
+
moreLinkText: 'pli',
|
|
571
|
+
noEventsText: 'Neniuj eventoj por montri',
|
|
572
|
+
};
|
|
573
|
+
|
|
574
|
+
var l23 = {
|
|
575
|
+
code: 'es',
|
|
576
|
+
week: {
|
|
577
|
+
dow: 0,
|
|
578
|
+
doy: 6, // The week that contains Jan 1st is the first week of the year.
|
|
579
|
+
},
|
|
580
|
+
buttonText: {
|
|
581
|
+
prev: 'Ant',
|
|
582
|
+
next: 'Sig',
|
|
583
|
+
today: 'Hoy',
|
|
584
|
+
month: 'Mes',
|
|
585
|
+
week: 'Semana',
|
|
586
|
+
day: 'Día',
|
|
587
|
+
list: 'Agenda',
|
|
588
|
+
},
|
|
589
|
+
weekText: 'Sm',
|
|
590
|
+
allDayText: 'Todo el día',
|
|
591
|
+
moreLinkText: 'más',
|
|
592
|
+
noEventsText: 'No hay eventos para mostrar',
|
|
593
|
+
};
|
|
594
|
+
|
|
595
|
+
var l24 = {
|
|
596
|
+
code: 'es',
|
|
597
|
+
week: {
|
|
598
|
+
dow: 1,
|
|
599
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
600
|
+
},
|
|
601
|
+
buttonText: {
|
|
602
|
+
prev: 'Ant',
|
|
603
|
+
next: 'Sig',
|
|
604
|
+
today: 'Hoy',
|
|
605
|
+
month: 'Mes',
|
|
606
|
+
week: 'Semana',
|
|
607
|
+
day: 'Día',
|
|
608
|
+
list: 'Agenda',
|
|
609
|
+
},
|
|
610
|
+
buttonHints: {
|
|
611
|
+
prev: '$0 antes',
|
|
612
|
+
next: '$0 siguiente',
|
|
613
|
+
today(buttonText) {
|
|
614
|
+
return (buttonText === 'Día') ? 'Hoy' :
|
|
615
|
+
((buttonText === 'Semana') ? 'Esta' : 'Este') + ' ' + buttonText.toLocaleLowerCase();
|
|
616
|
+
},
|
|
617
|
+
},
|
|
618
|
+
viewHint(buttonText) {
|
|
619
|
+
return 'Vista ' + (buttonText === 'Semana' ? 'de la' : 'del') + ' ' + buttonText.toLocaleLowerCase();
|
|
620
|
+
},
|
|
621
|
+
weekText: 'Sm',
|
|
622
|
+
weekTextLong: 'Semana',
|
|
623
|
+
allDayText: 'Todo el día',
|
|
624
|
+
moreLinkText: 'más',
|
|
625
|
+
moreLinkHint(eventCnt) {
|
|
626
|
+
return `Mostrar ${eventCnt} eventos más`;
|
|
627
|
+
},
|
|
628
|
+
noEventsText: 'No hay eventos para mostrar',
|
|
629
|
+
navLinkHint: 'Ir al $0',
|
|
630
|
+
closeHint: 'Cerrar',
|
|
631
|
+
timeHint: 'La hora',
|
|
632
|
+
eventHint: 'Evento',
|
|
633
|
+
};
|
|
634
|
+
|
|
635
|
+
var l25 = {
|
|
636
|
+
code: 'et',
|
|
637
|
+
week: {
|
|
638
|
+
dow: 1,
|
|
639
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
640
|
+
},
|
|
641
|
+
buttonText: {
|
|
642
|
+
prev: 'Eelnev',
|
|
643
|
+
next: 'Järgnev',
|
|
644
|
+
today: 'Täna',
|
|
645
|
+
month: 'Kuu',
|
|
646
|
+
week: 'Nädal',
|
|
647
|
+
day: 'Päev',
|
|
648
|
+
list: 'Päevakord',
|
|
649
|
+
},
|
|
650
|
+
weekText: 'näd',
|
|
651
|
+
allDayText: 'Kogu päev',
|
|
652
|
+
moreLinkText(n) {
|
|
653
|
+
return '+ veel ' + n;
|
|
654
|
+
},
|
|
655
|
+
noEventsText: 'Kuvamiseks puuduvad sündmused',
|
|
656
|
+
};
|
|
657
|
+
|
|
658
|
+
var l26 = {
|
|
659
|
+
code: 'eu',
|
|
660
|
+
week: {
|
|
661
|
+
dow: 1,
|
|
662
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
663
|
+
},
|
|
664
|
+
buttonText: {
|
|
665
|
+
prev: 'Aur',
|
|
666
|
+
next: 'Hur',
|
|
667
|
+
today: 'Gaur',
|
|
668
|
+
month: 'Hilabetea',
|
|
669
|
+
week: 'Astea',
|
|
670
|
+
day: 'Eguna',
|
|
671
|
+
list: 'Agenda',
|
|
672
|
+
},
|
|
673
|
+
weekText: 'As',
|
|
674
|
+
allDayText: 'Egun osoa',
|
|
675
|
+
moreLinkText: 'gehiago',
|
|
676
|
+
noEventsText: 'Ez dago ekitaldirik erakusteko',
|
|
677
|
+
};
|
|
678
|
+
|
|
679
|
+
var l27 = {
|
|
680
|
+
code: 'fa',
|
|
681
|
+
week: {
|
|
682
|
+
dow: 6,
|
|
683
|
+
doy: 12, // The week that contains Jan 1st is the first week of the year.
|
|
684
|
+
},
|
|
685
|
+
direction: 'rtl',
|
|
686
|
+
buttonText: {
|
|
687
|
+
prev: 'قبلی',
|
|
688
|
+
next: 'بعدی',
|
|
689
|
+
today: 'امروز',
|
|
690
|
+
month: 'ماه',
|
|
691
|
+
week: 'هفته',
|
|
692
|
+
day: 'روز',
|
|
693
|
+
list: 'برنامه',
|
|
694
|
+
},
|
|
695
|
+
weekText: 'هف',
|
|
696
|
+
allDayText: 'تمام روز',
|
|
697
|
+
moreLinkText(n) {
|
|
698
|
+
return 'بیش از ' + n;
|
|
699
|
+
},
|
|
700
|
+
noEventsText: 'هیچ رویدادی به نمایش',
|
|
701
|
+
};
|
|
702
|
+
|
|
703
|
+
var l28 = {
|
|
704
|
+
code: 'fi',
|
|
705
|
+
week: {
|
|
706
|
+
dow: 1,
|
|
707
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
708
|
+
},
|
|
709
|
+
buttonText: {
|
|
710
|
+
prev: 'Edellinen',
|
|
711
|
+
next: 'Seuraava',
|
|
712
|
+
today: 'Tänään',
|
|
713
|
+
month: 'Kuukausi',
|
|
714
|
+
week: 'Viikko',
|
|
715
|
+
day: 'Päivä',
|
|
716
|
+
list: 'Tapahtumat',
|
|
717
|
+
},
|
|
718
|
+
weekText: 'Vk',
|
|
719
|
+
allDayText: 'Koko päivä',
|
|
720
|
+
moreLinkText: 'lisää',
|
|
721
|
+
noEventsText: 'Ei näytettäviä tapahtumia',
|
|
722
|
+
};
|
|
723
|
+
|
|
724
|
+
var l29 = {
|
|
725
|
+
code: 'fr',
|
|
726
|
+
buttonText: {
|
|
727
|
+
prev: 'Précédent',
|
|
728
|
+
next: 'Suivant',
|
|
729
|
+
today: 'Aujourd\'hui',
|
|
730
|
+
year: 'Année',
|
|
731
|
+
month: 'Mois',
|
|
732
|
+
week: 'Semaine',
|
|
733
|
+
day: 'Jour',
|
|
734
|
+
list: 'Mon planning',
|
|
735
|
+
},
|
|
736
|
+
weekText: 'Sem.',
|
|
737
|
+
allDayText: 'Toute la journée',
|
|
738
|
+
moreLinkText: 'en plus',
|
|
739
|
+
noEventsText: 'Aucun événement à afficher',
|
|
740
|
+
};
|
|
741
|
+
|
|
742
|
+
var l30 = {
|
|
743
|
+
code: 'fr-ch',
|
|
744
|
+
week: {
|
|
745
|
+
dow: 1,
|
|
746
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
747
|
+
},
|
|
748
|
+
buttonText: {
|
|
749
|
+
prev: 'Précédent',
|
|
750
|
+
next: 'Suivant',
|
|
751
|
+
today: 'Courant',
|
|
752
|
+
year: 'Année',
|
|
753
|
+
month: 'Mois',
|
|
754
|
+
week: 'Semaine',
|
|
755
|
+
day: 'Jour',
|
|
756
|
+
list: 'Mon planning',
|
|
757
|
+
},
|
|
758
|
+
weekText: 'Sm',
|
|
759
|
+
allDayText: 'Toute la journée',
|
|
760
|
+
moreLinkText: 'en plus',
|
|
761
|
+
noEventsText: 'Aucun événement à afficher',
|
|
762
|
+
};
|
|
763
|
+
|
|
764
|
+
var l31 = {
|
|
765
|
+
code: 'fr',
|
|
766
|
+
week: {
|
|
767
|
+
dow: 1,
|
|
768
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
769
|
+
},
|
|
770
|
+
buttonText: {
|
|
771
|
+
prev: 'Précédent',
|
|
772
|
+
next: 'Suivant',
|
|
773
|
+
today: 'Aujourd\'hui',
|
|
774
|
+
year: 'Année',
|
|
775
|
+
month: 'Mois',
|
|
776
|
+
week: 'Semaine',
|
|
777
|
+
day: 'Jour',
|
|
778
|
+
list: 'Planning',
|
|
779
|
+
},
|
|
780
|
+
weekText: 'Sem.',
|
|
781
|
+
allDayText: 'Toute la journée',
|
|
782
|
+
moreLinkText: 'en plus',
|
|
783
|
+
noEventsText: 'Aucun événement à afficher',
|
|
784
|
+
};
|
|
785
|
+
|
|
786
|
+
var l32 = {
|
|
787
|
+
code: 'gl',
|
|
788
|
+
week: {
|
|
789
|
+
dow: 1,
|
|
790
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
791
|
+
},
|
|
792
|
+
buttonText: {
|
|
793
|
+
prev: 'Ant',
|
|
794
|
+
next: 'Seg',
|
|
795
|
+
today: 'Hoxe',
|
|
796
|
+
month: 'Mes',
|
|
797
|
+
week: 'Semana',
|
|
798
|
+
day: 'Día',
|
|
799
|
+
list: 'Axenda',
|
|
800
|
+
},
|
|
801
|
+
weekText: 'Sm',
|
|
802
|
+
allDayText: 'Todo o día',
|
|
803
|
+
moreLinkText: 'máis',
|
|
804
|
+
noEventsText: 'Non hai eventos para amosar',
|
|
805
|
+
};
|
|
806
|
+
|
|
807
|
+
var l33 = {
|
|
808
|
+
code: 'he',
|
|
809
|
+
direction: 'rtl',
|
|
810
|
+
buttonText: {
|
|
811
|
+
prev: 'הקודם',
|
|
812
|
+
next: 'הבא',
|
|
813
|
+
today: 'היום',
|
|
814
|
+
month: 'חודש',
|
|
815
|
+
week: 'שבוע',
|
|
816
|
+
day: 'יום',
|
|
817
|
+
list: 'סדר יום',
|
|
818
|
+
},
|
|
819
|
+
allDayText: 'כל היום',
|
|
820
|
+
moreLinkText: 'אחר',
|
|
821
|
+
noEventsText: 'אין אירועים להצגה',
|
|
822
|
+
weekText: 'שבוע',
|
|
823
|
+
};
|
|
824
|
+
|
|
825
|
+
var l34 = {
|
|
826
|
+
code: 'hi',
|
|
827
|
+
week: {
|
|
828
|
+
dow: 0,
|
|
829
|
+
doy: 6, // The week that contains Jan 1st is the first week of the year.
|
|
830
|
+
},
|
|
831
|
+
buttonText: {
|
|
832
|
+
prev: 'पिछला',
|
|
833
|
+
next: 'अगला',
|
|
834
|
+
today: 'आज',
|
|
835
|
+
month: 'महीना',
|
|
836
|
+
week: 'सप्ताह',
|
|
837
|
+
day: 'दिन',
|
|
838
|
+
list: 'कार्यसूची',
|
|
839
|
+
},
|
|
840
|
+
weekText: 'हफ्ता',
|
|
841
|
+
allDayText: 'सभी दिन',
|
|
842
|
+
moreLinkText(n) {
|
|
843
|
+
return '+अधिक ' + n;
|
|
844
|
+
},
|
|
845
|
+
noEventsText: 'कोई घटनाओं को प्रदर्शित करने के लिए',
|
|
846
|
+
};
|
|
847
|
+
|
|
848
|
+
var l35 = {
|
|
849
|
+
code: 'hr',
|
|
850
|
+
week: {
|
|
851
|
+
dow: 1,
|
|
852
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
853
|
+
},
|
|
854
|
+
buttonText: {
|
|
855
|
+
prev: 'Prijašnji',
|
|
856
|
+
next: 'Sljedeći',
|
|
857
|
+
today: 'Danas',
|
|
858
|
+
month: 'Mjesec',
|
|
859
|
+
week: 'Tjedan',
|
|
860
|
+
day: 'Dan',
|
|
861
|
+
list: 'Raspored',
|
|
862
|
+
},
|
|
863
|
+
weekText: 'Tje',
|
|
864
|
+
allDayText: 'Cijeli dan',
|
|
865
|
+
moreLinkText(n) {
|
|
866
|
+
return '+ još ' + n;
|
|
867
|
+
},
|
|
868
|
+
noEventsText: 'Nema događaja za prikaz',
|
|
869
|
+
};
|
|
870
|
+
|
|
871
|
+
var l36 = {
|
|
872
|
+
code: 'hu',
|
|
873
|
+
week: {
|
|
874
|
+
dow: 1,
|
|
875
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
876
|
+
},
|
|
877
|
+
buttonText: {
|
|
878
|
+
prev: 'vissza',
|
|
879
|
+
next: 'előre',
|
|
880
|
+
today: 'ma',
|
|
881
|
+
month: 'Hónap',
|
|
882
|
+
week: 'Hét',
|
|
883
|
+
day: 'Nap',
|
|
884
|
+
list: 'Lista',
|
|
885
|
+
},
|
|
886
|
+
weekText: 'Hét',
|
|
887
|
+
allDayText: 'Egész nap',
|
|
888
|
+
moreLinkText: 'további',
|
|
889
|
+
noEventsText: 'Nincs megjeleníthető esemény',
|
|
890
|
+
};
|
|
891
|
+
|
|
892
|
+
var l37 = {
|
|
893
|
+
code: 'hy-am',
|
|
894
|
+
week: {
|
|
895
|
+
dow: 1,
|
|
896
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
897
|
+
},
|
|
898
|
+
buttonText: {
|
|
899
|
+
prev: 'Նախորդ',
|
|
900
|
+
next: 'Հաջորդ',
|
|
901
|
+
today: 'Այսօր',
|
|
902
|
+
month: 'Ամիս',
|
|
903
|
+
week: 'Շաբաթ',
|
|
904
|
+
day: 'Օր',
|
|
905
|
+
list: 'Օրվա ցուցակ',
|
|
906
|
+
},
|
|
907
|
+
weekText: 'Շաբ',
|
|
908
|
+
allDayText: 'Ամբողջ օր',
|
|
909
|
+
moreLinkText(n) {
|
|
910
|
+
return '+ ևս ' + n;
|
|
911
|
+
},
|
|
912
|
+
noEventsText: 'Բացակայում է իրադարձությունը ցուցադրելու',
|
|
913
|
+
};
|
|
914
|
+
|
|
915
|
+
var l38 = {
|
|
916
|
+
code: 'id',
|
|
917
|
+
week: {
|
|
918
|
+
dow: 1,
|
|
919
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
920
|
+
},
|
|
921
|
+
buttonText: {
|
|
922
|
+
prev: 'mundur',
|
|
923
|
+
next: 'maju',
|
|
924
|
+
today: 'hari ini',
|
|
925
|
+
month: 'Bulan',
|
|
926
|
+
week: 'Minggu',
|
|
927
|
+
day: 'Hari',
|
|
928
|
+
list: 'Agenda',
|
|
929
|
+
},
|
|
930
|
+
weekText: 'Mg',
|
|
931
|
+
allDayText: 'Sehari penuh',
|
|
932
|
+
moreLinkText: 'lebih',
|
|
933
|
+
noEventsText: 'Tidak ada acara untuk ditampilkan',
|
|
934
|
+
};
|
|
935
|
+
|
|
936
|
+
var l39 = {
|
|
937
|
+
code: 'is',
|
|
938
|
+
week: {
|
|
939
|
+
dow: 1,
|
|
940
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
941
|
+
},
|
|
942
|
+
buttonText: {
|
|
943
|
+
prev: 'Fyrri',
|
|
944
|
+
next: 'Næsti',
|
|
945
|
+
today: 'Í dag',
|
|
946
|
+
month: 'Mánuður',
|
|
947
|
+
week: 'Vika',
|
|
948
|
+
day: 'Dagur',
|
|
949
|
+
list: 'Dagskrá',
|
|
950
|
+
},
|
|
951
|
+
weekText: 'Vika',
|
|
952
|
+
allDayText: 'Allan daginn',
|
|
953
|
+
moreLinkText: 'meira',
|
|
954
|
+
noEventsText: 'Engir viðburðir til að sýna',
|
|
955
|
+
};
|
|
956
|
+
|
|
957
|
+
var l40 = {
|
|
958
|
+
code: 'it',
|
|
959
|
+
week: {
|
|
960
|
+
dow: 1,
|
|
961
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
962
|
+
},
|
|
963
|
+
buttonText: {
|
|
964
|
+
prev: 'Prec',
|
|
965
|
+
next: 'Succ',
|
|
966
|
+
today: 'Oggi',
|
|
967
|
+
month: 'Mese',
|
|
968
|
+
week: 'Settimana',
|
|
969
|
+
day: 'Giorno',
|
|
970
|
+
list: 'Agenda',
|
|
971
|
+
},
|
|
972
|
+
weekText: 'Sm',
|
|
973
|
+
allDayText: 'Tutto il giorno',
|
|
974
|
+
moreLinkText(n) {
|
|
975
|
+
return '+altri ' + n;
|
|
976
|
+
},
|
|
977
|
+
noEventsText: 'Non ci sono eventi da visualizzare',
|
|
978
|
+
};
|
|
979
|
+
|
|
980
|
+
var l41 = {
|
|
981
|
+
code: 'ja',
|
|
982
|
+
buttonText: {
|
|
983
|
+
prev: '前',
|
|
984
|
+
next: '次',
|
|
985
|
+
today: '今日',
|
|
986
|
+
month: '月',
|
|
987
|
+
week: '週',
|
|
988
|
+
day: '日',
|
|
989
|
+
list: '予定リスト',
|
|
990
|
+
},
|
|
991
|
+
weekText: '週',
|
|
992
|
+
allDayText: '終日',
|
|
993
|
+
moreLinkText(n) {
|
|
994
|
+
return '他 ' + n + ' 件';
|
|
995
|
+
},
|
|
996
|
+
noEventsText: '表示する予定はありません',
|
|
997
|
+
};
|
|
998
|
+
|
|
999
|
+
var l42 = {
|
|
1000
|
+
code: 'ka',
|
|
1001
|
+
week: {
|
|
1002
|
+
dow: 1,
|
|
1003
|
+
doy: 7,
|
|
1004
|
+
},
|
|
1005
|
+
buttonText: {
|
|
1006
|
+
prev: 'წინა',
|
|
1007
|
+
next: 'შემდეგი',
|
|
1008
|
+
today: 'დღეს',
|
|
1009
|
+
month: 'თვე',
|
|
1010
|
+
week: 'კვირა',
|
|
1011
|
+
day: 'დღე',
|
|
1012
|
+
list: 'დღის წესრიგი',
|
|
1013
|
+
},
|
|
1014
|
+
weekText: 'კვ',
|
|
1015
|
+
allDayText: 'მთელი დღე',
|
|
1016
|
+
moreLinkText(n) {
|
|
1017
|
+
return '+ კიდევ ' + n;
|
|
1018
|
+
},
|
|
1019
|
+
noEventsText: 'ღონისძიებები არ არის',
|
|
1020
|
+
};
|
|
1021
|
+
|
|
1022
|
+
var l43 = {
|
|
1023
|
+
code: 'kk',
|
|
1024
|
+
week: {
|
|
1025
|
+
dow: 1,
|
|
1026
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
1027
|
+
},
|
|
1028
|
+
buttonText: {
|
|
1029
|
+
prev: 'Алдыңғы',
|
|
1030
|
+
next: 'Келесі',
|
|
1031
|
+
today: 'Бүгін',
|
|
1032
|
+
month: 'Ай',
|
|
1033
|
+
week: 'Апта',
|
|
1034
|
+
day: 'Күн',
|
|
1035
|
+
list: 'Күн тәртібі',
|
|
1036
|
+
},
|
|
1037
|
+
weekText: 'Не',
|
|
1038
|
+
allDayText: 'Күні бойы',
|
|
1039
|
+
moreLinkText(n) {
|
|
1040
|
+
return '+ тағы ' + n;
|
|
1041
|
+
},
|
|
1042
|
+
noEventsText: 'Көрсету үшін оқиғалар жоқ',
|
|
1043
|
+
};
|
|
1044
|
+
|
|
1045
|
+
var l44 = {
|
|
1046
|
+
code: 'km',
|
|
1047
|
+
week: {
|
|
1048
|
+
dow: 1,
|
|
1049
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1050
|
+
},
|
|
1051
|
+
buttonText: {
|
|
1052
|
+
prev: 'មុន',
|
|
1053
|
+
next: 'បន្ទាប់',
|
|
1054
|
+
today: 'ថ្ងៃនេះ',
|
|
1055
|
+
year: 'ឆ្នាំ',
|
|
1056
|
+
month: 'ខែ',
|
|
1057
|
+
week: 'សប្តាហ៍',
|
|
1058
|
+
day: 'ថ្ងៃ',
|
|
1059
|
+
list: 'បញ្ជី',
|
|
1060
|
+
},
|
|
1061
|
+
weekText: 'សប្តាហ៍',
|
|
1062
|
+
allDayText: 'ពេញមួយថ្ងៃ',
|
|
1063
|
+
moreLinkText: 'ច្រើនទៀត',
|
|
1064
|
+
noEventsText: 'គ្មានព្រឹត្តិការណ៍ត្រូវបង្ហាញ',
|
|
1065
|
+
};
|
|
1066
|
+
|
|
1067
|
+
var l45 = {
|
|
1068
|
+
code: 'ko',
|
|
1069
|
+
buttonText: {
|
|
1070
|
+
prev: '이전달',
|
|
1071
|
+
next: '다음달',
|
|
1072
|
+
today: '오늘',
|
|
1073
|
+
month: '월',
|
|
1074
|
+
week: '주',
|
|
1075
|
+
day: '일',
|
|
1076
|
+
list: '일정목록',
|
|
1077
|
+
},
|
|
1078
|
+
weekText: '주',
|
|
1079
|
+
allDayText: '종일',
|
|
1080
|
+
moreLinkText: '개',
|
|
1081
|
+
noEventsText: '일정이 없습니다',
|
|
1082
|
+
};
|
|
1083
|
+
|
|
1084
|
+
var l46 = {
|
|
1085
|
+
code: 'ku',
|
|
1086
|
+
week: {
|
|
1087
|
+
dow: 6,
|
|
1088
|
+
doy: 12, // The week that contains Jan 1st is the first week of the year.
|
|
1089
|
+
},
|
|
1090
|
+
direction: 'rtl',
|
|
1091
|
+
buttonText: {
|
|
1092
|
+
prev: 'پێشتر',
|
|
1093
|
+
next: 'دواتر',
|
|
1094
|
+
today: 'ئەمڕو',
|
|
1095
|
+
month: 'مانگ',
|
|
1096
|
+
week: 'هەفتە',
|
|
1097
|
+
day: 'ڕۆژ',
|
|
1098
|
+
list: 'بەرنامە',
|
|
1099
|
+
},
|
|
1100
|
+
weekText: 'هەفتە',
|
|
1101
|
+
allDayText: 'هەموو ڕۆژەکە',
|
|
1102
|
+
moreLinkText: 'زیاتر',
|
|
1103
|
+
noEventsText: 'هیچ ڕووداوێك نیە',
|
|
1104
|
+
};
|
|
1105
|
+
|
|
1106
|
+
var l47 = {
|
|
1107
|
+
code: 'lb',
|
|
1108
|
+
week: {
|
|
1109
|
+
dow: 1,
|
|
1110
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1111
|
+
},
|
|
1112
|
+
buttonText: {
|
|
1113
|
+
prev: 'Zréck',
|
|
1114
|
+
next: 'Weider',
|
|
1115
|
+
today: 'Haut',
|
|
1116
|
+
month: 'Mount',
|
|
1117
|
+
week: 'Woch',
|
|
1118
|
+
day: 'Dag',
|
|
1119
|
+
list: 'Terminiwwersiicht',
|
|
1120
|
+
},
|
|
1121
|
+
weekText: 'W',
|
|
1122
|
+
allDayText: 'Ganzen Dag',
|
|
1123
|
+
moreLinkText: 'méi',
|
|
1124
|
+
noEventsText: 'Nee Evenementer ze affichéieren',
|
|
1125
|
+
};
|
|
1126
|
+
|
|
1127
|
+
var l48 = {
|
|
1128
|
+
code: 'lt',
|
|
1129
|
+
week: {
|
|
1130
|
+
dow: 1,
|
|
1131
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1132
|
+
},
|
|
1133
|
+
buttonText: {
|
|
1134
|
+
prev: 'Atgal',
|
|
1135
|
+
next: 'Pirmyn',
|
|
1136
|
+
today: 'Šiandien',
|
|
1137
|
+
month: 'Mėnuo',
|
|
1138
|
+
week: 'Savaitė',
|
|
1139
|
+
day: 'Diena',
|
|
1140
|
+
list: 'Darbotvarkė',
|
|
1141
|
+
},
|
|
1142
|
+
weekText: 'SAV',
|
|
1143
|
+
allDayText: 'Visą dieną',
|
|
1144
|
+
moreLinkText: 'daugiau',
|
|
1145
|
+
noEventsText: 'Nėra įvykių rodyti',
|
|
1146
|
+
};
|
|
1147
|
+
|
|
1148
|
+
var l49 = {
|
|
1149
|
+
code: 'lv',
|
|
1150
|
+
week: {
|
|
1151
|
+
dow: 1,
|
|
1152
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1153
|
+
},
|
|
1154
|
+
buttonText: {
|
|
1155
|
+
prev: 'Iepr.',
|
|
1156
|
+
next: 'Nāk.',
|
|
1157
|
+
today: 'Šodien',
|
|
1158
|
+
month: 'Mēnesis',
|
|
1159
|
+
week: 'Nedēļa',
|
|
1160
|
+
day: 'Diena',
|
|
1161
|
+
list: 'Dienas kārtība',
|
|
1162
|
+
},
|
|
1163
|
+
weekText: 'Ned.',
|
|
1164
|
+
allDayText: 'Visu dienu',
|
|
1165
|
+
moreLinkText(n) {
|
|
1166
|
+
return '+vēl ' + n;
|
|
1167
|
+
},
|
|
1168
|
+
noEventsText: 'Nav notikumu',
|
|
1169
|
+
};
|
|
1170
|
+
|
|
1171
|
+
var l50 = {
|
|
1172
|
+
code: 'mk',
|
|
1173
|
+
buttonText: {
|
|
1174
|
+
prev: 'претходно',
|
|
1175
|
+
next: 'следно',
|
|
1176
|
+
today: 'Денес',
|
|
1177
|
+
month: 'Месец',
|
|
1178
|
+
week: 'Недела',
|
|
1179
|
+
day: 'Ден',
|
|
1180
|
+
list: 'График',
|
|
1181
|
+
},
|
|
1182
|
+
weekText: 'Сед',
|
|
1183
|
+
allDayText: 'Цел ден',
|
|
1184
|
+
moreLinkText(n) {
|
|
1185
|
+
return '+повеќе ' + n;
|
|
1186
|
+
},
|
|
1187
|
+
noEventsText: 'Нема настани за прикажување',
|
|
1188
|
+
};
|
|
1189
|
+
|
|
1190
|
+
var l51 = {
|
|
1191
|
+
code: 'ms',
|
|
1192
|
+
week: {
|
|
1193
|
+
dow: 1,
|
|
1194
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
1195
|
+
},
|
|
1196
|
+
buttonText: {
|
|
1197
|
+
prev: 'Sebelum',
|
|
1198
|
+
next: 'Selepas',
|
|
1199
|
+
today: 'hari ini',
|
|
1200
|
+
month: 'Bulan',
|
|
1201
|
+
week: 'Minggu',
|
|
1202
|
+
day: 'Hari',
|
|
1203
|
+
list: 'Agenda',
|
|
1204
|
+
},
|
|
1205
|
+
weekText: 'Mg',
|
|
1206
|
+
allDayText: 'Sepanjang hari',
|
|
1207
|
+
moreLinkText(n) {
|
|
1208
|
+
return 'masih ada ' + n + ' acara';
|
|
1209
|
+
},
|
|
1210
|
+
noEventsText: 'Tiada peristiwa untuk dipaparkan',
|
|
1211
|
+
};
|
|
1212
|
+
|
|
1213
|
+
var l52 = {
|
|
1214
|
+
code: 'nb',
|
|
1215
|
+
week: {
|
|
1216
|
+
dow: 1,
|
|
1217
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1218
|
+
},
|
|
1219
|
+
buttonText: {
|
|
1220
|
+
prev: 'Forrige',
|
|
1221
|
+
next: 'Neste',
|
|
1222
|
+
today: 'I dag',
|
|
1223
|
+
month: 'Måned',
|
|
1224
|
+
week: 'Uke',
|
|
1225
|
+
day: 'Dag',
|
|
1226
|
+
list: 'Agenda',
|
|
1227
|
+
},
|
|
1228
|
+
weekText: 'Uke',
|
|
1229
|
+
weekTextLong: 'Uke',
|
|
1230
|
+
allDayText: 'Hele dagen',
|
|
1231
|
+
moreLinkText: 'til',
|
|
1232
|
+
noEventsText: 'Ingen hendelser å vise',
|
|
1233
|
+
buttonHints: {
|
|
1234
|
+
prev: 'Forrige $0',
|
|
1235
|
+
next: 'Neste $0',
|
|
1236
|
+
today: 'Nåværende $0',
|
|
1237
|
+
},
|
|
1238
|
+
viewHint: '$0 visning',
|
|
1239
|
+
navLinkHint: 'Gå til $0',
|
|
1240
|
+
moreLinkHint(eventCnt) {
|
|
1241
|
+
return `Vis ${eventCnt} flere hendelse${eventCnt === 1 ? '' : 'r'}`;
|
|
1242
|
+
},
|
|
1243
|
+
};
|
|
1244
|
+
|
|
1245
|
+
var l53 = {
|
|
1246
|
+
code: 'ne',
|
|
1247
|
+
week: {
|
|
1248
|
+
dow: 7,
|
|
1249
|
+
doy: 1, // The week that contains Jan 1st is the first week of the year.
|
|
1250
|
+
},
|
|
1251
|
+
buttonText: {
|
|
1252
|
+
prev: 'अघिल्लो',
|
|
1253
|
+
next: 'अर्को',
|
|
1254
|
+
today: 'आज',
|
|
1255
|
+
month: 'महिना',
|
|
1256
|
+
week: 'हप्ता',
|
|
1257
|
+
day: 'दिन',
|
|
1258
|
+
list: 'सूची',
|
|
1259
|
+
},
|
|
1260
|
+
weekText: 'हप्ता',
|
|
1261
|
+
allDayText: 'दिनभरि',
|
|
1262
|
+
moreLinkText: 'थप लिंक',
|
|
1263
|
+
noEventsText: 'देखाउनको लागि कुनै घटनाहरू छैनन्',
|
|
1264
|
+
};
|
|
1265
|
+
|
|
1266
|
+
var l54 = {
|
|
1267
|
+
code: 'nl',
|
|
1268
|
+
week: {
|
|
1269
|
+
dow: 1,
|
|
1270
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1271
|
+
},
|
|
1272
|
+
buttonText: {
|
|
1273
|
+
prev: 'Vorige',
|
|
1274
|
+
next: 'Volgende',
|
|
1275
|
+
today: 'Vandaag',
|
|
1276
|
+
year: 'Jaar',
|
|
1277
|
+
month: 'Maand',
|
|
1278
|
+
week: 'Week',
|
|
1279
|
+
day: 'Dag',
|
|
1280
|
+
list: 'Agenda',
|
|
1281
|
+
},
|
|
1282
|
+
allDayText: 'Hele dag',
|
|
1283
|
+
moreLinkText: 'extra',
|
|
1284
|
+
noEventsText: 'Geen evenementen om te laten zien',
|
|
1285
|
+
};
|
|
1286
|
+
|
|
1287
|
+
var l55 = {
|
|
1288
|
+
code: 'nn',
|
|
1289
|
+
week: {
|
|
1290
|
+
dow: 1,
|
|
1291
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1292
|
+
},
|
|
1293
|
+
buttonText: {
|
|
1294
|
+
prev: 'Førre',
|
|
1295
|
+
next: 'Neste',
|
|
1296
|
+
today: 'I dag',
|
|
1297
|
+
month: 'Månad',
|
|
1298
|
+
week: 'Veke',
|
|
1299
|
+
day: 'Dag',
|
|
1300
|
+
list: 'Agenda',
|
|
1301
|
+
},
|
|
1302
|
+
weekText: 'Veke',
|
|
1303
|
+
allDayText: 'Heile dagen',
|
|
1304
|
+
moreLinkText: 'til',
|
|
1305
|
+
noEventsText: 'Ingen hendelser å vise',
|
|
1306
|
+
};
|
|
1307
|
+
|
|
1308
|
+
var l56 = {
|
|
1309
|
+
code: 'pl',
|
|
1310
|
+
week: {
|
|
1311
|
+
dow: 1,
|
|
1312
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1313
|
+
},
|
|
1314
|
+
buttonText: {
|
|
1315
|
+
prev: 'Poprzedni',
|
|
1316
|
+
next: 'Następny',
|
|
1317
|
+
today: 'Dziś',
|
|
1318
|
+
month: 'Miesiąc',
|
|
1319
|
+
week: 'Tydzień',
|
|
1320
|
+
day: 'Dzień',
|
|
1321
|
+
list: 'Plan dnia',
|
|
1322
|
+
},
|
|
1323
|
+
weekText: 'Tydz',
|
|
1324
|
+
allDayText: 'Cały dzień',
|
|
1325
|
+
moreLinkText: 'więcej',
|
|
1326
|
+
noEventsText: 'Brak wydarzeń do wyświetlenia',
|
|
1327
|
+
};
|
|
1328
|
+
|
|
1329
|
+
var l57 = {
|
|
1330
|
+
code: 'pt-br',
|
|
1331
|
+
buttonText: {
|
|
1332
|
+
prev: 'Anterior',
|
|
1333
|
+
next: 'Próximo',
|
|
1334
|
+
today: 'Hoje',
|
|
1335
|
+
month: 'Mês',
|
|
1336
|
+
week: 'Semana',
|
|
1337
|
+
day: 'Dia',
|
|
1338
|
+
list: 'Lista',
|
|
1339
|
+
},
|
|
1340
|
+
weekText: 'Sm',
|
|
1341
|
+
allDayText: 'dia inteiro',
|
|
1342
|
+
moreLinkText(n) {
|
|
1343
|
+
return 'mais +' + n;
|
|
1344
|
+
},
|
|
1345
|
+
noEventsText: 'Não há eventos para mostrar',
|
|
1346
|
+
};
|
|
1347
|
+
|
|
1348
|
+
var l58 = {
|
|
1349
|
+
code: 'pt',
|
|
1350
|
+
week: {
|
|
1351
|
+
dow: 1,
|
|
1352
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1353
|
+
},
|
|
1354
|
+
buttonText: {
|
|
1355
|
+
prev: 'Anterior',
|
|
1356
|
+
next: 'Seguinte',
|
|
1357
|
+
today: 'Hoje',
|
|
1358
|
+
month: 'Mês',
|
|
1359
|
+
week: 'Semana',
|
|
1360
|
+
day: 'Dia',
|
|
1361
|
+
list: 'Agenda',
|
|
1362
|
+
},
|
|
1363
|
+
weekText: 'Sem',
|
|
1364
|
+
allDayText: 'Todo o dia',
|
|
1365
|
+
moreLinkText: 'mais',
|
|
1366
|
+
noEventsText: 'Não há eventos para mostrar',
|
|
1367
|
+
};
|
|
1368
|
+
|
|
1369
|
+
var l59 = {
|
|
1370
|
+
code: 'ro',
|
|
1371
|
+
week: {
|
|
1372
|
+
dow: 1,
|
|
1373
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
1374
|
+
},
|
|
1375
|
+
buttonText: {
|
|
1376
|
+
prev: 'precedentă',
|
|
1377
|
+
next: 'următoare',
|
|
1378
|
+
today: 'Azi',
|
|
1379
|
+
month: 'Lună',
|
|
1380
|
+
week: 'Săptămână',
|
|
1381
|
+
day: 'Zi',
|
|
1382
|
+
list: 'Agendă',
|
|
1383
|
+
},
|
|
1384
|
+
weekText: 'Săpt',
|
|
1385
|
+
allDayText: 'Toată ziua',
|
|
1386
|
+
moreLinkText(n) {
|
|
1387
|
+
return '+alte ' + n;
|
|
1388
|
+
},
|
|
1389
|
+
noEventsText: 'Nu există evenimente de afișat',
|
|
1390
|
+
};
|
|
1391
|
+
|
|
1392
|
+
var l60 = {
|
|
1393
|
+
code: 'ru',
|
|
1394
|
+
week: {
|
|
1395
|
+
dow: 1,
|
|
1396
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1397
|
+
},
|
|
1398
|
+
buttonText: {
|
|
1399
|
+
prev: 'Пред',
|
|
1400
|
+
next: 'След',
|
|
1401
|
+
today: 'Сегодня',
|
|
1402
|
+
month: 'Месяц',
|
|
1403
|
+
week: 'Неделя',
|
|
1404
|
+
day: 'День',
|
|
1405
|
+
list: 'Повестка дня',
|
|
1406
|
+
},
|
|
1407
|
+
weekText: 'Нед',
|
|
1408
|
+
allDayText: 'Весь день',
|
|
1409
|
+
moreLinkText(n) {
|
|
1410
|
+
return '+ ещё ' + n;
|
|
1411
|
+
},
|
|
1412
|
+
noEventsText: 'Нет событий для отображения',
|
|
1413
|
+
};
|
|
1414
|
+
|
|
1415
|
+
var l61 = {
|
|
1416
|
+
code: 'si-lk',
|
|
1417
|
+
week: {
|
|
1418
|
+
dow: 1,
|
|
1419
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1420
|
+
},
|
|
1421
|
+
buttonText: {
|
|
1422
|
+
prev: 'පෙර',
|
|
1423
|
+
next: 'පසු',
|
|
1424
|
+
today: 'අද',
|
|
1425
|
+
month: 'මාසය',
|
|
1426
|
+
week: 'සතිය',
|
|
1427
|
+
day: 'දවස',
|
|
1428
|
+
list: 'ලැයිස්තුව',
|
|
1429
|
+
},
|
|
1430
|
+
weekText: 'සති',
|
|
1431
|
+
allDayText: 'සියලු',
|
|
1432
|
+
moreLinkText: 'තවත්',
|
|
1433
|
+
noEventsText: 'මුකුත් නැත',
|
|
1434
|
+
};
|
|
1435
|
+
|
|
1436
|
+
var l62 = {
|
|
1437
|
+
code: 'sk',
|
|
1438
|
+
week: {
|
|
1439
|
+
dow: 1,
|
|
1440
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1441
|
+
},
|
|
1442
|
+
buttonText: {
|
|
1443
|
+
prev: 'Predchádzajúci',
|
|
1444
|
+
next: 'Nasledujúci',
|
|
1445
|
+
today: 'Dnes',
|
|
1446
|
+
month: 'Mesiac',
|
|
1447
|
+
week: 'Týždeň',
|
|
1448
|
+
day: 'Deň',
|
|
1449
|
+
list: 'Rozvrh',
|
|
1450
|
+
},
|
|
1451
|
+
weekText: 'Ty',
|
|
1452
|
+
allDayText: 'Celý deň',
|
|
1453
|
+
moreLinkText(n) {
|
|
1454
|
+
return '+ďalšie: ' + n;
|
|
1455
|
+
},
|
|
1456
|
+
noEventsText: 'Žiadne akcie na zobrazenie',
|
|
1457
|
+
};
|
|
1458
|
+
|
|
1459
|
+
var l63 = {
|
|
1460
|
+
code: 'sl',
|
|
1461
|
+
week: {
|
|
1462
|
+
dow: 1,
|
|
1463
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
1464
|
+
},
|
|
1465
|
+
buttonText: {
|
|
1466
|
+
prev: 'Prejšnji',
|
|
1467
|
+
next: 'Naslednji',
|
|
1468
|
+
today: 'Trenutni',
|
|
1469
|
+
month: 'Mesec',
|
|
1470
|
+
week: 'Teden',
|
|
1471
|
+
day: 'Dan',
|
|
1472
|
+
list: 'Dnevni red',
|
|
1473
|
+
},
|
|
1474
|
+
weekText: 'Teden',
|
|
1475
|
+
allDayText: 'Ves dan',
|
|
1476
|
+
moreLinkText: 'več',
|
|
1477
|
+
noEventsText: 'Ni dogodkov za prikaz',
|
|
1478
|
+
};
|
|
1479
|
+
|
|
1480
|
+
var l64 = {
|
|
1481
|
+
code: 'sm',
|
|
1482
|
+
buttonText: {
|
|
1483
|
+
prev: 'Talu ai',
|
|
1484
|
+
next: 'Mulimuli atu',
|
|
1485
|
+
today: 'Aso nei',
|
|
1486
|
+
month: 'Masina',
|
|
1487
|
+
week: 'Vaiaso',
|
|
1488
|
+
day: 'Aso',
|
|
1489
|
+
list: 'Faasologa',
|
|
1490
|
+
},
|
|
1491
|
+
weekText: 'Vaiaso',
|
|
1492
|
+
allDayText: 'Aso atoa',
|
|
1493
|
+
moreLinkText: 'sili atu',
|
|
1494
|
+
noEventsText: 'Leai ni mea na tutupu',
|
|
1495
|
+
};
|
|
1496
|
+
|
|
1497
|
+
var l65 = {
|
|
1498
|
+
code: 'sq',
|
|
1499
|
+
week: {
|
|
1500
|
+
dow: 1,
|
|
1501
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1502
|
+
},
|
|
1503
|
+
buttonText: {
|
|
1504
|
+
prev: 'mbrapa',
|
|
1505
|
+
next: 'Përpara',
|
|
1506
|
+
today: 'sot',
|
|
1507
|
+
month: 'Muaj',
|
|
1508
|
+
week: 'Javë',
|
|
1509
|
+
day: 'Ditë',
|
|
1510
|
+
list: 'Listë',
|
|
1511
|
+
},
|
|
1512
|
+
weekText: 'Ja',
|
|
1513
|
+
allDayText: 'Gjithë ditën',
|
|
1514
|
+
moreLinkText(n) {
|
|
1515
|
+
return '+më tepër ' + n;
|
|
1516
|
+
},
|
|
1517
|
+
noEventsText: 'Nuk ka evente për të shfaqur',
|
|
1518
|
+
};
|
|
1519
|
+
|
|
1520
|
+
var l66 = {
|
|
1521
|
+
code: 'sr-cyrl',
|
|
1522
|
+
week: {
|
|
1523
|
+
dow: 1,
|
|
1524
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
1525
|
+
},
|
|
1526
|
+
buttonText: {
|
|
1527
|
+
prev: 'Претходна',
|
|
1528
|
+
next: 'следећи',
|
|
1529
|
+
today: 'Данас',
|
|
1530
|
+
month: 'Месец',
|
|
1531
|
+
week: 'Недеља',
|
|
1532
|
+
day: 'Дан',
|
|
1533
|
+
list: 'Планер',
|
|
1534
|
+
},
|
|
1535
|
+
weekText: 'Сед',
|
|
1536
|
+
allDayText: 'Цео дан',
|
|
1537
|
+
moreLinkText(n) {
|
|
1538
|
+
return '+ још ' + n;
|
|
1539
|
+
},
|
|
1540
|
+
noEventsText: 'Нема догађаја за приказ',
|
|
1541
|
+
};
|
|
1542
|
+
|
|
1543
|
+
var l67 = {
|
|
1544
|
+
code: 'sr',
|
|
1545
|
+
week: {
|
|
1546
|
+
dow: 1,
|
|
1547
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
1548
|
+
},
|
|
1549
|
+
buttonText: {
|
|
1550
|
+
prev: 'Prethodna',
|
|
1551
|
+
next: 'Sledeći',
|
|
1552
|
+
today: 'Danas',
|
|
1553
|
+
month: 'Mеsеc',
|
|
1554
|
+
week: 'Nеdеlja',
|
|
1555
|
+
day: 'Dan',
|
|
1556
|
+
list: 'Planеr',
|
|
1557
|
+
},
|
|
1558
|
+
weekText: 'Sed',
|
|
1559
|
+
allDayText: 'Cеo dan',
|
|
1560
|
+
moreLinkText(n) {
|
|
1561
|
+
return '+ još ' + n;
|
|
1562
|
+
},
|
|
1563
|
+
noEventsText: 'Nеma događaja za prikaz',
|
|
1564
|
+
};
|
|
1565
|
+
|
|
1566
|
+
var l68 = {
|
|
1567
|
+
code: 'sv',
|
|
1568
|
+
week: {
|
|
1569
|
+
dow: 1,
|
|
1570
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1571
|
+
},
|
|
1572
|
+
buttonText: {
|
|
1573
|
+
prev: 'Förra',
|
|
1574
|
+
next: 'Nästa',
|
|
1575
|
+
today: 'Idag',
|
|
1576
|
+
month: 'Månad',
|
|
1577
|
+
week: 'Vecka',
|
|
1578
|
+
day: 'Dag',
|
|
1579
|
+
list: 'Program',
|
|
1580
|
+
},
|
|
1581
|
+
buttonHints: {
|
|
1582
|
+
prev(buttonText) {
|
|
1583
|
+
return `Föregående ${buttonText.toLocaleLowerCase()}`;
|
|
1584
|
+
},
|
|
1585
|
+
next(buttonText) {
|
|
1586
|
+
return `Nästa ${buttonText.toLocaleLowerCase()}`;
|
|
1587
|
+
},
|
|
1588
|
+
today(buttonText) {
|
|
1589
|
+
return (buttonText === 'Program' ? 'Detta' : 'Denna') + ' ' + buttonText.toLocaleLowerCase();
|
|
1590
|
+
},
|
|
1591
|
+
},
|
|
1592
|
+
viewHint: '$0 vy',
|
|
1593
|
+
navLinkHint: 'Gå till $0',
|
|
1594
|
+
moreLinkHint(eventCnt) {
|
|
1595
|
+
return `Visa ytterligare ${eventCnt} händelse${eventCnt === 1 ? '' : 'r'}`;
|
|
1596
|
+
},
|
|
1597
|
+
weekText: 'v.',
|
|
1598
|
+
weekTextLong: 'Vecka',
|
|
1599
|
+
allDayText: 'Heldag',
|
|
1600
|
+
moreLinkText: 'till',
|
|
1601
|
+
noEventsText: 'Inga händelser att visa',
|
|
1602
|
+
closeHint: 'Stäng',
|
|
1603
|
+
timeHint: 'Klockan',
|
|
1604
|
+
eventHint: 'Händelse',
|
|
1605
|
+
};
|
|
1606
|
+
|
|
1607
|
+
var l69 = {
|
|
1608
|
+
code: 'ta-in',
|
|
1609
|
+
week: {
|
|
1610
|
+
dow: 1,
|
|
1611
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1612
|
+
},
|
|
1613
|
+
buttonText: {
|
|
1614
|
+
prev: 'முந்தைய',
|
|
1615
|
+
next: 'அடுத்தது',
|
|
1616
|
+
today: 'இன்று',
|
|
1617
|
+
month: 'மாதம்',
|
|
1618
|
+
week: 'வாரம்',
|
|
1619
|
+
day: 'நாள்',
|
|
1620
|
+
list: 'தினசரி அட்டவணை',
|
|
1621
|
+
},
|
|
1622
|
+
weekText: 'வாரம்',
|
|
1623
|
+
allDayText: 'நாள் முழுவதும்',
|
|
1624
|
+
moreLinkText(n) {
|
|
1625
|
+
return '+ மேலும் ' + n;
|
|
1626
|
+
},
|
|
1627
|
+
noEventsText: 'காண்பிக்க நிகழ்வுகள் இல்லை',
|
|
1628
|
+
};
|
|
1629
|
+
|
|
1630
|
+
var l70 = {
|
|
1631
|
+
code: 'th',
|
|
1632
|
+
week: {
|
|
1633
|
+
dow: 1,
|
|
1634
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1635
|
+
},
|
|
1636
|
+
buttonText: {
|
|
1637
|
+
prev: 'ก่อนหน้า',
|
|
1638
|
+
next: 'ถัดไป',
|
|
1639
|
+
prevYear: 'ปีก่อนหน้า',
|
|
1640
|
+
nextYear: 'ปีถัดไป',
|
|
1641
|
+
year: 'ปี',
|
|
1642
|
+
today: 'วันนี้',
|
|
1643
|
+
month: 'เดือน',
|
|
1644
|
+
week: 'สัปดาห์',
|
|
1645
|
+
day: 'วัน',
|
|
1646
|
+
list: 'กำหนดการ',
|
|
1647
|
+
},
|
|
1648
|
+
weekText: 'สัปดาห์',
|
|
1649
|
+
allDayText: 'ตลอดวัน',
|
|
1650
|
+
moreLinkText: 'เพิ่มเติม',
|
|
1651
|
+
noEventsText: 'ไม่มีกิจกรรมที่จะแสดง',
|
|
1652
|
+
};
|
|
1653
|
+
|
|
1654
|
+
var l71 = {
|
|
1655
|
+
code: 'tr',
|
|
1656
|
+
week: {
|
|
1657
|
+
dow: 1,
|
|
1658
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
1659
|
+
},
|
|
1660
|
+
buttonText: {
|
|
1661
|
+
prev: 'geri',
|
|
1662
|
+
next: 'ileri',
|
|
1663
|
+
today: 'bugün',
|
|
1664
|
+
month: 'Ay',
|
|
1665
|
+
week: 'Hafta',
|
|
1666
|
+
day: 'Gün',
|
|
1667
|
+
list: 'Ajanda',
|
|
1668
|
+
},
|
|
1669
|
+
weekText: 'Hf',
|
|
1670
|
+
allDayText: 'Tüm gün',
|
|
1671
|
+
moreLinkText: 'daha fazla',
|
|
1672
|
+
noEventsText: 'Gösterilecek etkinlik yok',
|
|
1673
|
+
};
|
|
1674
|
+
|
|
1675
|
+
var l72 = {
|
|
1676
|
+
code: 'ug',
|
|
1677
|
+
buttonText: {
|
|
1678
|
+
month: 'ئاي',
|
|
1679
|
+
week: 'ھەپتە',
|
|
1680
|
+
day: 'كۈن',
|
|
1681
|
+
list: 'كۈنتەرتىپ',
|
|
1682
|
+
},
|
|
1683
|
+
allDayText: 'پۈتۈن كۈن',
|
|
1684
|
+
};
|
|
1685
|
+
|
|
1686
|
+
var l73 = {
|
|
1687
|
+
code: 'uk',
|
|
1688
|
+
week: {
|
|
1689
|
+
dow: 1,
|
|
1690
|
+
doy: 7, // The week that contains Jan 1st is the first week of the year.
|
|
1691
|
+
},
|
|
1692
|
+
buttonText: {
|
|
1693
|
+
prev: 'Попередній',
|
|
1694
|
+
next: 'далі',
|
|
1695
|
+
today: 'Сьогодні',
|
|
1696
|
+
month: 'Місяць',
|
|
1697
|
+
week: 'Тиждень',
|
|
1698
|
+
day: 'День',
|
|
1699
|
+
list: 'Порядок денний',
|
|
1700
|
+
},
|
|
1701
|
+
weekText: 'Тиж',
|
|
1702
|
+
allDayText: 'Увесь день',
|
|
1703
|
+
moreLinkText(n) {
|
|
1704
|
+
return '+ще ' + n + '...';
|
|
1705
|
+
},
|
|
1706
|
+
noEventsText: 'Немає подій для відображення',
|
|
1707
|
+
};
|
|
1708
|
+
|
|
1709
|
+
var l74 = {
|
|
1710
|
+
code: 'uz',
|
|
1711
|
+
buttonText: {
|
|
1712
|
+
month: 'Oy',
|
|
1713
|
+
week: 'Xafta',
|
|
1714
|
+
day: 'Kun',
|
|
1715
|
+
list: 'Kun tartibi',
|
|
1716
|
+
},
|
|
1717
|
+
allDayText: 'Kun bo\'yi',
|
|
1718
|
+
moreLinkText(n) {
|
|
1719
|
+
return '+ yana ' + n;
|
|
1720
|
+
},
|
|
1721
|
+
noEventsText: 'Ko\'rsatish uchun voqealar yo\'q',
|
|
1722
|
+
};
|
|
1723
|
+
|
|
1724
|
+
var l75 = {
|
|
1725
|
+
code: 'vi',
|
|
1726
|
+
week: {
|
|
1727
|
+
dow: 1,
|
|
1728
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1729
|
+
},
|
|
1730
|
+
buttonText: {
|
|
1731
|
+
prev: 'Trước',
|
|
1732
|
+
next: 'Tiếp',
|
|
1733
|
+
today: 'Hôm nay',
|
|
1734
|
+
month: 'Tháng',
|
|
1735
|
+
week: 'Tuần',
|
|
1736
|
+
day: 'Ngày',
|
|
1737
|
+
list: 'Lịch biểu',
|
|
1738
|
+
},
|
|
1739
|
+
weekText: 'Tu',
|
|
1740
|
+
allDayText: 'Cả ngày',
|
|
1741
|
+
moreLinkText(n) {
|
|
1742
|
+
return '+ thêm ' + n;
|
|
1743
|
+
},
|
|
1744
|
+
noEventsText: 'Không có sự kiện để hiển thị',
|
|
1745
|
+
};
|
|
1746
|
+
|
|
1747
|
+
var l76 = {
|
|
1748
|
+
code: 'zh-cn',
|
|
1749
|
+
week: {
|
|
1750
|
+
// GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效
|
|
1751
|
+
dow: 1,
|
|
1752
|
+
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
1753
|
+
},
|
|
1754
|
+
buttonText: {
|
|
1755
|
+
prev: '上月',
|
|
1756
|
+
next: '下月',
|
|
1757
|
+
today: '今天',
|
|
1758
|
+
month: '月',
|
|
1759
|
+
week: '周',
|
|
1760
|
+
day: '日',
|
|
1761
|
+
list: '日程',
|
|
1762
|
+
},
|
|
1763
|
+
weekText: '周',
|
|
1764
|
+
allDayText: '全天',
|
|
1765
|
+
moreLinkText(n) {
|
|
1766
|
+
return '另外 ' + n + ' 个';
|
|
1767
|
+
},
|
|
1768
|
+
noEventsText: '没有事件显示',
|
|
1769
|
+
};
|
|
1770
|
+
|
|
1771
|
+
var l77 = {
|
|
1772
|
+
code: 'zh-tw',
|
|
1773
|
+
buttonText: {
|
|
1774
|
+
prev: '上月',
|
|
1775
|
+
next: '下月',
|
|
1776
|
+
today: '今天',
|
|
1777
|
+
month: '月',
|
|
1778
|
+
week: '週',
|
|
1779
|
+
day: '天',
|
|
1780
|
+
list: '活動列表',
|
|
1781
|
+
},
|
|
1782
|
+
weekText: '周',
|
|
1783
|
+
allDayText: '整天',
|
|
1784
|
+
moreLinkText: '顯示更多',
|
|
1785
|
+
noEventsText: '没有任何活動',
|
|
1786
|
+
};
|
|
1787
|
+
|
|
1788
|
+
var localesAll = [
|
|
1789
|
+
l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15, l16, l17, l18, l19, l20, l21, l22, l23, l24, l25, l26, l27, l28, l29, l30, l31, l32, l33, l34, l35, l36, l37, l38, l39, l40, l41, l42, l43, l44, l45, l46, l47, l48, l49, l50, l51, l52, l53, l54, l55, l56, l57, l58, l59, l60, l61, l62, l63, l64, l65, l66, l67, l68, l69, l70, l71, l72, l73, l74, l75, l76, l77,
|
|
1790
|
+
];
|
|
1791
|
+
|
|
1792
|
+
internal_js.globalLocales.push(...localesAll);
|
|
1793
|
+
|
|
1794
|
+
})(FullCalendar.Internal);
|