@ntlab/ntjs-assets 2.0.35 → 2.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Tempus Dominus v6.9.4 (https://getdatepicker.com/)
|
|
3
|
+
* Copyright 2013-2024 Jonathan Peterson
|
|
4
|
+
* Licensed under MIT (https://github.com/Eonasdan/tempus-dominus/blob/master/LICENSE)
|
|
5
|
+
*/
|
|
6
|
+
(function(g,f){typeof exports==='object'&&typeof module!=='undefined'?f(exports):typeof define==='function'&&define.amd?define(['exports'],f):(g=typeof globalThis!=='undefined'?globalThis:g||self,f((g.tempusDominus=g.tempusDominus||{},g.tempusDominus.locales=g.tempusDominus.locales||{},g.tempusDominus.locales.sk={})));})(this,(function(exports){'use strict';const name = 'sk';
|
|
7
|
+
const localization = {
|
|
8
|
+
today: 'Dnes',
|
|
9
|
+
clear: 'Vymazať výber',
|
|
10
|
+
close: 'Zavrieť výberové okno',
|
|
11
|
+
selectMonth: 'Vybrať mesiac',
|
|
12
|
+
previousMonth: 'Predchádzajúci mesiac',
|
|
13
|
+
nextMonth: 'Nasledujúci mesiac',
|
|
14
|
+
selectYear: 'Vybrať rok',
|
|
15
|
+
previousYear: 'Predchádzajúci rok',
|
|
16
|
+
nextYear: 'Nasledujúci rok',
|
|
17
|
+
selectDecade: 'Vybrať desaťročie',
|
|
18
|
+
previousDecade: 'Predchádzajúce desaťročie',
|
|
19
|
+
nextDecade: 'Nasledujúce desaťročie',
|
|
20
|
+
previousCentury: 'Predchádzajúce storočia',
|
|
21
|
+
nextCentury: 'Nasledujúce storočia',
|
|
22
|
+
pickHour: 'Vybrať hodinu',
|
|
23
|
+
incrementHour: 'Zvýšiť hodinu',
|
|
24
|
+
decrementHour: 'Znížiť hodinu',
|
|
25
|
+
pickMinute: 'Vybrať minútu',
|
|
26
|
+
incrementMinute: 'Zvýšiť minútu',
|
|
27
|
+
decrementMinute: 'Znížiť minútu',
|
|
28
|
+
pickSecond: 'Vybrať sekundu',
|
|
29
|
+
incrementSecond: 'Zvýšiť sekundu',
|
|
30
|
+
decrementSecond: 'Znížiť sekundu',
|
|
31
|
+
toggleMeridiem: 'Prepnúť ráno / popoludní',
|
|
32
|
+
selectTime: 'Vybrať čas',
|
|
33
|
+
selectDate: 'Vybrať dátum',
|
|
34
|
+
dayViewHeaderFormat: { month: 'long', year: '2-digit' },
|
|
35
|
+
locale: 'sk',
|
|
36
|
+
startOfTheWeek: 1,
|
|
37
|
+
dateFormats: {
|
|
38
|
+
LTS: 'HH:mm:ss',
|
|
39
|
+
LT: 'HH:mm',
|
|
40
|
+
L: 'dd.MM.yyyy',
|
|
41
|
+
LL: 'd. MMMM yyyy',
|
|
42
|
+
LLL: 'd. MMMM yyyy HH:mm',
|
|
43
|
+
LLLL: 'dddd, d. MMMM yyyy HH:mm',
|
|
44
|
+
},
|
|
45
|
+
ordinal: (n) => `${n}.`,
|
|
46
|
+
format: 'L LT',
|
|
47
|
+
};exports.localization=localization;exports.name=name;Object.defineProperty(exports,'__esModule',{value:true});}));
|
package/assets/js/cdn.json
CHANGED