diff options
Diffstat (limited to 'public/js/fullcalendar/packages/core/locales')
158 files changed, 3261 insertions, 0 deletions
diff --git a/public/js/fullcalendar/packages/core/locales/af.global.js b/public/js/fullcalendar/packages/core/locales/af.global.js new file mode 100644 index 0000000..6ff6bf4 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/af.global.js | |||
@@ -0,0 +1,32 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
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 | index_js.globalLocales.push(locale); | ||
31 | |||
32 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/af.global.min.js b/public/js/fullcalendar/packages/core/locales/af.global.min.js new file mode 100644 index 0000000..31c858b --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/af.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"af",week:{dow:1,doy:4},buttonText:{prev:"Vorige",next:"Volgende",today:"Vandag",year:"Jaar",month:"Maand",week:"Week",day:"Dag",list:"Agenda"},allDayText:"Heeldag",moreLinkText:"Addisionele",noEventsText:"Daar is geen gebeurtenisse nie"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ar-dz.global.js b/public/js/fullcalendar/packages/core/locales/ar-dz.global.js new file mode 100644 index 0000000..9702ea1 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ar-dz.global.js | |||
@@ -0,0 +1,34 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ar-dz', | ||
11 | week: { | ||
12 | dow: 0, | ||
13 | doy: 4, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | direction: 'rtl', | ||
16 | buttonText: { | ||
17 | prev: 'السابق', | ||
18 | next: 'التالي', | ||
19 | today: 'اليوم', | ||
20 | year: 'سنة', | ||
21 | month: 'شهر', | ||
22 | week: 'أسبوع', | ||
23 | day: 'يوم', | ||
24 | list: 'أجندة', | ||
25 | }, | ||
26 | weekText: 'أسبوع', | ||
27 | allDayText: 'اليوم كله', | ||
28 | moreLinkText: 'أخرى', | ||
29 | noEventsText: 'أي أحداث لعرض', | ||
30 | }; | ||
31 | |||
32 | index_js.globalLocales.push(locale); | ||
33 | |||
34 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ar-dz.global.min.js b/public/js/fullcalendar/packages/core/locales/ar-dz.global.min.js new file mode 100644 index 0000000..560f65b --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ar-dz.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"ar-dz",week:{dow:0,doy:4},direction:"rtl",buttonText:{prev:"السابق",next:"التالي",today:"اليوم",year:"سنة",month:"شهر",week:"أسبوع",day:"يوم",list:"أجندة"},weekText:"أسبوع",allDayText:"اليوم كله",moreLinkText:"أخرى",noEventsText:"أي أحداث لعرض"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ar-kw.global.js b/public/js/fullcalendar/packages/core/locales/ar-kw.global.js new file mode 100644 index 0000000..bff8d23 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ar-kw.global.js | |||
@@ -0,0 +1,34 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ar-kw', | ||
11 | week: { | ||
12 | dow: 0, | ||
13 | doy: 12, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | direction: 'rtl', | ||
16 | buttonText: { | ||
17 | prev: 'السابق', | ||
18 | next: 'التالي', | ||
19 | today: 'اليوم', | ||
20 | year: 'سنة', | ||
21 | month: 'شهر', | ||
22 | week: 'أسبوع', | ||
23 | day: 'يوم', | ||
24 | list: 'أجندة', | ||
25 | }, | ||
26 | weekText: 'أسبوع', | ||
27 | allDayText: 'اليوم كله', | ||
28 | moreLinkText: 'أخرى', | ||
29 | noEventsText: 'أي أحداث لعرض', | ||
30 | }; | ||
31 | |||
32 | index_js.globalLocales.push(locale); | ||
33 | |||
34 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ar-kw.global.min.js b/public/js/fullcalendar/packages/core/locales/ar-kw.global.min.js new file mode 100644 index 0000000..7cba542 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ar-kw.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"ar-kw",week:{dow:0,doy:12},direction:"rtl",buttonText:{prev:"السابق",next:"التالي",today:"اليوم",year:"سنة",month:"شهر",week:"أسبوع",day:"يوم",list:"أجندة"},weekText:"أسبوع",allDayText:"اليوم كله",moreLinkText:"أخرى",noEventsText:"أي أحداث لعرض"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ar-ly.global.js b/public/js/fullcalendar/packages/core/locales/ar-ly.global.js new file mode 100644 index 0000000..5c09881 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ar-ly.global.js | |||
@@ -0,0 +1,34 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ar-ly', | ||
11 | week: { | ||
12 | dow: 6, | ||
13 | doy: 12, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | direction: 'rtl', | ||
16 | buttonText: { | ||
17 | prev: 'السابق', | ||
18 | next: 'التالي', | ||
19 | today: 'اليوم', | ||
20 | year: 'سنة', | ||
21 | month: 'شهر', | ||
22 | week: 'أسبوع', | ||
23 | day: 'يوم', | ||
24 | list: 'أجندة', | ||
25 | }, | ||
26 | weekText: 'أسبوع', | ||
27 | allDayText: 'اليوم كله', | ||
28 | moreLinkText: 'أخرى', | ||
29 | noEventsText: 'أي أحداث لعرض', | ||
30 | }; | ||
31 | |||
32 | index_js.globalLocales.push(locale); | ||
33 | |||
34 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ar-ly.global.min.js b/public/js/fullcalendar/packages/core/locales/ar-ly.global.min.js new file mode 100644 index 0000000..1919ece --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ar-ly.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"ar-ly",week:{dow:6,doy:12},direction:"rtl",buttonText:{prev:"السابق",next:"التالي",today:"اليوم",year:"سنة",month:"شهر",week:"أسبوع",day:"يوم",list:"أجندة"},weekText:"أسبوع",allDayText:"اليوم كله",moreLinkText:"أخرى",noEventsText:"أي أحداث لعرض"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ar-ma.global.js b/public/js/fullcalendar/packages/core/locales/ar-ma.global.js new file mode 100644 index 0000000..1a8432b --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ar-ma.global.js | |||
@@ -0,0 +1,34 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ar-ma', | ||
11 | week: { | ||
12 | dow: 6, | ||
13 | doy: 12, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | direction: 'rtl', | ||
16 | buttonText: { | ||
17 | prev: 'السابق', | ||
18 | next: 'التالي', | ||
19 | today: 'اليوم', | ||
20 | year: 'سنة', | ||
21 | month: 'شهر', | ||
22 | week: 'أسبوع', | ||
23 | day: 'يوم', | ||
24 | list: 'أجندة', | ||
25 | }, | ||
26 | weekText: 'أسبوع', | ||
27 | allDayText: 'اليوم كله', | ||
28 | moreLinkText: 'أخرى', | ||
29 | noEventsText: 'أي أحداث لعرض', | ||
30 | }; | ||
31 | |||
32 | index_js.globalLocales.push(locale); | ||
33 | |||
34 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ar-ma.global.min.js b/public/js/fullcalendar/packages/core/locales/ar-ma.global.min.js new file mode 100644 index 0000000..689cfd4 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ar-ma.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"ar-ma",week:{dow:6,doy:12},direction:"rtl",buttonText:{prev:"السابق",next:"التالي",today:"اليوم",year:"سنة",month:"شهر",week:"أسبوع",day:"يوم",list:"أجندة"},weekText:"أسبوع",allDayText:"اليوم كله",moreLinkText:"أخرى",noEventsText:"أي أحداث لعرض"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ar-sa.global.js b/public/js/fullcalendar/packages/core/locales/ar-sa.global.js new file mode 100644 index 0000000..7717edc --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ar-sa.global.js | |||
@@ -0,0 +1,34 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ar-sa', | ||
11 | week: { | ||
12 | dow: 0, | ||
13 | doy: 6, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | direction: 'rtl', | ||
16 | buttonText: { | ||
17 | prev: 'السابق', | ||
18 | next: 'التالي', | ||
19 | today: 'اليوم', | ||
20 | year: 'سنة', | ||
21 | month: 'شهر', | ||
22 | week: 'أسبوع', | ||
23 | day: 'يوم', | ||
24 | list: 'أجندة', | ||
25 | }, | ||
26 | weekText: 'أسبوع', | ||
27 | allDayText: 'اليوم كله', | ||
28 | moreLinkText: 'أخرى', | ||
29 | noEventsText: 'أي أحداث لعرض', | ||
30 | }; | ||
31 | |||
32 | index_js.globalLocales.push(locale); | ||
33 | |||
34 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ar-sa.global.min.js b/public/js/fullcalendar/packages/core/locales/ar-sa.global.min.js new file mode 100644 index 0000000..e383373 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ar-sa.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"ar-sa",week:{dow:0,doy:6},direction:"rtl",buttonText:{prev:"السابق",next:"التالي",today:"اليوم",year:"سنة",month:"شهر",week:"أسبوع",day:"يوم",list:"أجندة"},weekText:"أسبوع",allDayText:"اليوم كله",moreLinkText:"أخرى",noEventsText:"أي أحداث لعرض"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ar-tn.global.js b/public/js/fullcalendar/packages/core/locales/ar-tn.global.js new file mode 100644 index 0000000..5a82d3e --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ar-tn.global.js | |||
@@ -0,0 +1,34 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ar-tn', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | direction: 'rtl', | ||
16 | buttonText: { | ||
17 | prev: 'السابق', | ||
18 | next: 'التالي', | ||
19 | today: 'اليوم', | ||
20 | year: 'سنة', | ||
21 | month: 'شهر', | ||
22 | week: 'أسبوع', | ||
23 | day: 'يوم', | ||
24 | list: 'أجندة', | ||
25 | }, | ||
26 | weekText: 'أسبوع', | ||
27 | allDayText: 'اليوم كله', | ||
28 | moreLinkText: 'أخرى', | ||
29 | noEventsText: 'أي أحداث لعرض', | ||
30 | }; | ||
31 | |||
32 | index_js.globalLocales.push(locale); | ||
33 | |||
34 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ar-tn.global.min.js b/public/js/fullcalendar/packages/core/locales/ar-tn.global.min.js new file mode 100644 index 0000000..2e94ddd --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ar-tn.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"ar-tn",week:{dow:1,doy:4},direction:"rtl",buttonText:{prev:"السابق",next:"التالي",today:"اليوم",year:"سنة",month:"شهر",week:"أسبوع",day:"يوم",list:"أجندة"},weekText:"أسبوع",allDayText:"اليوم كله",moreLinkText:"أخرى",noEventsText:"أي أحداث لعرض"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ar.global.js b/public/js/fullcalendar/packages/core/locales/ar.global.js new file mode 100644 index 0000000..9eecbbd --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ar.global.js | |||
@@ -0,0 +1,34 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ar', | ||
11 | week: { | ||
12 | dow: 6, | ||
13 | doy: 12, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | direction: 'rtl', | ||
16 | buttonText: { | ||
17 | prev: 'السابق', | ||
18 | next: 'التالي', | ||
19 | today: 'اليوم', | ||
20 | year: 'سنة', | ||
21 | month: 'شهر', | ||
22 | week: 'أسبوع', | ||
23 | day: 'يوم', | ||
24 | list: 'أجندة', | ||
25 | }, | ||
26 | weekText: 'أسبوع', | ||
27 | allDayText: 'اليوم كله', | ||
28 | moreLinkText: 'أخرى', | ||
29 | noEventsText: 'أي أحداث لعرض', | ||
30 | }; | ||
31 | |||
32 | index_js.globalLocales.push(locale); | ||
33 | |||
34 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ar.global.min.js b/public/js/fullcalendar/packages/core/locales/ar.global.min.js new file mode 100644 index 0000000..bc89a1d --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ar.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"ar",week:{dow:6,doy:12},direction:"rtl",buttonText:{prev:"السابق",next:"التالي",today:"اليوم",year:"سنة",month:"شهر",week:"أسبوع",day:"يوم",list:"أجندة"},weekText:"أسبوع",allDayText:"اليوم كله",moreLinkText:"أخرى",noEventsText:"أي أحداث لعرض"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/az.global.js b/public/js/fullcalendar/packages/core/locales/az.global.js new file mode 100644 index 0000000..24ec228 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/az.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'az', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Əvvəl', | ||
17 | next: 'Sonra', | ||
18 | today: 'Bu Gün', | ||
19 | year: 'Il', | ||
20 | month: 'Ay', | ||
21 | week: 'Həftə', | ||
22 | day: 'Gün', | ||
23 | list: 'Gündəm', | ||
24 | }, | ||
25 | weekText: 'Həftə', | ||
26 | allDayText: 'Bütün Gün', | ||
27 | moreLinkText(n) { | ||
28 | return '+ daha çox ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Göstərmək üçün hadisə yoxdur', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/az.global.min.js b/public/js/fullcalendar/packages/core/locales/az.global.min.js new file mode 100644 index 0000000..c8e74b6 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/az.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"az",week:{dow:1,doy:4},buttonText:{prev:"Əvvəl",next:"Sonra",today:"Bu Gün",year:"Il",month:"Ay",week:"Həftə",day:"Gün",list:"Gündəm"},weekText:"Həftə",allDayText:"Bütün Gün",moreLinkText:e=>"+ daha çox "+e,noEventsText:"Göstərmək üçün hadisə yoxdur"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/bg.global.js b/public/js/fullcalendar/packages/core/locales/bg.global.js new file mode 100644 index 0000000..271e2b6 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/bg.global.js | |||
@@ -0,0 +1,34 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'bg', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'назад', | ||
17 | next: 'напред', | ||
18 | today: 'днес', | ||
19 | year: 'година', | ||
20 | month: 'Месец', | ||
21 | week: 'Седмица', | ||
22 | day: 'Ден', | ||
23 | list: 'График', | ||
24 | }, | ||
25 | allDayText: 'Цял ден', | ||
26 | moreLinkText(n) { | ||
27 | return '+още ' + n; | ||
28 | }, | ||
29 | noEventsText: 'Няма събития за показване', | ||
30 | }; | ||
31 | |||
32 | index_js.globalLocales.push(locale); | ||
33 | |||
34 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/bg.global.min.js b/public/js/fullcalendar/packages/core/locales/bg.global.min.js new file mode 100644 index 0000000..d7ebb07 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/bg.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"bg",week:{dow:1,doy:4},buttonText:{prev:"назад",next:"напред",today:"днес",year:"година",month:"Месец",week:"Седмица",day:"Ден",list:"График"},allDayText:"Цял ден",moreLinkText:e=>"+още "+e,noEventsText:"Няма събития за показване"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/bn.global.js b/public/js/fullcalendar/packages/core/locales/bn.global.js new file mode 100644 index 0000000..7037805 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/bn.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'bn', | ||
11 | week: { | ||
12 | dow: 0, | ||
13 | doy: 6, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'পেছনে', | ||
17 | next: 'সামনে', | ||
18 | today: 'আজ', | ||
19 | year: 'বছর', | ||
20 | month: 'মাস', | ||
21 | week: 'সপ্তাহ', | ||
22 | day: 'দিন', | ||
23 | list: 'তালিকা', | ||
24 | }, | ||
25 | weekText: 'সপ্তাহ', | ||
26 | allDayText: 'সারাদিন', | ||
27 | moreLinkText(n) { | ||
28 | return '+অন্যান্য ' + n; | ||
29 | }, | ||
30 | noEventsText: 'কোনো ইভেন্ট নেই', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/bn.global.min.js b/public/js/fullcalendar/packages/core/locales/bn.global.min.js new file mode 100644 index 0000000..c721f2e --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/bn.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"bn",week:{dow:0,doy:6},buttonText:{prev:"পেছনে",next:"সামনে",today:"আজ",year:"বছর",month:"মাস",week:"সপ্তাহ",day:"দিন",list:"তালিকা"},weekText:"সপ্তাহ",allDayText:"সারাদিন",moreLinkText:e=>"+অন্যান্য "+e,noEventsText:"কোনো ইভেন্ট নেই"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/bs.global.js b/public/js/fullcalendar/packages/core/locales/bs.global.js new file mode 100644 index 0000000..c9ffc51 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/bs.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'bs', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 7, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Prošli', | ||
17 | next: 'Sljedeći', | ||
18 | today: 'Danas', | ||
19 | year: 'Godina', | ||
20 | month: 'Mjesec', | ||
21 | week: 'Sedmica', | ||
22 | day: 'Dan', | ||
23 | list: 'Raspored', | ||
24 | }, | ||
25 | weekText: 'Sed', | ||
26 | allDayText: 'Cijeli dan', | ||
27 | moreLinkText(n) { | ||
28 | return '+ još ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Nema događaja za prikazivanje', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/bs.global.min.js b/public/js/fullcalendar/packages/core/locales/bs.global.min.js new file mode 100644 index 0000000..f42c951 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/bs.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var a={code:"bs",week:{dow:1,doy:7},buttonText:{prev:"Prošli",next:"Sljedeći",today:"Danas",year:"Godina",month:"Mjesec",week:"Sedmica",day:"Dan",list:"Raspored"},weekText:"Sed",allDayText:"Cijeli dan",moreLinkText:e=>"+ još "+e,noEventsText:"Nema događaja za prikazivanje"};FullCalendar.globalLocales.push(a)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ca.global.js b/public/js/fullcalendar/packages/core/locales/ca.global.js new file mode 100644 index 0000000..7d2391e --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ca.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ca', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Anterior', | ||
17 | next: 'Següent', | ||
18 | today: 'Avui', | ||
19 | year: 'Any', | ||
20 | month: 'Mes', | ||
21 | week: 'Setmana', | ||
22 | day: 'Dia', | ||
23 | list: 'Agenda', | ||
24 | }, | ||
25 | weekText: 'Set', | ||
26 | allDayText: 'Tot el dia', | ||
27 | moreLinkText: 'més', | ||
28 | noEventsText: 'No hi ha esdeveniments per mostrar', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ca.global.min.js b/public/js/fullcalendar/packages/core/locales/ca.global.min.js new file mode 100644 index 0000000..84932ef --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ca.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"ca",week:{dow:1,doy:4},buttonText:{prev:"Anterior",next:"Següent",today:"Avui",year:"Any",month:"Mes",week:"Setmana",day:"Dia",list:"Agenda"},weekText:"Set",allDayText:"Tot el dia",moreLinkText:"més",noEventsText:"No hi ha esdeveniments per mostrar"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/cs.global.js b/public/js/fullcalendar/packages/core/locales/cs.global.js new file mode 100644 index 0000000..367711e --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/cs.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'cs', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Dříve', | ||
17 | next: 'Později', | ||
18 | today: 'Nyní', | ||
19 | year: 'Rok', | ||
20 | month: 'Měsíc', | ||
21 | week: 'Týden', | ||
22 | day: 'Den', | ||
23 | list: 'Agenda', | ||
24 | }, | ||
25 | weekText: 'Týd', | ||
26 | allDayText: 'Celý den', | ||
27 | moreLinkText(n) { | ||
28 | return '+další: ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Žádné akce k zobrazení', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/cs.global.min.js b/public/js/fullcalendar/packages/core/locales/cs.global.min.js new file mode 100644 index 0000000..5df71bc --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/cs.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var n={code:"cs",week:{dow:1,doy:4},buttonText:{prev:"Dříve",next:"Později",today:"Nyní",year:"Rok",month:"Měsíc",week:"Týden",day:"Den",list:"Agenda"},weekText:"Týd",allDayText:"Celý den",moreLinkText:e=>"+další: "+e,noEventsText:"Žádné akce k zobrazení"};FullCalendar.globalLocales.push(n)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/cy.global.js b/public/js/fullcalendar/packages/core/locales/cy.global.js new file mode 100644 index 0000000..3ebb0e1 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/cy.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'cy', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Blaenorol', | ||
17 | next: 'Nesaf', | ||
18 | today: 'Heddiw', | ||
19 | year: 'Blwyddyn', | ||
20 | month: 'Mis', | ||
21 | week: 'Wythnos', | ||
22 | day: 'Dydd', | ||
23 | list: 'Rhestr', | ||
24 | }, | ||
25 | weekText: 'Wythnos', | ||
26 | allDayText: 'Trwy\'r dydd', | ||
27 | moreLinkText: 'Mwy', | ||
28 | noEventsText: 'Dim digwyddiadau', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/cy.global.min.js b/public/js/fullcalendar/packages/core/locales/cy.global.min.js new file mode 100644 index 0000000..75cea2a --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/cy.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"cy",week:{dow:1,doy:4},buttonText:{prev:"Blaenorol",next:"Nesaf",today:"Heddiw",year:"Blwyddyn",month:"Mis",week:"Wythnos",day:"Dydd",list:"Rhestr"},weekText:"Wythnos",allDayText:"Trwy'r dydd",moreLinkText:"Mwy",noEventsText:"Dim digwyddiadau"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/da.global.js b/public/js/fullcalendar/packages/core/locales/da.global.js new file mode 100644 index 0000000..d033e11 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/da.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'da', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Forrige', | ||
17 | next: 'Næste', | ||
18 | today: 'I dag', | ||
19 | year: 'År', | ||
20 | month: 'Måned', | ||
21 | week: 'Uge', | ||
22 | day: 'Dag', | ||
23 | list: 'Agenda', | ||
24 | }, | ||
25 | weekText: 'Uge', | ||
26 | allDayText: 'Hele dagen', | ||
27 | moreLinkText: 'flere', | ||
28 | noEventsText: 'Ingen arrangementer at vise', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/da.global.min.js b/public/js/fullcalendar/packages/core/locales/da.global.min.js new file mode 100644 index 0000000..28cd7cc --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/da.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"da",week:{dow:1,doy:4},buttonText:{prev:"Forrige",next:"Næste",today:"I dag",year:"År",month:"Måned",week:"Uge",day:"Dag",list:"Agenda"},weekText:"Uge",allDayText:"Hele dagen",moreLinkText:"flere",noEventsText:"Ingen arrangementer at vise"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/de-at.global.js b/public/js/fullcalendar/packages/core/locales/de-at.global.js new file mode 100644 index 0000000..c01eeab --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/de-at.global.js | |||
@@ -0,0 +1,69 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | function affix(buttonText) { | ||
10 | return (buttonText === 'Tag' || buttonText === 'Monat') ? 'r' : | ||
11 | buttonText === 'Jahr' ? 's' : ''; | ||
12 | } | ||
13 | var locale = { | ||
14 | code: 'de-at', | ||
15 | week: { | ||
16 | dow: 1, | ||
17 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
18 | }, | ||
19 | buttonText: { | ||
20 | prev: 'Zurück', | ||
21 | next: 'Vor', | ||
22 | today: 'Heute', | ||
23 | year: 'Jahr', | ||
24 | month: 'Monat', | ||
25 | week: 'Woche', | ||
26 | day: 'Tag', | ||
27 | list: 'Terminübersicht', | ||
28 | }, | ||
29 | weekText: 'KW', | ||
30 | weekTextLong: 'Woche', | ||
31 | allDayText: 'Ganztägig', | ||
32 | moreLinkText(n) { | ||
33 | return '+ weitere ' + n; | ||
34 | }, | ||
35 | noEventsText: 'Keine Ereignisse anzuzeigen', | ||
36 | buttonHints: { | ||
37 | prev(buttonText) { | ||
38 | return `Vorherige${affix(buttonText)} ${buttonText}`; | ||
39 | }, | ||
40 | next(buttonText) { | ||
41 | return `Nächste${affix(buttonText)} ${buttonText}`; | ||
42 | }, | ||
43 | today(buttonText) { | ||
44 | // → Heute, Diese Woche, Dieser Monat, Dieses Jahr | ||
45 | if (buttonText === 'Tag') { | ||
46 | return 'Heute'; | ||
47 | } | ||
48 | return `Diese${affix(buttonText)} ${buttonText}`; | ||
49 | }, | ||
50 | }, | ||
51 | viewHint(buttonText) { | ||
52 | // → Tagesansicht, Wochenansicht, Monatsansicht, Jahresansicht | ||
53 | const glue = buttonText === 'Woche' ? 'n' : buttonText === 'Monat' ? 's' : 'es'; | ||
54 | return buttonText + glue + 'ansicht'; | ||
55 | }, | ||
56 | navLinkHint: 'Gehe zu $0', | ||
57 | moreLinkHint(eventCnt) { | ||
58 | return 'Zeige ' + (eventCnt === 1 ? | ||
59 | 'ein weiteres Ereignis' : | ||
60 | eventCnt + ' weitere Ereignisse'); | ||
61 | }, | ||
62 | closeHint: 'Schließen', | ||
63 | timeHint: 'Uhrzeit', | ||
64 | eventHint: 'Ereignis', | ||
65 | }; | ||
66 | |||
67 | index_js.globalLocales.push(locale); | ||
68 | |||
69 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/de-at.global.min.js b/public/js/fullcalendar/packages/core/locales/de-at.global.min.js new file mode 100644 index 0000000..2bccce2 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/de-at.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";function t(e){return"Tag"===e||"Monat"===e?"r":"Jahr"===e?"s":""}var n={code:"de-at",week:{dow:1,doy:4},buttonText:{prev:"Zurück",next:"Vor",today:"Heute",year:"Jahr",month:"Monat",week:"Woche",day:"Tag",list:"Terminübersicht"},weekText:"KW",weekTextLong:"Woche",allDayText:"Ganztägig",moreLinkText:e=>"+ weitere "+e,noEventsText:"Keine Ereignisse anzuzeigen",buttonHints:{prev:e=>`Vorherige${t(e)} ${e}`,next:e=>`Nächste${t(e)} ${e}`,today:e=>"Tag"===e?"Heute":`Diese${t(e)} ${e}`},viewHint:e=>e+("Woche"===e?"n":"Monat"===e?"s":"es")+"ansicht",navLinkHint:"Gehe zu $0",moreLinkHint:e=>"Zeige "+(1===e?"ein weiteres Ereignis":e+" weitere Ereignisse"),closeHint:"Schließen",timeHint:"Uhrzeit",eventHint:"Ereignis"};FullCalendar.globalLocales.push(n)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/de.global.js b/public/js/fullcalendar/packages/core/locales/de.global.js new file mode 100644 index 0000000..2b45fde --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/de.global.js | |||
@@ -0,0 +1,69 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | function affix(buttonText) { | ||
10 | return (buttonText === 'Tag' || buttonText === 'Monat') ? 'r' : | ||
11 | buttonText === 'Jahr' ? 's' : ''; | ||
12 | } | ||
13 | var locale = { | ||
14 | code: 'de', | ||
15 | week: { | ||
16 | dow: 1, | ||
17 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
18 | }, | ||
19 | buttonText: { | ||
20 | prev: 'Zurück', | ||
21 | next: 'Vor', | ||
22 | today: 'Heute', | ||
23 | year: 'Jahr', | ||
24 | month: 'Monat', | ||
25 | week: 'Woche', | ||
26 | day: 'Tag', | ||
27 | list: 'Terminübersicht', | ||
28 | }, | ||
29 | weekText: 'KW', | ||
30 | weekTextLong: 'Woche', | ||
31 | allDayText: 'Ganztägig', | ||
32 | moreLinkText(n) { | ||
33 | return '+ weitere ' + n; | ||
34 | }, | ||
35 | noEventsText: 'Keine Ereignisse anzuzeigen', | ||
36 | buttonHints: { | ||
37 | prev(buttonText) { | ||
38 | return `Vorherige${affix(buttonText)} ${buttonText}`; | ||
39 | }, | ||
40 | next(buttonText) { | ||
41 | return `Nächste${affix(buttonText)} ${buttonText}`; | ||
42 | }, | ||
43 | today(buttonText) { | ||
44 | // → Heute, Diese Woche, Dieser Monat, Dieses Jahr | ||
45 | if (buttonText === 'Tag') { | ||
46 | return 'Heute'; | ||
47 | } | ||
48 | return `Diese${affix(buttonText)} ${buttonText}`; | ||
49 | }, | ||
50 | }, | ||
51 | viewHint(buttonText) { | ||
52 | // → Tagesansicht, Wochenansicht, Monatsansicht, Jahresansicht | ||
53 | const glue = buttonText === 'Woche' ? 'n' : buttonText === 'Monat' ? 's' : 'es'; | ||
54 | return buttonText + glue + 'ansicht'; | ||
55 | }, | ||
56 | navLinkHint: 'Gehe zu $0', | ||
57 | moreLinkHint(eventCnt) { | ||
58 | return 'Zeige ' + (eventCnt === 1 ? | ||
59 | 'ein weiteres Ereignis' : | ||
60 | eventCnt + ' weitere Ereignisse'); | ||
61 | }, | ||
62 | closeHint: 'Schließen', | ||
63 | timeHint: 'Uhrzeit', | ||
64 | eventHint: 'Ereignis', | ||
65 | }; | ||
66 | |||
67 | index_js.globalLocales.push(locale); | ||
68 | |||
69 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/de.global.min.js b/public/js/fullcalendar/packages/core/locales/de.global.min.js new file mode 100644 index 0000000..57008c9 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/de.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";function t(e){return"Tag"===e||"Monat"===e?"r":"Jahr"===e?"s":""}var n={code:"de",week:{dow:1,doy:4},buttonText:{prev:"Zurück",next:"Vor",today:"Heute",year:"Jahr",month:"Monat",week:"Woche",day:"Tag",list:"Terminübersicht"},weekText:"KW",weekTextLong:"Woche",allDayText:"Ganztägig",moreLinkText:e=>"+ weitere "+e,noEventsText:"Keine Ereignisse anzuzeigen",buttonHints:{prev:e=>`Vorherige${t(e)} ${e}`,next:e=>`Nächste${t(e)} ${e}`,today:e=>"Tag"===e?"Heute":`Diese${t(e)} ${e}`},viewHint:e=>e+("Woche"===e?"n":"Monat"===e?"s":"es")+"ansicht",navLinkHint:"Gehe zu $0",moreLinkHint:e=>"Zeige "+(1===e?"ein weiteres Ereignis":e+" weitere Ereignisse"),closeHint:"Schließen",timeHint:"Uhrzeit",eventHint:"Ereignis"};FullCalendar.globalLocales.push(n)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/el.global.js b/public/js/fullcalendar/packages/core/locales/el.global.js new file mode 100644 index 0000000..1907aa2 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/el.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'el', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Προηγούμενος', | ||
17 | next: 'Επόμενος', | ||
18 | today: 'Σήμερα', | ||
19 | year: 'Ετος', | ||
20 | month: 'Μήνας', | ||
21 | week: 'Εβδομάδα', | ||
22 | day: 'Ημέρα', | ||
23 | list: 'Ατζέντα', | ||
24 | }, | ||
25 | weekText: 'Εβδ', | ||
26 | allDayText: 'Ολοήμερο', | ||
27 | moreLinkText: 'περισσότερα', | ||
28 | noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/el.global.min.js b/public/js/fullcalendar/packages/core/locales/el.global.min.js new file mode 100644 index 0000000..7b99513 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/el.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"el",week:{dow:1,doy:4},buttonText:{prev:"Προηγούμενος",next:"Επόμενος",today:"Σήμερα",year:"Ετος",month:"Μήνας",week:"Εβδομάδα",day:"Ημέρα",list:"Ατζέντα"},weekText:"Εβδ",allDayText:"Ολοήμερο",moreLinkText:"περισσότερα",noEventsText:"Δεν υπάρχουν γεγονότα προς εμφάνιση"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/en-au.global.js b/public/js/fullcalendar/packages/core/locales/en-au.global.js new file mode 100644 index 0000000..3f4c00a --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/en-au.global.js | |||
@@ -0,0 +1,29 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'en-au', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonHints: { | ||
16 | prev: 'Previous $0', | ||
17 | next: 'Next $0', | ||
18 | today: 'This $0', | ||
19 | }, | ||
20 | viewHint: '$0 view', | ||
21 | navLinkHint: 'Go to $0', | ||
22 | moreLinkHint(eventCnt) { | ||
23 | return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`; | ||
24 | }, | ||
25 | }; | ||
26 | |||
27 | index_js.globalLocales.push(locale); | ||
28 | |||
29 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/en-au.global.min.js b/public/js/fullcalendar/packages/core/locales/en-au.global.min.js new file mode 100644 index 0000000..46ff188 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/en-au.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var n={code:"en-au",week:{dow:1,doy:4},buttonHints:{prev:"Previous $0",next:"Next $0",today:"This $0"},viewHint:"$0 view",navLinkHint:"Go to $0",moreLinkHint:e=>`Show ${e} more event${1===e?"":"s"}`};FullCalendar.globalLocales.push(n)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/en-gb.global.js b/public/js/fullcalendar/packages/core/locales/en-gb.global.js new file mode 100644 index 0000000..b824123 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/en-gb.global.js | |||
@@ -0,0 +1,29 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'en-gb', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonHints: { | ||
16 | prev: 'Previous $0', | ||
17 | next: 'Next $0', | ||
18 | today: 'This $0', | ||
19 | }, | ||
20 | viewHint: '$0 view', | ||
21 | navLinkHint: 'Go to $0', | ||
22 | moreLinkHint(eventCnt) { | ||
23 | return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`; | ||
24 | }, | ||
25 | }; | ||
26 | |||
27 | index_js.globalLocales.push(locale); | ||
28 | |||
29 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/en-gb.global.min.js b/public/js/fullcalendar/packages/core/locales/en-gb.global.min.js new file mode 100644 index 0000000..63f7dc2 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/en-gb.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var n={code:"en-gb",week:{dow:1,doy:4},buttonHints:{prev:"Previous $0",next:"Next $0",today:"This $0"},viewHint:"$0 view",navLinkHint:"Go to $0",moreLinkHint:e=>`Show ${e} more event${1===e?"":"s"}`};FullCalendar.globalLocales.push(n)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/en-nz.global.js b/public/js/fullcalendar/packages/core/locales/en-nz.global.js new file mode 100644 index 0000000..8ad907d --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/en-nz.global.js | |||
@@ -0,0 +1,29 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'en-nz', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonHints: { | ||
16 | prev: 'Previous $0', | ||
17 | next: 'Next $0', | ||
18 | today: 'This $0', | ||
19 | }, | ||
20 | viewHint: '$0 view', | ||
21 | navLinkHint: 'Go to $0', | ||
22 | moreLinkHint(eventCnt) { | ||
23 | return `Show ${eventCnt} more event${eventCnt === 1 ? '' : 's'}`; | ||
24 | }, | ||
25 | }; | ||
26 | |||
27 | index_js.globalLocales.push(locale); | ||
28 | |||
29 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/en-nz.global.min.js b/public/js/fullcalendar/packages/core/locales/en-nz.global.min.js new file mode 100644 index 0000000..ef59c0b --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/en-nz.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var n={code:"en-nz",week:{dow:1,doy:4},buttonHints:{prev:"Previous $0",next:"Next $0",today:"This $0"},viewHint:"$0 view",navLinkHint:"Go to $0",moreLinkHint:e=>`Show ${e} more event${1===e?"":"s"}`};FullCalendar.globalLocales.push(n)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/eo.global.js b/public/js/fullcalendar/packages/core/locales/eo.global.js new file mode 100644 index 0000000..64cbe55 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/eo.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'eo', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Antaŭa', | ||
17 | next: 'Sekva', | ||
18 | today: 'Hodiaŭ', | ||
19 | year: 'Jaro', | ||
20 | month: 'Monato', | ||
21 | week: 'Semajno', | ||
22 | day: 'Tago', | ||
23 | list: 'Tagordo', | ||
24 | }, | ||
25 | weekText: 'Sm', | ||
26 | allDayText: 'Tuta tago', | ||
27 | moreLinkText: 'pli', | ||
28 | noEventsText: 'Neniuj eventoj por montri', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/eo.global.min.js b/public/js/fullcalendar/packages/core/locales/eo.global.min.js new file mode 100644 index 0000000..fcca6a2 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/eo.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"eo",week:{dow:1,doy:4},buttonText:{prev:"Antaŭa",next:"Sekva",today:"Hodiaŭ",year:"Jaro",month:"Monato",week:"Semajno",day:"Tago",list:"Tagordo"},weekText:"Sm",allDayText:"Tuta tago",moreLinkText:"pli",noEventsText:"Neniuj eventoj por montri"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/es-us.global.js b/public/js/fullcalendar/packages/core/locales/es-us.global.js new file mode 100644 index 0000000..3760b56 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/es-us.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'es', | ||
11 | week: { | ||
12 | dow: 0, | ||
13 | doy: 6, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Ant', | ||
17 | next: 'Sig', | ||
18 | today: 'Hoy', | ||
19 | year: 'Año', | ||
20 | month: 'Mes', | ||
21 | week: 'Semana', | ||
22 | day: 'Día', | ||
23 | list: 'Agenda', | ||
24 | }, | ||
25 | weekText: 'Sm', | ||
26 | allDayText: 'Todo el día', | ||
27 | moreLinkText: 'más', | ||
28 | noEventsText: 'No hay eventos para mostrar', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/es-us.global.min.js b/public/js/fullcalendar/packages/core/locales/es-us.global.min.js new file mode 100644 index 0000000..6c95615 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/es-us.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"es",week:{dow:0,doy:6},buttonText:{prev:"Ant",next:"Sig",today:"Hoy",year:"Año",month:"Mes",week:"Semana",day:"Día",list:"Agenda"},weekText:"Sm",allDayText:"Todo el día",moreLinkText:"más",noEventsText:"No hay eventos para mostrar"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/es.global.js b/public/js/fullcalendar/packages/core/locales/es.global.js new file mode 100644 index 0000000..29e03f1 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/es.global.js | |||
@@ -0,0 +1,52 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'es', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Ant', | ||
17 | next: 'Sig', | ||
18 | today: 'Hoy', | ||
19 | year: 'Año', | ||
20 | month: 'Mes', | ||
21 | week: 'Semana', | ||
22 | day: 'Día', | ||
23 | list: 'Agenda', | ||
24 | }, | ||
25 | buttonHints: { | ||
26 | prev: '$0 antes', | ||
27 | next: '$0 siguiente', | ||
28 | today(buttonText) { | ||
29 | return (buttonText === 'Día') ? 'Hoy' : | ||
30 | ((buttonText === 'Semana') ? 'Esta' : 'Este') + ' ' + buttonText.toLocaleLowerCase(); | ||
31 | }, | ||
32 | }, | ||
33 | viewHint(buttonText) { | ||
34 | return 'Vista ' + (buttonText === 'Semana' ? 'de la' : 'del') + ' ' + buttonText.toLocaleLowerCase(); | ||
35 | }, | ||
36 | weekText: 'Sm', | ||
37 | weekTextLong: 'Semana', | ||
38 | allDayText: 'Todo el día', | ||
39 | moreLinkText: 'más', | ||
40 | moreLinkHint(eventCnt) { | ||
41 | return `Mostrar ${eventCnt} eventos más`; | ||
42 | }, | ||
43 | noEventsText: 'No hay eventos para mostrar', | ||
44 | navLinkHint: 'Ir al $0', | ||
45 | closeHint: 'Cerrar', | ||
46 | timeHint: 'La hora', | ||
47 | eventHint: 'Evento', | ||
48 | }; | ||
49 | |||
50 | index_js.globalLocales.push(locale); | ||
51 | |||
52 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/es.global.min.js b/public/js/fullcalendar/packages/core/locales/es.global.min.js new file mode 100644 index 0000000..d5f0b31 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/es.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"es",week:{dow:1,doy:4},buttonText:{prev:"Ant",next:"Sig",today:"Hoy",year:"Año",month:"Mes",week:"Semana",day:"Día",list:"Agenda"},buttonHints:{prev:"$0 antes",next:"$0 siguiente",today:e=>"Día"===e?"Hoy":("Semana"===e?"Esta":"Este")+" "+e.toLocaleLowerCase()},viewHint:e=>"Vista "+("Semana"===e?"de la":"del")+" "+e.toLocaleLowerCase(),weekText:"Sm",weekTextLong:"Semana",allDayText:"Todo el día",moreLinkText:"más",moreLinkHint:e=>`Mostrar ${e} eventos más`,noEventsText:"No hay eventos para mostrar",navLinkHint:"Ir al $0",closeHint:"Cerrar",timeHint:"La hora",eventHint:"Evento"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/et.global.js b/public/js/fullcalendar/packages/core/locales/et.global.js new file mode 100644 index 0000000..d964bf3 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/et.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'et', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Eelnev', | ||
17 | next: 'Järgnev', | ||
18 | today: 'Täna', | ||
19 | year: 'Aasta', | ||
20 | month: 'Kuu', | ||
21 | week: 'Nädal', | ||
22 | day: 'Päev', | ||
23 | list: 'Päevakord', | ||
24 | }, | ||
25 | weekText: 'näd', | ||
26 | allDayText: 'Kogu päev', | ||
27 | moreLinkText(n) { | ||
28 | return '+ veel ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Kuvamiseks puuduvad sündmused', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/et.global.min.js b/public/js/fullcalendar/packages/core/locales/et.global.min.js new file mode 100644 index 0000000..43ce9db --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/et.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var a={code:"et",week:{dow:1,doy:4},buttonText:{prev:"Eelnev",next:"Järgnev",today:"Täna",year:"Aasta",month:"Kuu",week:"Nädal",day:"Päev",list:"Päevakord"},weekText:"näd",allDayText:"Kogu päev",moreLinkText:e=>"+ veel "+e,noEventsText:"Kuvamiseks puuduvad sündmused"};FullCalendar.globalLocales.push(a)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/eu.global.js b/public/js/fullcalendar/packages/core/locales/eu.global.js new file mode 100644 index 0000000..5084791 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/eu.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'eu', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 7, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Aur', | ||
17 | next: 'Hur', | ||
18 | today: 'Gaur', | ||
19 | year: 'Urtea', | ||
20 | month: 'Hilabetea', | ||
21 | week: 'Astea', | ||
22 | day: 'Eguna', | ||
23 | list: 'Agenda', | ||
24 | }, | ||
25 | weekText: 'As', | ||
26 | allDayText: 'Egun osoa', | ||
27 | moreLinkText: 'gehiago', | ||
28 | noEventsText: 'Ez dago ekitaldirik erakusteko', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/eu.global.min.js b/public/js/fullcalendar/packages/core/locales/eu.global.min.js new file mode 100644 index 0000000..b3bcd30 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/eu.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"eu",week:{dow:1,doy:7},buttonText:{prev:"Aur",next:"Hur",today:"Gaur",year:"Urtea",month:"Hilabetea",week:"Astea",day:"Eguna",list:"Agenda"},weekText:"As",allDayText:"Egun osoa",moreLinkText:"gehiago",noEventsText:"Ez dago ekitaldirik erakusteko"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/fa.global.js b/public/js/fullcalendar/packages/core/locales/fa.global.js new file mode 100644 index 0000000..ca54ee3 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/fa.global.js | |||
@@ -0,0 +1,36 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'fa', | ||
11 | week: { | ||
12 | dow: 6, | ||
13 | doy: 12, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | direction: 'rtl', | ||
16 | buttonText: { | ||
17 | prev: 'قبلی', | ||
18 | next: 'بعدی', | ||
19 | today: 'امروز', | ||
20 | year: 'سال', | ||
21 | month: 'ماه', | ||
22 | week: 'هفته', | ||
23 | day: 'روز', | ||
24 | list: 'برنامه', | ||
25 | }, | ||
26 | weekText: 'هف', | ||
27 | allDayText: 'تمام روز', | ||
28 | moreLinkText(n) { | ||
29 | return 'بیش از ' + n; | ||
30 | }, | ||
31 | noEventsText: 'هیچ رویدادی به نمایش', | ||
32 | }; | ||
33 | |||
34 | index_js.globalLocales.push(locale); | ||
35 | |||
36 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/fa.global.min.js b/public/js/fullcalendar/packages/core/locales/fa.global.min.js new file mode 100644 index 0000000..b3d6019 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/fa.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"fa",week:{dow:6,doy:12},direction:"rtl",buttonText:{prev:"قبلی",next:"بعدی",today:"امروز",year:"سال",month:"ماه",week:"هفته",day:"روز",list:"برنامه"},weekText:"هف",allDayText:"تمام روز",moreLinkText:e=>"بیش از "+e,noEventsText:"هیچ رویدادی به نمایش"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/fi.global.js b/public/js/fullcalendar/packages/core/locales/fi.global.js new file mode 100644 index 0000000..fae57ac --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/fi.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'fi', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Edellinen', | ||
17 | next: 'Seuraava', | ||
18 | today: 'Tänään', | ||
19 | year: 'Vuosi', | ||
20 | month: 'Kuukausi', | ||
21 | week: 'Viikko', | ||
22 | day: 'Päivä', | ||
23 | list: 'Tapahtumat', | ||
24 | }, | ||
25 | weekText: 'Vk', | ||
26 | allDayText: 'Koko päivä', | ||
27 | moreLinkText: 'lisää', | ||
28 | noEventsText: 'Ei näytettäviä tapahtumia', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/fi.global.min.js b/public/js/fullcalendar/packages/core/locales/fi.global.min.js new file mode 100644 index 0000000..2b0bacc --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/fi.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"fi",week:{dow:1,doy:4},buttonText:{prev:"Edellinen",next:"Seuraava",today:"Tänään",year:"Vuosi",month:"Kuukausi",week:"Viikko",day:"Päivä",list:"Tapahtumat"},weekText:"Vk",allDayText:"Koko päivä",moreLinkText:"lisää",noEventsText:"Ei näytettäviä tapahtumia"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/fr-ca.global.js b/public/js/fullcalendar/packages/core/locales/fr-ca.global.js new file mode 100644 index 0000000..92f4bc4 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/fr-ca.global.js | |||
@@ -0,0 +1,29 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'fr', | ||
11 | buttonText: { | ||
12 | prev: 'Précédent', | ||
13 | next: 'Suivant', | ||
14 | today: 'Aujourd\'hui', | ||
15 | year: 'Année', | ||
16 | month: 'Mois', | ||
17 | week: 'Semaine', | ||
18 | day: 'Jour', | ||
19 | list: 'Mon planning', | ||
20 | }, | ||
21 | weekText: 'Sem.', | ||
22 | allDayText: 'Toute la journée', | ||
23 | moreLinkText: 'en plus', | ||
24 | noEventsText: 'Aucun évènement à afficher', | ||
25 | }; | ||
26 | |||
27 | index_js.globalLocales.push(locale); | ||
28 | |||
29 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/fr-ca.global.min.js b/public/js/fullcalendar/packages/core/locales/fr-ca.global.min.js new file mode 100644 index 0000000..339ce95 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/fr-ca.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"fr",buttonText:{prev:"Précédent",next:"Suivant",today:"Aujourd'hui",year:"Année",month:"Mois",week:"Semaine",day:"Jour",list:"Mon planning"},weekText:"Sem.",allDayText:"Toute la journée",moreLinkText:"en plus",noEventsText:"Aucun évènement à afficher"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/fr-ch.global.js b/public/js/fullcalendar/packages/core/locales/fr-ch.global.js new file mode 100644 index 0000000..b5986b9 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/fr-ch.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'fr-ch', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Précédent', | ||
17 | next: 'Suivant', | ||
18 | today: 'Courant', | ||
19 | year: 'Année', | ||
20 | month: 'Mois', | ||
21 | week: 'Semaine', | ||
22 | day: 'Jour', | ||
23 | list: 'Mon planning', | ||
24 | }, | ||
25 | weekText: 'Sm', | ||
26 | allDayText: 'Toute la journée', | ||
27 | moreLinkText: 'en plus', | ||
28 | noEventsText: 'Aucun évènement à afficher', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/fr-ch.global.min.js b/public/js/fullcalendar/packages/core/locales/fr-ch.global.min.js new file mode 100644 index 0000000..de265b6 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/fr-ch.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"fr-ch",week:{dow:1,doy:4},buttonText:{prev:"Précédent",next:"Suivant",today:"Courant",year:"Année",month:"Mois",week:"Semaine",day:"Jour",list:"Mon planning"},weekText:"Sm",allDayText:"Toute la journée",moreLinkText:"en plus",noEventsText:"Aucun évènement à afficher"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/fr.global.js b/public/js/fullcalendar/packages/core/locales/fr.global.js new file mode 100644 index 0000000..0f6a712 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/fr.global.js | |||
@@ -0,0 +1,34 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'fr', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Précédent', | ||
17 | next: 'Suivant', | ||
18 | today: 'Aujourd\'hui', | ||
19 | year: 'Année', | ||
20 | month: 'Mois', | ||
21 | week: 'Semaine', | ||
22 | day: 'Jour', | ||
23 | list: 'Planning', | ||
24 | }, | ||
25 | weekText: 'Sem.', | ||
26 | weekTextLong: 'Semaine', | ||
27 | allDayText: 'Toute la journée', | ||
28 | moreLinkText: 'en plus', | ||
29 | noEventsText: 'Aucun évènement à afficher', | ||
30 | }; | ||
31 | |||
32 | index_js.globalLocales.push(locale); | ||
33 | |||
34 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/fr.global.min.js b/public/js/fullcalendar/packages/core/locales/fr.global.min.js new file mode 100644 index 0000000..7f0886c --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/fr.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"fr",week:{dow:1,doy:4},buttonText:{prev:"Précédent",next:"Suivant",today:"Aujourd'hui",year:"Année",month:"Mois",week:"Semaine",day:"Jour",list:"Planning"},weekText:"Sem.",weekTextLong:"Semaine",allDayText:"Toute la journée",moreLinkText:"en plus",noEventsText:"Aucun évènement à afficher"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/gl.global.js b/public/js/fullcalendar/packages/core/locales/gl.global.js new file mode 100644 index 0000000..cc297f4 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/gl.global.js | |||
@@ -0,0 +1,52 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'gl', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Ant', | ||
17 | next: 'Seg', | ||
18 | today: 'Hoxe', | ||
19 | year: 'Ano', | ||
20 | month: 'Mes', | ||
21 | week: 'Semana', | ||
22 | day: 'Día', | ||
23 | list: 'Axenda', | ||
24 | }, | ||
25 | buttonHints: { | ||
26 | prev: '$0 antes', | ||
27 | next: '$0 seguinte', | ||
28 | today(buttonText) { | ||
29 | return (buttonText === 'Día') ? 'Hoxe' : | ||
30 | ((buttonText === 'Semana') ? 'Esta' : 'Este') + ' ' + buttonText.toLocaleLowerCase(); | ||
31 | }, | ||
32 | }, | ||
33 | viewHint(buttonText) { | ||
34 | return 'Vista ' + (buttonText === 'Semana' ? 'da' : 'do') + ' ' + buttonText.toLocaleLowerCase(); | ||
35 | }, | ||
36 | weekText: 'Sm', | ||
37 | weekTextLong: 'Semana', | ||
38 | allDayText: 'Todo o día', | ||
39 | moreLinkText: 'máis', | ||
40 | moreLinkHint(eventCnt) { | ||
41 | return `Amosar ${eventCnt} eventos máis`; | ||
42 | }, | ||
43 | noEventsText: 'Non hai eventos para amosar', | ||
44 | navLinkHint: 'Ir ao $0', | ||
45 | closeHint: 'Pechar', | ||
46 | timeHint: 'A hora', | ||
47 | eventHint: 'Evento', | ||
48 | }; | ||
49 | |||
50 | index_js.globalLocales.push(locale); | ||
51 | |||
52 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/gl.global.min.js b/public/js/fullcalendar/packages/core/locales/gl.global.min.js new file mode 100644 index 0000000..0464163 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/gl.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var a={code:"gl",week:{dow:1,doy:4},buttonText:{prev:"Ant",next:"Seg",today:"Hoxe",year:"Ano",month:"Mes",week:"Semana",day:"Día",list:"Axenda"},buttonHints:{prev:"$0 antes",next:"$0 seguinte",today:e=>"Día"===e?"Hoxe":("Semana"===e?"Esta":"Este")+" "+e.toLocaleLowerCase()},viewHint:e=>"Vista "+("Semana"===e?"da":"do")+" "+e.toLocaleLowerCase(),weekText:"Sm",weekTextLong:"Semana",allDayText:"Todo o día",moreLinkText:"máis",moreLinkHint:e=>`Amosar ${e} eventos máis`,noEventsText:"Non hai eventos para amosar",navLinkHint:"Ir ao $0",closeHint:"Pechar",timeHint:"A hora",eventHint:"Evento"};FullCalendar.globalLocales.push(a)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/he.global.js b/public/js/fullcalendar/packages/core/locales/he.global.js new file mode 100644 index 0000000..a48d134 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/he.global.js | |||
@@ -0,0 +1,30 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'he', | ||
11 | direction: 'rtl', | ||
12 | buttonText: { | ||
13 | prev: 'הקודם', | ||
14 | next: 'הבא', | ||
15 | today: 'היום', | ||
16 | year: 'שנה', | ||
17 | month: 'חודש', | ||
18 | week: 'שבוע', | ||
19 | day: 'יום', | ||
20 | list: 'סדר יום', | ||
21 | }, | ||
22 | allDayText: 'כל היום', | ||
23 | moreLinkText: 'נוספים', | ||
24 | noEventsText: 'אין אירועים להצגה', | ||
25 | weekText: 'שבוע', | ||
26 | }; | ||
27 | |||
28 | index_js.globalLocales.push(locale); | ||
29 | |||
30 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/he.global.min.js b/public/js/fullcalendar/packages/core/locales/he.global.min.js new file mode 100644 index 0000000..459495b --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/he.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"he",direction:"rtl",buttonText:{prev:"הקודם",next:"הבא",today:"היום",year:"שנה",month:"חודש",week:"שבוע",day:"יום",list:"סדר יום"},allDayText:"כל היום",moreLinkText:"נוספים",noEventsText:"אין אירועים להצגה",weekText:"שבוע"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/hi.global.js b/public/js/fullcalendar/packages/core/locales/hi.global.js new file mode 100644 index 0000000..190515d --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/hi.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'hi', | ||
11 | week: { | ||
12 | dow: 0, | ||
13 | doy: 6, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'पिछला', | ||
17 | next: 'अगला', | ||
18 | today: 'आज', | ||
19 | year: 'वर्ष', | ||
20 | month: 'महीना', | ||
21 | week: 'सप्ताह', | ||
22 | day: 'दिन', | ||
23 | list: 'कार्यसूची', | ||
24 | }, | ||
25 | weekText: 'हफ्ता', | ||
26 | allDayText: 'सभी दिन', | ||
27 | moreLinkText(n) { | ||
28 | return '+अधिक ' + n; | ||
29 | }, | ||
30 | noEventsText: 'कोई घटनाओं को प्रदर्शित करने के लिए', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/hi.global.min.js b/public/js/fullcalendar/packages/core/locales/hi.global.min.js new file mode 100644 index 0000000..cc115b0 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/hi.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"hi",week:{dow:0,doy:6},buttonText:{prev:"पिछला",next:"अगला",today:"आज",year:"वर्ष",month:"महीना",week:"सप्ताह",day:"दिन",list:"कार्यसूची"},weekText:"हफ्ता",allDayText:"सभी दिन",moreLinkText:e=>"+अधिक "+e,noEventsText:"कोई घटनाओं को प्रदर्शित करने के लिए"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/hr.global.js b/public/js/fullcalendar/packages/core/locales/hr.global.js new file mode 100644 index 0000000..4423c16 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/hr.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'hr', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 7, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Prijašnji', | ||
17 | next: 'Sljedeći', | ||
18 | today: 'Danas', | ||
19 | year: 'Godina', | ||
20 | month: 'Mjesec', | ||
21 | week: 'Tjedan', | ||
22 | day: 'Dan', | ||
23 | list: 'Raspored', | ||
24 | }, | ||
25 | weekText: 'Tje', | ||
26 | allDayText: 'Cijeli dan', | ||
27 | moreLinkText(n) { | ||
28 | return '+ još ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Nema događaja za prikaz', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/hr.global.min.js b/public/js/fullcalendar/packages/core/locales/hr.global.min.js new file mode 100644 index 0000000..05e1388 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/hr.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var a={code:"hr",week:{dow:1,doy:7},buttonText:{prev:"Prijašnji",next:"Sljedeći",today:"Danas",year:"Godina",month:"Mjesec",week:"Tjedan",day:"Dan",list:"Raspored"},weekText:"Tje",allDayText:"Cijeli dan",moreLinkText:e=>"+ još "+e,noEventsText:"Nema događaja za prikaz"};FullCalendar.globalLocales.push(a)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/hu.global.js b/public/js/fullcalendar/packages/core/locales/hu.global.js new file mode 100644 index 0000000..89d48e6 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/hu.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'hu', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'vissza', | ||
17 | next: 'előre', | ||
18 | today: 'ma', | ||
19 | year: 'Év', | ||
20 | month: 'Hónap', | ||
21 | week: 'Hét', | ||
22 | day: 'Nap', | ||
23 | list: 'Lista', | ||
24 | }, | ||
25 | weekText: 'Hét', | ||
26 | allDayText: 'Egész nap', | ||
27 | moreLinkText: 'további', | ||
28 | noEventsText: 'Nincs megjeleníthető esemény', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/hu.global.min.js b/public/js/fullcalendar/packages/core/locales/hu.global.min.js new file mode 100644 index 0000000..d769d24 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/hu.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"hu",week:{dow:1,doy:4},buttonText:{prev:"vissza",next:"előre",today:"ma",year:"Év",month:"Hónap",week:"Hét",day:"Nap",list:"Lista"},weekText:"Hét",allDayText:"Egész nap",moreLinkText:"további",noEventsText:"Nincs megjeleníthető esemény"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/hy-am.global.js b/public/js/fullcalendar/packages/core/locales/hy-am.global.js new file mode 100644 index 0000000..528fef8 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/hy-am.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'hy-am', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Նախորդ', | ||
17 | next: 'Հաջորդ', | ||
18 | today: 'Այսօր', | ||
19 | year: 'Տարի', | ||
20 | month: 'Ամիս', | ||
21 | week: 'Շաբաթ', | ||
22 | day: 'Օր', | ||
23 | list: 'Օրվա ցուցակ', | ||
24 | }, | ||
25 | weekText: 'Շաբ', | ||
26 | allDayText: 'Ամբողջ օր', | ||
27 | moreLinkText(n) { | ||
28 | return '+ ևս ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Բացակայում է իրադարձությունը ցուցադրելու', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/hy-am.global.min.js b/public/js/fullcalendar/packages/core/locales/hy-am.global.min.js new file mode 100644 index 0000000..3a3e4dc --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/hy-am.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"hy-am",week:{dow:1,doy:4},buttonText:{prev:"Նախորդ",next:"Հաջորդ",today:"Այսօր",year:"Տարի",month:"Ամիս",week:"Շաբաթ",day:"Օր",list:"Օրվա ցուցակ"},weekText:"Շաբ",allDayText:"Ամբողջ օր",moreLinkText:e=>"+ ևս "+e,noEventsText:"Բացակայում է իրադարձությունը ցուցադրելու"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/id.global.js b/public/js/fullcalendar/packages/core/locales/id.global.js new file mode 100644 index 0000000..5371826 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/id.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'id', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 7, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'mundur', | ||
17 | next: 'maju', | ||
18 | today: 'hari ini', | ||
19 | year: 'Tahun', | ||
20 | month: 'Bulan', | ||
21 | week: 'Minggu', | ||
22 | day: 'Hari', | ||
23 | list: 'Agenda', | ||
24 | }, | ||
25 | weekText: 'Mg', | ||
26 | allDayText: 'Sehari penuh', | ||
27 | moreLinkText: 'lebih', | ||
28 | noEventsText: 'Tidak ada acara untuk ditampilkan', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/id.global.min.js b/public/js/fullcalendar/packages/core/locales/id.global.min.js new file mode 100644 index 0000000..db80508 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/id.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(a){"use strict";FullCalendar.globalLocales.push({code:"id",week:{dow:1,doy:7},buttonText:{prev:"mundur",next:"maju",today:"hari ini",year:"Tahun",month:"Bulan",week:"Minggu",day:"Hari",list:"Agenda"},weekText:"Mg",allDayText:"Sehari penuh",moreLinkText:"lebih",noEventsText:"Tidak ada acara untuk ditampilkan"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/is.global.js b/public/js/fullcalendar/packages/core/locales/is.global.js new file mode 100644 index 0000000..94387ff --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/is.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'is', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Fyrri', | ||
17 | next: 'Næsti', | ||
18 | today: 'Í dag', | ||
19 | year: 'Ár', | ||
20 | month: 'Mánuður', | ||
21 | week: 'Vika', | ||
22 | day: 'Dagur', | ||
23 | list: 'Dagskrá', | ||
24 | }, | ||
25 | weekText: 'Vika', | ||
26 | allDayText: 'Allan daginn', | ||
27 | moreLinkText: 'meira', | ||
28 | noEventsText: 'Engir viðburðir til að sýna', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/is.global.min.js b/public/js/fullcalendar/packages/core/locales/is.global.min.js new file mode 100644 index 0000000..b9e0b5d --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/is.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"is",week:{dow:1,doy:4},buttonText:{prev:"Fyrri",next:"Næsti",today:"Í dag",year:"Ár",month:"Mánuður",week:"Vika",day:"Dagur",list:"Dagskrá"},weekText:"Vika",allDayText:"Allan daginn",moreLinkText:"meira",noEventsText:"Engir viðburðir til að sýna"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/it.global.js b/public/js/fullcalendar/packages/core/locales/it.global.js new file mode 100644 index 0000000..aead14e --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/it.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'it', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Prec', | ||
17 | next: 'Succ', | ||
18 | today: 'Oggi', | ||
19 | year: 'Anno', | ||
20 | month: 'Mese', | ||
21 | week: 'Settimana', | ||
22 | day: 'Giorno', | ||
23 | list: 'Agenda', | ||
24 | }, | ||
25 | weekText: 'Sm', | ||
26 | allDayText: 'Tutto il giorno', | ||
27 | moreLinkText(n) { | ||
28 | return '+altri ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Non ci sono eventi da visualizzare', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/it.global.min.js b/public/js/fullcalendar/packages/core/locales/it.global.min.js new file mode 100644 index 0000000..c5e4f8a --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/it.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"it",week:{dow:1,doy:4},buttonText:{prev:"Prec",next:"Succ",today:"Oggi",year:"Anno",month:"Mese",week:"Settimana",day:"Giorno",list:"Agenda"},weekText:"Sm",allDayText:"Tutto il giorno",moreLinkText:e=>"+altri "+e,noEventsText:"Non ci sono eventi da visualizzare"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ja.global.js b/public/js/fullcalendar/packages/core/locales/ja.global.js new file mode 100644 index 0000000..9e2e7a6 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ja.global.js | |||
@@ -0,0 +1,31 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ja', | ||
11 | buttonText: { | ||
12 | prev: '前', | ||
13 | next: '次', | ||
14 | today: '今日', | ||
15 | year: '年', | ||
16 | month: '月', | ||
17 | week: '週', | ||
18 | day: '日', | ||
19 | list: '予定リスト', | ||
20 | }, | ||
21 | weekText: '週', | ||
22 | allDayText: '終日', | ||
23 | moreLinkText(n) { | ||
24 | return '他 ' + n + ' 件'; | ||
25 | }, | ||
26 | noEventsText: '表示する予定はありません', | ||
27 | }; | ||
28 | |||
29 | index_js.globalLocales.push(locale); | ||
30 | |||
31 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ja.global.min.js b/public/js/fullcalendar/packages/core/locales/ja.global.min.js new file mode 100644 index 0000000..b03bc39 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ja.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"ja",buttonText:{prev:"前",next:"次",today:"今日",year:"年",month:"月",week:"週",day:"日",list:"予定リスト"},weekText:"週",allDayText:"終日",moreLinkText:e=>"他 "+e+" 件",noEventsText:"表示する予定はありません"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ka.global.js b/public/js/fullcalendar/packages/core/locales/ka.global.js new file mode 100644 index 0000000..ee54efb --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ka.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ka', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 7, | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'წინა', | ||
17 | next: 'შემდეგი', | ||
18 | today: 'დღეს', | ||
19 | year: 'წელიწადი', | ||
20 | month: 'თვე', | ||
21 | week: 'კვირა', | ||
22 | day: 'დღე', | ||
23 | list: 'დღის წესრიგი', | ||
24 | }, | ||
25 | weekText: 'კვ', | ||
26 | allDayText: 'მთელი დღე', | ||
27 | moreLinkText(n) { | ||
28 | return '+ კიდევ ' + n; | ||
29 | }, | ||
30 | noEventsText: 'ღონისძიებები არ არის', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ka.global.min.js b/public/js/fullcalendar/packages/core/locales/ka.global.min.js new file mode 100644 index 0000000..01e3e82 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ka.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"ka",week:{dow:1,doy:7},buttonText:{prev:"წინა",next:"შემდეგი",today:"დღეს",year:"წელიწადი",month:"თვე",week:"კვირა",day:"დღე",list:"დღის წესრიგი"},weekText:"კვ",allDayText:"მთელი დღე",moreLinkText:e=>"+ კიდევ "+e,noEventsText:"ღონისძიებები არ არის"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/kk.global.js b/public/js/fullcalendar/packages/core/locales/kk.global.js new file mode 100644 index 0000000..da17bf7 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/kk.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'kk', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 7, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Алдыңғы', | ||
17 | next: 'Келесі', | ||
18 | today: 'Бүгін', | ||
19 | year: 'Жыл', | ||
20 | month: 'Ай', | ||
21 | week: 'Апта', | ||
22 | day: 'Күн', | ||
23 | list: 'Күн тәртібі', | ||
24 | }, | ||
25 | weekText: 'Не', | ||
26 | allDayText: 'Күні бойы', | ||
27 | moreLinkText(n) { | ||
28 | return '+ тағы ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Көрсету үшін оқиғалар жоқ', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/kk.global.min.js b/public/js/fullcalendar/packages/core/locales/kk.global.min.js new file mode 100644 index 0000000..bdb4cad --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/kk.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"kk",week:{dow:1,doy:7},buttonText:{prev:"Алдыңғы",next:"Келесі",today:"Бүгін",year:"Жыл",month:"Ай",week:"Апта",day:"Күн",list:"Күн тәртібі"},weekText:"Не",allDayText:"Күні бойы",moreLinkText:e=>"+ тағы "+e,noEventsText:"Көрсету үшін оқиғалар жоқ"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/km.global.js b/public/js/fullcalendar/packages/core/locales/km.global.js new file mode 100644 index 0000000..6aea51d --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/km.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'km', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'មុន', | ||
17 | next: 'បន្ទាប់', | ||
18 | today: 'ថ្ងៃនេះ', | ||
19 | year: 'ឆ្នាំ', | ||
20 | month: 'ខែ', | ||
21 | week: 'សប្តាហ៍', | ||
22 | day: 'ថ្ងៃ', | ||
23 | list: 'បញ្ជី', | ||
24 | }, | ||
25 | weekText: 'សប្តាហ៍', | ||
26 | allDayText: 'ពេញមួយថ្ងៃ', | ||
27 | moreLinkText: 'ច្រើនទៀត', | ||
28 | noEventsText: 'គ្មានព្រឹត្តិការណ៍ត្រូវបង្ហាញ', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/km.global.min.js b/public/js/fullcalendar/packages/core/locales/km.global.min.js new file mode 100644 index 0000000..72bbd9d --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/km.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"km",week:{dow:1,doy:4},buttonText:{prev:"មុន",next:"បន្ទាប់",today:"ថ្ងៃនេះ",year:"ឆ្នាំ",month:"ខែ",week:"សប្តាហ៍",day:"ថ្ងៃ",list:"បញ្ជី"},weekText:"សប្តាហ៍",allDayText:"ពេញមួយថ្ងៃ",moreLinkText:"ច្រើនទៀត",noEventsText:"គ្មានព្រឹត្តិការណ៍ត្រូវបង្ហាញ"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ko.global.js b/public/js/fullcalendar/packages/core/locales/ko.global.js new file mode 100644 index 0000000..2879070 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ko.global.js | |||
@@ -0,0 +1,29 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ko', | ||
11 | buttonText: { | ||
12 | prev: '이전달', | ||
13 | next: '다음달', | ||
14 | today: '오늘', | ||
15 | year: '년도', | ||
16 | month: '월', | ||
17 | week: '주', | ||
18 | day: '일', | ||
19 | list: '일정목록', | ||
20 | }, | ||
21 | weekText: '주', | ||
22 | allDayText: '종일', | ||
23 | moreLinkText: '개', | ||
24 | noEventsText: '일정이 없습니다', | ||
25 | }; | ||
26 | |||
27 | index_js.globalLocales.push(locale); | ||
28 | |||
29 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ko.global.min.js b/public/js/fullcalendar/packages/core/locales/ko.global.min.js new file mode 100644 index 0000000..295e5fe --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ko.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"ko",buttonText:{prev:"이전달",next:"다음달",today:"오늘",year:"년도",month:"월",week:"주",day:"일",list:"일정목록"},weekText:"주",allDayText:"종일",moreLinkText:"개",noEventsText:"일정이 없습니다"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ku.global.js b/public/js/fullcalendar/packages/core/locales/ku.global.js new file mode 100644 index 0000000..69bcd62 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ku.global.js | |||
@@ -0,0 +1,34 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ku', | ||
11 | week: { | ||
12 | dow: 6, | ||
13 | doy: 12, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | direction: 'rtl', | ||
16 | buttonText: { | ||
17 | prev: 'پێشتر', | ||
18 | next: 'دواتر', | ||
19 | today: 'ئەمڕو', | ||
20 | year: 'ساڵ', | ||
21 | month: 'مانگ', | ||
22 | week: 'هەفتە', | ||
23 | day: 'ڕۆژ', | ||
24 | list: 'بەرنامە', | ||
25 | }, | ||
26 | weekText: 'هەفتە', | ||
27 | allDayText: 'هەموو ڕۆژەکە', | ||
28 | moreLinkText: 'زیاتر', | ||
29 | noEventsText: 'هیچ ڕووداوێك نیە', | ||
30 | }; | ||
31 | |||
32 | index_js.globalLocales.push(locale); | ||
33 | |||
34 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ku.global.min.js b/public/js/fullcalendar/packages/core/locales/ku.global.min.js new file mode 100644 index 0000000..2437d34 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ku.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"ku",week:{dow:6,doy:12},direction:"rtl",buttonText:{prev:"پێشتر",next:"دواتر",today:"ئەمڕو",year:"ساڵ",month:"مانگ",week:"هەفتە",day:"ڕۆژ",list:"بەرنامە"},weekText:"هەفتە",allDayText:"هەموو ڕۆژەکە",moreLinkText:"زیاتر",noEventsText:"هیچ ڕووداوێك نیە"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/lb.global.js b/public/js/fullcalendar/packages/core/locales/lb.global.js new file mode 100644 index 0000000..6df58ae --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/lb.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'lb', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Zréck', | ||
17 | next: 'Weider', | ||
18 | today: 'Haut', | ||
19 | year: 'Joer', | ||
20 | month: 'Mount', | ||
21 | week: 'Woch', | ||
22 | day: 'Dag', | ||
23 | list: 'Terminiwwersiicht', | ||
24 | }, | ||
25 | weekText: 'W', | ||
26 | allDayText: 'Ganzen Dag', | ||
27 | moreLinkText: 'méi', | ||
28 | noEventsText: 'Nee Evenementer ze affichéieren', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/lb.global.min.js b/public/js/fullcalendar/packages/core/locales/lb.global.min.js new file mode 100644 index 0000000..7c9d383 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/lb.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"lb",week:{dow:1,doy:4},buttonText:{prev:"Zréck",next:"Weider",today:"Haut",year:"Joer",month:"Mount",week:"Woch",day:"Dag",list:"Terminiwwersiicht"},weekText:"W",allDayText:"Ganzen Dag",moreLinkText:"méi",noEventsText:"Nee Evenementer ze affichéieren"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/lt.global.js b/public/js/fullcalendar/packages/core/locales/lt.global.js new file mode 100644 index 0000000..c91c0ef --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/lt.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'lt', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Atgal', | ||
17 | next: 'Pirmyn', | ||
18 | today: 'Šiandien', | ||
19 | year: 'Metai', | ||
20 | month: 'Mėnuo', | ||
21 | week: 'Savaitė', | ||
22 | day: 'Diena', | ||
23 | list: 'Darbotvarkė', | ||
24 | }, | ||
25 | weekText: 'SAV', | ||
26 | allDayText: 'Visą dieną', | ||
27 | moreLinkText: 'daugiau', | ||
28 | noEventsText: 'Nėra įvykių rodyti', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/lt.global.min.js b/public/js/fullcalendar/packages/core/locales/lt.global.min.js new file mode 100644 index 0000000..6f77a76 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/lt.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"lt",week:{dow:1,doy:4},buttonText:{prev:"Atgal",next:"Pirmyn",today:"Šiandien",year:"Metai",month:"Mėnuo",week:"Savaitė",day:"Diena",list:"Darbotvarkė"},weekText:"SAV",allDayText:"Visą dieną",moreLinkText:"daugiau",noEventsText:"Nėra įvykių rodyti"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/lv.global.js b/public/js/fullcalendar/packages/core/locales/lv.global.js new file mode 100644 index 0000000..4ec201a --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/lv.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'lv', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Iepr.', | ||
17 | next: 'Nāk.', | ||
18 | today: 'Šodien', | ||
19 | year: 'Gads', | ||
20 | month: 'Mēnesis', | ||
21 | week: 'Nedēļa', | ||
22 | day: 'Diena', | ||
23 | list: 'Dienas kārtība', | ||
24 | }, | ||
25 | weekText: 'Ned.', | ||
26 | allDayText: 'Visu dienu', | ||
27 | moreLinkText(n) { | ||
28 | return '+vēl ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Nav notikumu', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/lv.global.min.js b/public/js/fullcalendar/packages/core/locales/lv.global.min.js new file mode 100644 index 0000000..3b93150 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/lv.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"lv",week:{dow:1,doy:4},buttonText:{prev:"Iepr.",next:"Nāk.",today:"Šodien",year:"Gads",month:"Mēnesis",week:"Nedēļa",day:"Diena",list:"Dienas kārtība"},weekText:"Ned.",allDayText:"Visu dienu",moreLinkText:e=>"+vēl "+e,noEventsText:"Nav notikumu"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/mk.global.js b/public/js/fullcalendar/packages/core/locales/mk.global.js new file mode 100644 index 0000000..1422017 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/mk.global.js | |||
@@ -0,0 +1,31 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'mk', | ||
11 | buttonText: { | ||
12 | prev: 'претходно', | ||
13 | next: 'следно', | ||
14 | today: 'Денес', | ||
15 | year: 'година', | ||
16 | month: 'Месец', | ||
17 | week: 'Недела', | ||
18 | day: 'Ден', | ||
19 | list: 'График', | ||
20 | }, | ||
21 | weekText: 'Сед', | ||
22 | allDayText: 'Цел ден', | ||
23 | moreLinkText(n) { | ||
24 | return '+повеќе ' + n; | ||
25 | }, | ||
26 | noEventsText: 'Нема настани за прикажување', | ||
27 | }; | ||
28 | |||
29 | index_js.globalLocales.push(locale); | ||
30 | |||
31 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/mk.global.min.js b/public/js/fullcalendar/packages/core/locales/mk.global.min.js new file mode 100644 index 0000000..5d4c3f9 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/mk.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"mk",buttonText:{prev:"претходно",next:"следно",today:"Денес",year:"година",month:"Месец",week:"Недела",day:"Ден",list:"График"},weekText:"Сед",allDayText:"Цел ден",moreLinkText:e=>"+повеќе "+e,noEventsText:"Нема настани за прикажување"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ms.global.js b/public/js/fullcalendar/packages/core/locales/ms.global.js new file mode 100644 index 0000000..9d9f5fd --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ms.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ms', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 7, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Sebelum', | ||
17 | next: 'Selepas', | ||
18 | today: 'hari ini', | ||
19 | year: 'Tahun', | ||
20 | month: 'Bulan', | ||
21 | week: 'Minggu', | ||
22 | day: 'Hari', | ||
23 | list: 'Agenda', | ||
24 | }, | ||
25 | weekText: 'Mg', | ||
26 | allDayText: 'Sepanjang hari', | ||
27 | moreLinkText(n) { | ||
28 | return 'masih ada ' + n + ' acara'; | ||
29 | }, | ||
30 | noEventsText: 'Tiada peristiwa untuk dipaparkan', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ms.global.min.js b/public/js/fullcalendar/packages/core/locales/ms.global.min.js new file mode 100644 index 0000000..06644cf --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ms.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(a){"use strict";var e={code:"ms",week:{dow:1,doy:7},buttonText:{prev:"Sebelum",next:"Selepas",today:"hari ini",year:"Tahun",month:"Bulan",week:"Minggu",day:"Hari",list:"Agenda"},weekText:"Mg",allDayText:"Sepanjang hari",moreLinkText:a=>"masih ada "+a+" acara",noEventsText:"Tiada peristiwa untuk dipaparkan"};FullCalendar.globalLocales.push(e)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/nb.global.js b/public/js/fullcalendar/packages/core/locales/nb.global.js new file mode 100644 index 0000000..9283d70 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/nb.global.js | |||
@@ -0,0 +1,44 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'nb', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Forrige', | ||
17 | next: 'Neste', | ||
18 | today: 'I dag', | ||
19 | year: 'År', | ||
20 | month: 'Måned', | ||
21 | week: 'Uke', | ||
22 | day: 'Dag', | ||
23 | list: 'Agenda', | ||
24 | }, | ||
25 | weekText: 'Uke', | ||
26 | weekTextLong: 'Uke', | ||
27 | allDayText: 'Hele dagen', | ||
28 | moreLinkText: 'til', | ||
29 | noEventsText: 'Ingen hendelser å vise', | ||
30 | buttonHints: { | ||
31 | prev: 'Forrige $0', | ||
32 | next: 'Neste $0', | ||
33 | today: 'Nåværende $0', | ||
34 | }, | ||
35 | viewHint: '$0 visning', | ||
36 | navLinkHint: 'Gå til $0', | ||
37 | moreLinkHint(eventCnt) { | ||
38 | return `Vis ${eventCnt} flere hendelse${eventCnt === 1 ? '' : 'r'}`; | ||
39 | }, | ||
40 | }; | ||
41 | |||
42 | index_js.globalLocales.push(locale); | ||
43 | |||
44 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/nb.global.min.js b/public/js/fullcalendar/packages/core/locales/nb.global.min.js new file mode 100644 index 0000000..449f281 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/nb.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var n={code:"nb",week:{dow:1,doy:4},buttonText:{prev:"Forrige",next:"Neste",today:"I dag",year:"År",month:"Måned",week:"Uke",day:"Dag",list:"Agenda"},weekText:"Uke",weekTextLong:"Uke",allDayText:"Hele dagen",moreLinkText:"til",noEventsText:"Ingen hendelser å vise",buttonHints:{prev:"Forrige $0",next:"Neste $0",today:"Nåværende $0"},viewHint:"$0 visning",navLinkHint:"Gå til $0",moreLinkHint:e=>`Vis ${e} flere hendelse${1===e?"":"r"}`};FullCalendar.globalLocales.push(n)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ne.global.js b/public/js/fullcalendar/packages/core/locales/ne.global.js new file mode 100644 index 0000000..93a07a2 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ne.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ne', | ||
11 | week: { | ||
12 | dow: 7, | ||
13 | doy: 1, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'अघिल्लो', | ||
17 | next: 'अर्को', | ||
18 | today: 'आज', | ||
19 | year: 'वर्ष', | ||
20 | month: 'महिना', | ||
21 | week: 'हप्ता', | ||
22 | day: 'दिन', | ||
23 | list: 'सूची', | ||
24 | }, | ||
25 | weekText: 'हप्ता', | ||
26 | allDayText: 'दिनभरि', | ||
27 | moreLinkText: 'थप लिंक', | ||
28 | noEventsText: 'देखाउनको लागि कुनै घटनाहरू छैनन्', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ne.global.min.js b/public/js/fullcalendar/packages/core/locales/ne.global.min.js new file mode 100644 index 0000000..a87c609 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ne.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"ne",week:{dow:7,doy:1},buttonText:{prev:"अघिल्लो",next:"अर्को",today:"आज",year:"वर्ष",month:"महिना",week:"हप्ता",day:"दिन",list:"सूची"},weekText:"हप्ता",allDayText:"दिनभरि",moreLinkText:"थप लिंक",noEventsText:"देखाउनको लागि कुनै घटनाहरू छैनन्"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/nl.global.js b/public/js/fullcalendar/packages/core/locales/nl.global.js new file mode 100644 index 0000000..9bfa4a1 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/nl.global.js | |||
@@ -0,0 +1,32 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'nl', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Vorige', | ||
17 | next: 'Volgende', | ||
18 | today: 'Vandaag', | ||
19 | year: 'Jaar', | ||
20 | month: 'Maand', | ||
21 | week: 'Week', | ||
22 | day: 'Dag', | ||
23 | list: 'Lijst', | ||
24 | }, | ||
25 | allDayText: 'Hele dag', | ||
26 | moreLinkText: 'extra', | ||
27 | noEventsText: 'Geen evenementen om te laten zien', | ||
28 | }; | ||
29 | |||
30 | index_js.globalLocales.push(locale); | ||
31 | |||
32 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/nl.global.min.js b/public/js/fullcalendar/packages/core/locales/nl.global.min.js new file mode 100644 index 0000000..157b489 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/nl.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"nl",week:{dow:1,doy:4},buttonText:{prev:"Vorige",next:"Volgende",today:"Vandaag",year:"Jaar",month:"Maand",week:"Week",day:"Dag",list:"Lijst"},allDayText:"Hele dag",moreLinkText:"extra",noEventsText:"Geen evenementen om te laten zien"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/nn.global.js b/public/js/fullcalendar/packages/core/locales/nn.global.js new file mode 100644 index 0000000..685c02c --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/nn.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'nn', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Førre', | ||
17 | next: 'Neste', | ||
18 | today: 'I dag', | ||
19 | year: 'År', | ||
20 | month: 'Månad', | ||
21 | week: 'Veke', | ||
22 | day: 'Dag', | ||
23 | list: 'Agenda', | ||
24 | }, | ||
25 | weekText: 'Veke', | ||
26 | allDayText: 'Heile dagen', | ||
27 | moreLinkText: 'til', | ||
28 | noEventsText: 'Ingen hendelser å vise', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/nn.global.min.js b/public/js/fullcalendar/packages/core/locales/nn.global.min.js new file mode 100644 index 0000000..a48d4a5 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/nn.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"nn",week:{dow:1,doy:4},buttonText:{prev:"Førre",next:"Neste",today:"I dag",year:"År",month:"Månad",week:"Veke",day:"Dag",list:"Agenda"},weekText:"Veke",allDayText:"Heile dagen",moreLinkText:"til",noEventsText:"Ingen hendelser å vise"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/pl.global.js b/public/js/fullcalendar/packages/core/locales/pl.global.js new file mode 100644 index 0000000..5456866 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/pl.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'pl', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Poprzedni', | ||
17 | next: 'Następny', | ||
18 | today: 'Dziś', | ||
19 | year: 'Rok', | ||
20 | month: 'Miesiąc', | ||
21 | week: 'Tydzień', | ||
22 | day: 'Dzień', | ||
23 | list: 'Plan dnia', | ||
24 | }, | ||
25 | weekText: 'Tydz', | ||
26 | allDayText: 'Cały dzień', | ||
27 | moreLinkText: 'więcej', | ||
28 | noEventsText: 'Brak wydarzeń do wyświetlenia', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/pl.global.min.js b/public/js/fullcalendar/packages/core/locales/pl.global.min.js new file mode 100644 index 0000000..cc5f1cc --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/pl.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"pl",week:{dow:1,doy:4},buttonText:{prev:"Poprzedni",next:"Następny",today:"Dziś",year:"Rok",month:"Miesiąc",week:"Tydzień",day:"Dzień",list:"Plan dnia"},weekText:"Tydz",allDayText:"Cały dzień",moreLinkText:"więcej",noEventsText:"Brak wydarzeń do wyświetlenia"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/pt-br.global.js b/public/js/fullcalendar/packages/core/locales/pt-br.global.js new file mode 100644 index 0000000..99b1633 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/pt-br.global.js | |||
@@ -0,0 +1,52 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'pt-br', | ||
11 | buttonText: { | ||
12 | prev: 'Anterior', | ||
13 | next: 'Próximo', | ||
14 | prevYear: 'Ano anterior', | ||
15 | nextYear: 'Próximo ano', | ||
16 | year: 'Ano', | ||
17 | today: 'Hoje', | ||
18 | month: 'Mês', | ||
19 | week: 'Semana', | ||
20 | day: 'Dia', | ||
21 | list: 'Lista', | ||
22 | }, | ||
23 | buttonHints: { | ||
24 | prev: '$0 Anterior', | ||
25 | next: 'Próximo $0', | ||
26 | today(buttonText) { | ||
27 | return (buttonText === 'Dia') ? 'Hoje' : | ||
28 | ((buttonText === 'Semana') ? 'Esta' : 'Este') + ' ' + buttonText.toLocaleLowerCase(); | ||
29 | }, | ||
30 | }, | ||
31 | viewHint(buttonText) { | ||
32 | return 'Visualizar ' + (buttonText === 'Semana' ? 'a' : 'o') + ' ' + buttonText.toLocaleLowerCase(); | ||
33 | }, | ||
34 | weekText: 'Sm', | ||
35 | weekTextLong: 'Semana', | ||
36 | allDayText: 'dia inteiro', | ||
37 | moreLinkText(n) { | ||
38 | return 'mais +' + n; | ||
39 | }, | ||
40 | moreLinkHint(eventCnt) { | ||
41 | return `Mostrar mais ${eventCnt} eventos`; | ||
42 | }, | ||
43 | noEventsText: 'Não há eventos para mostrar', | ||
44 | navLinkHint: 'Ir para $0', | ||
45 | closeHint: 'Fechar', | ||
46 | timeHint: 'A hora', | ||
47 | eventHint: 'Evento', | ||
48 | }; | ||
49 | |||
50 | index_js.globalLocales.push(locale); | ||
51 | |||
52 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/pt-br.global.min.js b/public/js/fullcalendar/packages/core/locales/pt-br.global.min.js new file mode 100644 index 0000000..f2f63be --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/pt-br.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var a={code:"pt-br",buttonText:{prev:"Anterior",next:"Próximo",prevYear:"Ano anterior",nextYear:"Próximo ano",year:"Ano",today:"Hoje",month:"Mês",week:"Semana",day:"Dia",list:"Lista"},buttonHints:{prev:"$0 Anterior",next:"Próximo $0",today:e=>"Dia"===e?"Hoje":("Semana"===e?"Esta":"Este")+" "+e.toLocaleLowerCase()},viewHint:e=>"Visualizar "+("Semana"===e?"a":"o")+" "+e.toLocaleLowerCase(),weekText:"Sm",weekTextLong:"Semana",allDayText:"dia inteiro",moreLinkText:e=>"mais +"+e,moreLinkHint:e=>`Mostrar mais ${e} eventos`,noEventsText:"Não há eventos para mostrar",navLinkHint:"Ir para $0",closeHint:"Fechar",timeHint:"A hora",eventHint:"Evento"};FullCalendar.globalLocales.push(a)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/pt.global.js b/public/js/fullcalendar/packages/core/locales/pt.global.js new file mode 100644 index 0000000..35b07ed --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/pt.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'pt', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Anterior', | ||
17 | next: 'Seguinte', | ||
18 | today: 'Hoje', | ||
19 | year: 'Ano', | ||
20 | month: 'Mês', | ||
21 | week: 'Semana', | ||
22 | day: 'Dia', | ||
23 | list: 'Agenda', | ||
24 | }, | ||
25 | weekText: 'Sem', | ||
26 | allDayText: 'Todo o dia', | ||
27 | moreLinkText: 'mais', | ||
28 | noEventsText: 'Não há eventos para mostrar', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/pt.global.min.js b/public/js/fullcalendar/packages/core/locales/pt.global.min.js new file mode 100644 index 0000000..159ec8e --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/pt.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"pt",week:{dow:1,doy:4},buttonText:{prev:"Anterior",next:"Seguinte",today:"Hoje",year:"Ano",month:"Mês",week:"Semana",day:"Dia",list:"Agenda"},weekText:"Sem",allDayText:"Todo o dia",moreLinkText:"mais",noEventsText:"Não há eventos para mostrar"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ro.global.js b/public/js/fullcalendar/packages/core/locales/ro.global.js new file mode 100644 index 0000000..cb9123f --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ro.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ro', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 7, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'precedentă', | ||
17 | next: 'următoare', | ||
18 | today: 'Azi', | ||
19 | year: 'An', | ||
20 | month: 'Lună', | ||
21 | week: 'Săptămână', | ||
22 | day: 'Zi', | ||
23 | list: 'Agendă', | ||
24 | }, | ||
25 | weekText: 'Săpt', | ||
26 | allDayText: 'Toată ziua', | ||
27 | moreLinkText(n) { | ||
28 | return '+alte ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Nu există evenimente de afișat', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ro.global.min.js b/public/js/fullcalendar/packages/core/locales/ro.global.min.js new file mode 100644 index 0000000..1b72c31 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ro.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"ro",week:{dow:1,doy:7},buttonText:{prev:"precedentă",next:"următoare",today:"Azi",year:"An",month:"Lună",week:"Săptămână",day:"Zi",list:"Agendă"},weekText:"Săpt",allDayText:"Toată ziua",moreLinkText:e=>"+alte "+e,noEventsText:"Nu există evenimente de afișat"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ru.global.js b/public/js/fullcalendar/packages/core/locales/ru.global.js new file mode 100644 index 0000000..da6022a --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ru.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ru', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Пред', | ||
17 | next: 'След', | ||
18 | today: 'Сегодня', | ||
19 | year: 'Год', | ||
20 | month: 'Месяц', | ||
21 | week: 'Неделя', | ||
22 | day: 'День', | ||
23 | list: 'Повестка дня', | ||
24 | }, | ||
25 | weekText: 'Нед', | ||
26 | allDayText: 'Весь день', | ||
27 | moreLinkText(n) { | ||
28 | return '+ ещё ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Нет событий для отображения', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ru.global.min.js b/public/js/fullcalendar/packages/core/locales/ru.global.min.js new file mode 100644 index 0000000..21bbddc --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ru.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"ru",week:{dow:1,doy:4},buttonText:{prev:"Пред",next:"След",today:"Сегодня",year:"Год",month:"Месяц",week:"Неделя",day:"День",list:"Повестка дня"},weekText:"Нед",allDayText:"Весь день",moreLinkText:e=>"+ ещё "+e,noEventsText:"Нет событий для отображения"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/si-lk.global.js b/public/js/fullcalendar/packages/core/locales/si-lk.global.js new file mode 100644 index 0000000..c6a9b50 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/si-lk.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'si-lk', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'පෙර', | ||
17 | next: 'පසු', | ||
18 | today: 'අද', | ||
19 | year: 'අවුරුදු', | ||
20 | month: 'මාසය', | ||
21 | week: 'සතිය', | ||
22 | day: 'දවස', | ||
23 | list: 'ලැයිස්තුව', | ||
24 | }, | ||
25 | weekText: 'සති', | ||
26 | allDayText: 'සියලු', | ||
27 | moreLinkText: 'තවත්', | ||
28 | noEventsText: 'මුකුත් නැත', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/si-lk.global.min.js b/public/js/fullcalendar/packages/core/locales/si-lk.global.min.js new file mode 100644 index 0000000..110fd41 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/si-lk.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"si-lk",week:{dow:1,doy:4},buttonText:{prev:"පෙර",next:"පසු",today:"අද",year:"අවුරුදු",month:"මාසය",week:"සතිය",day:"දවස",list:"ලැයිස්තුව"},weekText:"සති",allDayText:"සියලු",moreLinkText:"තවත්",noEventsText:"මුකුත් නැත"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/sk.global.js b/public/js/fullcalendar/packages/core/locales/sk.global.js new file mode 100644 index 0000000..06995b9 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/sk.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'sk', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Predchádzajúci', | ||
17 | next: 'Nasledujúci', | ||
18 | today: 'Dnes', | ||
19 | year: 'Rok', | ||
20 | month: 'Mesiac', | ||
21 | week: 'Týždeň', | ||
22 | day: 'Deň', | ||
23 | list: 'Rozvrh', | ||
24 | }, | ||
25 | weekText: 'Ty', | ||
26 | allDayText: 'Celý deň', | ||
27 | moreLinkText(n) { | ||
28 | return '+ďalšie: ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Žiadne akcie na zobrazenie', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/sk.global.min.js b/public/js/fullcalendar/packages/core/locales/sk.global.min.js new file mode 100644 index 0000000..dc2f029 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/sk.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var a={code:"sk",week:{dow:1,doy:4},buttonText:{prev:"Predchádzajúci",next:"Nasledujúci",today:"Dnes",year:"Rok",month:"Mesiac",week:"Týždeň",day:"Deň",list:"Rozvrh"},weekText:"Ty",allDayText:"Celý deň",moreLinkText:e=>"+ďalšie: "+e,noEventsText:"Žiadne akcie na zobrazenie"};FullCalendar.globalLocales.push(a)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/sl.global.js b/public/js/fullcalendar/packages/core/locales/sl.global.js new file mode 100644 index 0000000..9f72659 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/sl.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'sl', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 7, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Prejšnji', | ||
17 | next: 'Naslednji', | ||
18 | today: 'Trenutni', | ||
19 | year: 'Leto', | ||
20 | month: 'Mesec', | ||
21 | week: 'Teden', | ||
22 | day: 'Dan', | ||
23 | list: 'Dnevni red', | ||
24 | }, | ||
25 | weekText: 'Teden', | ||
26 | allDayText: 'Ves dan', | ||
27 | moreLinkText: 'več', | ||
28 | noEventsText: 'Ni dogodkov za prikaz', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/sl.global.min.js b/public/js/fullcalendar/packages/core/locales/sl.global.min.js new file mode 100644 index 0000000..f2b4d36 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/sl.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"sl",week:{dow:1,doy:7},buttonText:{prev:"Prejšnji",next:"Naslednji",today:"Trenutni",year:"Leto",month:"Mesec",week:"Teden",day:"Dan",list:"Dnevni red"},weekText:"Teden",allDayText:"Ves dan",moreLinkText:"več",noEventsText:"Ni dogodkov za prikaz"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/sm.global.js b/public/js/fullcalendar/packages/core/locales/sm.global.js new file mode 100644 index 0000000..052e182 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/sm.global.js | |||
@@ -0,0 +1,29 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'sm', | ||
11 | buttonText: { | ||
12 | prev: 'Talu ai', | ||
13 | next: 'Mulimuli atu', | ||
14 | today: 'Aso nei', | ||
15 | year: 'Tausaga', | ||
16 | month: 'Masina', | ||
17 | week: 'Vaiaso', | ||
18 | day: 'Aso', | ||
19 | list: 'Faasologa', | ||
20 | }, | ||
21 | weekText: 'Vaiaso', | ||
22 | allDayText: 'Aso atoa', | ||
23 | moreLinkText: 'sili atu', | ||
24 | noEventsText: 'Leai ni mea na tutupu', | ||
25 | }; | ||
26 | |||
27 | index_js.globalLocales.push(locale); | ||
28 | |||
29 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/sm.global.min.js b/public/js/fullcalendar/packages/core/locales/sm.global.min.js new file mode 100644 index 0000000..6945eba --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/sm.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(a){"use strict";FullCalendar.globalLocales.push({code:"sm",buttonText:{prev:"Talu ai",next:"Mulimuli atu",today:"Aso nei",year:"Tausaga",month:"Masina",week:"Vaiaso",day:"Aso",list:"Faasologa"},weekText:"Vaiaso",allDayText:"Aso atoa",moreLinkText:"sili atu",noEventsText:"Leai ni mea na tutupu"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/sq.global.js b/public/js/fullcalendar/packages/core/locales/sq.global.js new file mode 100644 index 0000000..c4f4fb6 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/sq.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'sq', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'mbrapa', | ||
17 | next: 'Përpara', | ||
18 | today: 'Sot', | ||
19 | year: 'Viti', | ||
20 | month: 'Muaj', | ||
21 | week: 'Javë', | ||
22 | day: 'Ditë', | ||
23 | list: 'Listë', | ||
24 | }, | ||
25 | weekText: 'Ja', | ||
26 | allDayText: 'Gjithë ditën', | ||
27 | moreLinkText(n) { | ||
28 | return '+më tepër ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Nuk ka evente për të shfaqur', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/sq.global.min.js b/public/js/fullcalendar/packages/core/locales/sq.global.min.js new file mode 100644 index 0000000..8e61a8a --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/sq.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"sq",week:{dow:1,doy:4},buttonText:{prev:"mbrapa",next:"Përpara",today:"Sot",year:"Viti",month:"Muaj",week:"Javë",day:"Ditë",list:"Listë"},weekText:"Ja",allDayText:"Gjithë ditën",moreLinkText:e=>"+më tepër "+e,noEventsText:"Nuk ka evente për të shfaqur"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/sr-cyrl.global.js b/public/js/fullcalendar/packages/core/locales/sr-cyrl.global.js new file mode 100644 index 0000000..a31a7c5 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/sr-cyrl.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'sr-cyrl', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 7, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Претходна', | ||
17 | next: 'следећи', | ||
18 | today: 'Данас', | ||
19 | year: 'Година', | ||
20 | month: 'Месец', | ||
21 | week: 'Недеља', | ||
22 | day: 'Дан', | ||
23 | list: 'Планер', | ||
24 | }, | ||
25 | weekText: 'Сед', | ||
26 | allDayText: 'Цео дан', | ||
27 | moreLinkText(n) { | ||
28 | return '+ још ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Нема догађаја за приказ', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/sr-cyrl.global.min.js b/public/js/fullcalendar/packages/core/locales/sr-cyrl.global.min.js new file mode 100644 index 0000000..3f93d6e --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/sr-cyrl.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"sr-cyrl",week:{dow:1,doy:7},buttonText:{prev:"Претходна",next:"следећи",today:"Данас",year:"Година",month:"Месец",week:"Недеља",day:"Дан",list:"Планер"},weekText:"Сед",allDayText:"Цео дан",moreLinkText:e=>"+ још "+e,noEventsText:"Нема догађаја за приказ"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/sr.global.js b/public/js/fullcalendar/packages/core/locales/sr.global.js new file mode 100644 index 0000000..626d059 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/sr.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'sr', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 7, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Prethodna', | ||
17 | next: 'Sledeći', | ||
18 | today: 'Danas', | ||
19 | year: 'Godina', | ||
20 | month: 'Mеsеc', | ||
21 | week: 'Nеdеlja', | ||
22 | day: 'Dan', | ||
23 | list: 'Planеr', | ||
24 | }, | ||
25 | weekText: 'Sed', | ||
26 | allDayText: 'Cеo dan', | ||
27 | moreLinkText(n) { | ||
28 | return '+ još ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Nеma događaja za prikaz', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/sr.global.min.js b/public/js/fullcalendar/packages/core/locales/sr.global.min.js new file mode 100644 index 0000000..338bb2e --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/sr.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(a){"use strict";var e={code:"sr",week:{dow:1,doy:7},buttonText:{prev:"Prethodna",next:"Sledeći",today:"Danas",year:"Godina",month:"Mеsеc",week:"Nеdеlja",day:"Dan",list:"Planеr"},weekText:"Sed",allDayText:"Cеo dan",moreLinkText:a=>"+ još "+a,noEventsText:"Nеma događaja za prikaz"};FullCalendar.globalLocales.push(e)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/sv.global.js b/public/js/fullcalendar/packages/core/locales/sv.global.js new file mode 100644 index 0000000..2c5c4e4 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/sv.global.js | |||
@@ -0,0 +1,53 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'sv', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Förra', | ||
17 | next: 'Nästa', | ||
18 | today: 'Idag', | ||
19 | year: 'År', | ||
20 | month: 'Månad', | ||
21 | week: 'Vecka', | ||
22 | day: 'Dag', | ||
23 | list: 'Program', | ||
24 | }, | ||
25 | buttonHints: { | ||
26 | prev(buttonText) { | ||
27 | return `Föregående ${buttonText.toLocaleLowerCase()}`; | ||
28 | }, | ||
29 | next(buttonText) { | ||
30 | return `Nästa ${buttonText.toLocaleLowerCase()}`; | ||
31 | }, | ||
32 | today(buttonText) { | ||
33 | return (buttonText === 'Program' ? 'Detta' : 'Denna') + ' ' + buttonText.toLocaleLowerCase(); | ||
34 | }, | ||
35 | }, | ||
36 | viewHint: '$0 vy', | ||
37 | navLinkHint: 'Gå till $0', | ||
38 | moreLinkHint(eventCnt) { | ||
39 | return `Visa ytterligare ${eventCnt} händelse${eventCnt === 1 ? '' : 'r'}`; | ||
40 | }, | ||
41 | weekText: 'v.', | ||
42 | weekTextLong: 'Vecka', | ||
43 | allDayText: 'Heldag', | ||
44 | moreLinkText: 'till', | ||
45 | noEventsText: 'Inga händelser att visa', | ||
46 | closeHint: 'Stäng', | ||
47 | timeHint: 'Klockan', | ||
48 | eventHint: 'Händelse', | ||
49 | }; | ||
50 | |||
51 | index_js.globalLocales.push(locale); | ||
52 | |||
53 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/sv.global.min.js b/public/js/fullcalendar/packages/core/locales/sv.global.min.js new file mode 100644 index 0000000..e5472db --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/sv.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"sv",week:{dow:1,doy:4},buttonText:{prev:"Förra",next:"Nästa",today:"Idag",year:"År",month:"Månad",week:"Vecka",day:"Dag",list:"Program"},buttonHints:{prev:e=>"Föregående "+e.toLocaleLowerCase(),next:e=>"Nästa "+e.toLocaleLowerCase(),today:e=>("Program"===e?"Detta":"Denna")+" "+e.toLocaleLowerCase()},viewHint:"$0 vy",navLinkHint:"Gå till $0",moreLinkHint:e=>`Visa ytterligare ${e} händelse${1===e?"":"r"}`,weekText:"v.",weekTextLong:"Vecka",allDayText:"Heldag",moreLinkText:"till",noEventsText:"Inga händelser att visa",closeHint:"Stäng",timeHint:"Klockan",eventHint:"Händelse"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ta-in.global.js b/public/js/fullcalendar/packages/core/locales/ta-in.global.js new file mode 100644 index 0000000..2e3d6bf --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ta-in.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ta-in', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'முந்தைய', | ||
17 | next: 'அடுத்தது', | ||
18 | today: 'இன்று', | ||
19 | year: 'ஆண்டு', | ||
20 | month: 'மாதம்', | ||
21 | week: 'வாரம்', | ||
22 | day: 'நாள்', | ||
23 | list: 'தினசரி அட்டவணை', | ||
24 | }, | ||
25 | weekText: 'வாரம்', | ||
26 | allDayText: 'நாள் முழுவதும்', | ||
27 | moreLinkText(n) { | ||
28 | return '+ மேலும் ' + n; | ||
29 | }, | ||
30 | noEventsText: 'காண்பிக்க நிகழ்வுகள் இல்லை', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ta-in.global.min.js b/public/js/fullcalendar/packages/core/locales/ta-in.global.min.js new file mode 100644 index 0000000..6fa7117 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ta-in.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"ta-in",week:{dow:1,doy:4},buttonText:{prev:"முந்தைய",next:"அடுத்தது",today:"இன்று",year:"ஆண்டு",month:"மாதம்",week:"வாரம்",day:"நாள்",list:"தினசரி அட்டவணை"},weekText:"வாரம்",allDayText:"நாள் முழுவதும்",moreLinkText:e=>"+ மேலும் "+e,noEventsText:"காண்பிக்க நிகழ்வுகள் இல்லை"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/th.global.js b/public/js/fullcalendar/packages/core/locales/th.global.js new file mode 100644 index 0000000..8383e1c --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/th.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'th', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'ก่อนหน้า', | ||
17 | next: 'ถัดไป', | ||
18 | prevYear: 'ปีก่อนหน้า', | ||
19 | nextYear: 'ปีถัดไป', | ||
20 | year: 'ปี', | ||
21 | today: 'วันนี้', | ||
22 | month: 'เดือน', | ||
23 | week: 'สัปดาห์', | ||
24 | day: 'วัน', | ||
25 | list: 'กำหนดการ', | ||
26 | }, | ||
27 | weekText: 'สัปดาห์', | ||
28 | allDayText: 'ตลอดวัน', | ||
29 | moreLinkText: 'เพิ่มเติม', | ||
30 | noEventsText: 'ไม่มีกิจกรรมที่จะแสดง', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/th.global.min.js b/public/js/fullcalendar/packages/core/locales/th.global.min.js new file mode 100644 index 0000000..fa82694 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/th.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"th",week:{dow:1,doy:4},buttonText:{prev:"ก่อนหน้า",next:"ถัดไป",prevYear:"ปีก่อนหน้า",nextYear:"ปีถัดไป",year:"ปี",today:"วันนี้",month:"เดือน",week:"สัปดาห์",day:"วัน",list:"กำหนดการ"},weekText:"สัปดาห์",allDayText:"ตลอดวัน",moreLinkText:"เพิ่มเติม",noEventsText:"ไม่มีกิจกรรมที่จะแสดง"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/tr.global.js b/public/js/fullcalendar/packages/core/locales/tr.global.js new file mode 100644 index 0000000..4338516 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/tr.global.js | |||
@@ -0,0 +1,33 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'tr', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 7, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'geri', | ||
17 | next: 'ileri', | ||
18 | today: 'bugün', | ||
19 | year: 'Yıl', | ||
20 | month: 'Ay', | ||
21 | week: 'Hafta', | ||
22 | day: 'Gün', | ||
23 | list: 'Ajanda', | ||
24 | }, | ||
25 | weekText: 'Hf', | ||
26 | allDayText: 'Tüm gün', | ||
27 | moreLinkText: 'daha fazla', | ||
28 | noEventsText: 'Gösterilecek etkinlik yok', | ||
29 | }; | ||
30 | |||
31 | index_js.globalLocales.push(locale); | ||
32 | |||
33 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/tr.global.min.js b/public/js/fullcalendar/packages/core/locales/tr.global.min.js new file mode 100644 index 0000000..7d67a7c --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/tr.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"tr",week:{dow:1,doy:7},buttonText:{prev:"geri",next:"ileri",today:"bugün",year:"Yıl",month:"Ay",week:"Hafta",day:"Gün",list:"Ajanda"},weekText:"Hf",allDayText:"Tüm gün",moreLinkText:"daha fazla",noEventsText:"Gösterilecek etkinlik yok"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ug.global.js b/public/js/fullcalendar/packages/core/locales/ug.global.js new file mode 100644 index 0000000..b62a917 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ug.global.js | |||
@@ -0,0 +1,26 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'ug', | ||
11 | buttonText: { | ||
12 | prev: 'ئالدىنقى', | ||
13 | next: 'كېيىنكى', | ||
14 | today: 'بۈگۈن', | ||
15 | year: 'يىل', | ||
16 | month: 'ئاي', | ||
17 | week: 'ھەپتە', | ||
18 | day: 'كۈن', | ||
19 | list: 'كۈنتەرتىپ', | ||
20 | }, | ||
21 | allDayText: 'پۈتۈن كۈن', | ||
22 | }; | ||
23 | |||
24 | index_js.globalLocales.push(locale); | ||
25 | |||
26 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/ug.global.min.js b/public/js/fullcalendar/packages/core/locales/ug.global.min.js new file mode 100644 index 0000000..dfa983e --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/ug.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"ug",buttonText:{prev:"ئالدىنقى",next:"كېيىنكى",today:"بۈگۈن",year:"يىل",month:"ئاي",week:"ھەپتە",day:"كۈن",list:"كۈنتەرتىپ"},allDayText:"پۈتۈن كۈن"})}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/uk.global.js b/public/js/fullcalendar/packages/core/locales/uk.global.js new file mode 100644 index 0000000..0c3e82f --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/uk.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'uk', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 7, // The week that contains Jan 1st is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Попередній', | ||
17 | next: 'далі', | ||
18 | today: 'Сьогодні', | ||
19 | year: 'рік', | ||
20 | month: 'Місяць', | ||
21 | week: 'Тиждень', | ||
22 | day: 'День', | ||
23 | list: 'Порядок денний', | ||
24 | }, | ||
25 | weekText: 'Тиж', | ||
26 | allDayText: 'Увесь день', | ||
27 | moreLinkText(n) { | ||
28 | return '+ще ' + n + '...'; | ||
29 | }, | ||
30 | noEventsText: 'Немає подій для відображення', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/uk.global.min.js b/public/js/fullcalendar/packages/core/locales/uk.global.min.js new file mode 100644 index 0000000..64bff36 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/uk.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"uk",week:{dow:1,doy:7},buttonText:{prev:"Попередній",next:"далі",today:"Сьогодні",year:"рік",month:"Місяць",week:"Тиждень",day:"День",list:"Порядок денний"},weekText:"Тиж",allDayText:"Увесь день",moreLinkText:e=>"+ще "+e+"...",noEventsText:"Немає подій для відображення"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/uz-cy.global.js b/public/js/fullcalendar/packages/core/locales/uz-cy.global.js new file mode 100644 index 0000000..0a93d42 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/uz-cy.global.js | |||
@@ -0,0 +1,34 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'uz-cy', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Олин', | ||
17 | next: 'Кейин', | ||
18 | today: 'Бугун', | ||
19 | month: 'Ой', | ||
20 | week: 'Ҳафта', | ||
21 | day: 'Кун', | ||
22 | list: 'Кун тартиби', | ||
23 | }, | ||
24 | weekText: 'Ҳафта', | ||
25 | allDayText: 'Кун бўйича', | ||
26 | moreLinkText(n) { | ||
27 | return '+ яна ' + n; | ||
28 | }, | ||
29 | noEventsText: 'Кўрсатиш учун воқеалар йўқ', | ||
30 | }; | ||
31 | |||
32 | index_js.globalLocales.push(locale); | ||
33 | |||
34 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/uz-cy.global.min.js b/public/js/fullcalendar/packages/core/locales/uz-cy.global.min.js new file mode 100644 index 0000000..461632a --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/uz-cy.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"uz-cy",week:{dow:1,doy:4},buttonText:{prev:"Олин",next:"Кейин",today:"Бугун",month:"Ой",week:"Ҳафта",day:"Кун",list:"Кун тартиби"},weekText:"Ҳафта",allDayText:"Кун бўйича",moreLinkText:e=>"+ яна "+e,noEventsText:"Кўрсатиш учун воқеалар йўқ"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/uz.global.js b/public/js/fullcalendar/packages/core/locales/uz.global.js new file mode 100644 index 0000000..e55e79b --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/uz.global.js | |||
@@ -0,0 +1,34 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'uz', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Oldingi', | ||
17 | next: 'Keyingi', | ||
18 | today: 'Bugun', | ||
19 | year: 'Yil', | ||
20 | month: 'Oy', | ||
21 | week: 'Xafta', | ||
22 | day: 'Kun', | ||
23 | list: 'Kun tartibi', | ||
24 | }, | ||
25 | allDayText: 'Kun bo\'yi', | ||
26 | moreLinkText(n) { | ||
27 | return '+ yana ' + n; | ||
28 | }, | ||
29 | noEventsText: 'Ko\'rsatish uchun voqealar yo\'q', | ||
30 | }; | ||
31 | |||
32 | index_js.globalLocales.push(locale); | ||
33 | |||
34 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/uz.global.min.js b/public/js/fullcalendar/packages/core/locales/uz.global.min.js new file mode 100644 index 0000000..89d1e2b --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/uz.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var a={code:"uz",week:{dow:1,doy:4},buttonText:{prev:"Oldingi",next:"Keyingi",today:"Bugun",year:"Yil",month:"Oy",week:"Xafta",day:"Kun",list:"Kun tartibi"},allDayText:"Kun bo'yi",moreLinkText:e=>"+ yana "+e,noEventsText:"Ko'rsatish uchun voqealar yo'q"};FullCalendar.globalLocales.push(a)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/vi.global.js b/public/js/fullcalendar/packages/core/locales/vi.global.js new file mode 100644 index 0000000..13a447d --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/vi.global.js | |||
@@ -0,0 +1,35 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'vi', | ||
11 | week: { | ||
12 | dow: 1, | ||
13 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
14 | }, | ||
15 | buttonText: { | ||
16 | prev: 'Trước', | ||
17 | next: 'Tiếp', | ||
18 | today: 'Hôm nay', | ||
19 | year: 'Năm', | ||
20 | month: 'Tháng', | ||
21 | week: 'Tuần', | ||
22 | day: 'Ngày', | ||
23 | list: 'Lịch biểu', | ||
24 | }, | ||
25 | weekText: 'Tu', | ||
26 | allDayText: 'Cả ngày', | ||
27 | moreLinkText(n) { | ||
28 | return '+ thêm ' + n; | ||
29 | }, | ||
30 | noEventsText: 'Không có sự kiện để hiển thị', | ||
31 | }; | ||
32 | |||
33 | index_js.globalLocales.push(locale); | ||
34 | |||
35 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/vi.global.min.js b/public/js/fullcalendar/packages/core/locales/vi.global.min.js new file mode 100644 index 0000000..42690bc --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/vi.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"vi",week:{dow:1,doy:4},buttonText:{prev:"Trước",next:"Tiếp",today:"Hôm nay",year:"Năm",month:"Tháng",week:"Tuần",day:"Ngày",list:"Lịch biểu"},weekText:"Tu",allDayText:"Cả ngày",moreLinkText:e=>"+ thêm "+e,noEventsText:"Không có sự kiện để hiển thị"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/zh-cn.global.js b/public/js/fullcalendar/packages/core/locales/zh-cn.global.js new file mode 100644 index 0000000..8517b34 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/zh-cn.global.js | |||
@@ -0,0 +1,36 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'zh-cn', | ||
11 | week: { | ||
12 | // GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效 | ||
13 | dow: 1, | ||
14 | doy: 4, // The week that contains Jan 4th is the first week of the year. | ||
15 | }, | ||
16 | buttonText: { | ||
17 | prev: '上月', | ||
18 | next: '下月', | ||
19 | today: '今天', | ||
20 | year: '年', | ||
21 | month: '月', | ||
22 | week: '周', | ||
23 | day: '日', | ||
24 | list: '日程', | ||
25 | }, | ||
26 | weekText: '周', | ||
27 | allDayText: '全天', | ||
28 | moreLinkText(n) { | ||
29 | return '另外 ' + n + ' 个'; | ||
30 | }, | ||
31 | noEventsText: '没有事件显示', | ||
32 | }; | ||
33 | |||
34 | index_js.globalLocales.push(locale); | ||
35 | |||
36 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/zh-cn.global.min.js b/public/js/fullcalendar/packages/core/locales/zh-cn.global.min.js new file mode 100644 index 0000000..ff80a62 --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/zh-cn.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";var t={code:"zh-cn",week:{dow:1,doy:4},buttonText:{prev:"上月",next:"下月",today:"今天",year:"年",month:"月",week:"周",day:"日",list:"日程"},weekText:"周",allDayText:"全天",moreLinkText:e=>"另外 "+e+" 个",noEventsText:"没有事件显示"};FullCalendar.globalLocales.push(t)}(); \ No newline at end of file | ||
diff --git a/public/js/fullcalendar/packages/core/locales/zh-tw.global.js b/public/js/fullcalendar/packages/core/locales/zh-tw.global.js new file mode 100644 index 0000000..6b3822d --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/zh-tw.global.js | |||
@@ -0,0 +1,29 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | (function (index_js) { | ||
7 | 'use strict'; | ||
8 | |||
9 | var locale = { | ||
10 | code: 'zh-tw', | ||
11 | buttonText: { | ||
12 | prev: '上個', | ||
13 | next: '下個', | ||
14 | today: '今天', | ||
15 | year: '年', | ||
16 | month: '月', | ||
17 | week: '週', | ||
18 | day: '天', | ||
19 | list: '活動列表', | ||
20 | }, | ||
21 | weekText: '週', | ||
22 | allDayText: '整天', | ||
23 | moreLinkText: '顯示更多', | ||
24 | noEventsText: '沒有任何活動', | ||
25 | }; | ||
26 | |||
27 | index_js.globalLocales.push(locale); | ||
28 | |||
29 | })(FullCalendar); | ||
diff --git a/public/js/fullcalendar/packages/core/locales/zh-tw.global.min.js b/public/js/fullcalendar/packages/core/locales/zh-tw.global.min.js new file mode 100644 index 0000000..5bae25d --- /dev/null +++ b/public/js/fullcalendar/packages/core/locales/zh-tw.global.min.js | |||
@@ -0,0 +1,6 @@ | |||
1 | /*! | ||
2 | FullCalendar Core v6.1.17 | ||
3 | Docs & License: https://fullcalendar.io | ||
4 | (c) 2024 Adam Shaw | ||
5 | */ | ||
6 | !function(e){"use strict";FullCalendar.globalLocales.push({code:"zh-tw",buttonText:{prev:"上個",next:"下個",today:"今天",year:"年",month:"月",week:"週",day:"天",list:"活動列表"},weekText:"週",allDayText:"整天",moreLinkText:"顯示更多",noEventsText:"沒有任何活動"})}(); \ No newline at end of file | ||