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