@nocobase/plugin-client 0.13.0-alpha.3 → 0.13.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/index.js +1 -11
- package/dist/index.js +37 -16
- package/dist/locale/cron/zh_CN.js +97 -42
- package/dist/locale/en_US.js +43 -28
- package/dist/locale/es_ES.js +328 -313
- package/dist/locale/fr_FR.js +329 -314
- package/dist/locale/index.js +160 -273
- package/dist/locale/ja_JP.js +635 -620
- package/dist/locale/pt_BR.js +365 -350
- package/dist/locale/ru_RU.js +519 -504
- package/dist/locale/tr_TR.js +388 -373
- package/dist/locale/uk_UA.js +720 -705
- package/dist/locale/zh_CN.js +793 -778
- package/dist/node_modules/cronstrue/LICENSE +21 -0
- package/dist/node_modules/cronstrue/bin/cli.js +26 -0
- package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
- package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.js +5 -0
- package/dist/node_modules/cronstrue/locales/af.js +287 -0
- package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ar.js +287 -0
- package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/be.js +284 -0
- package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ca.js +284 -0
- package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/cs.js +284 -0
- package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/da.js +284 -0
- package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/de.js +284 -0
- package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/en.js +287 -0
- package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/es.js +284 -0
- package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fa.js +277 -0
- package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fi.js +293 -0
- package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fr.js +287 -0
- package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/he.js +271 -0
- package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/hu.js +287 -0
- package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/id.js +287 -0
- package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/it.js +284 -0
- package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ja.js +286 -0
- package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ko.js +286 -0
- package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nb.js +284 -0
- package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nl.js +284 -0
- package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pl.js +284 -0
- package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ro.js +284 -0
- package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ru.js +327 -0
- package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sk.js +284 -0
- package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sl.js +284 -0
- package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sv.js +284 -0
- package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sw.js +284 -0
- package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/th.js +287 -0
- package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/tr.js +284 -0
- package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/uk.js +284 -0
- package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
- package/dist/node_modules/cronstrue/package.json +1 -0
- package/dist/server/antd.js +30 -9
- package/dist/server/cron.js +30 -9
- package/dist/server/cronstrue.js +26 -4
- package/dist/server/index.js +33 -11
- package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
- package/dist/server/server.js +74 -48
- package/dist/swagger/index.json +7 -0
- package/package.json +2 -2
- package/dist/locale/cron/zh_CN.d.ts +0 -34
- package/dist/locale/en_US.d.ts +0 -726
- package/dist/locale/es_ES.d.ts +0 -694
- package/dist/locale/fr_FR.d.ts +0 -712
- package/dist/locale/index.d.ts +0 -272
- package/dist/locale/ja_JP.d.ts +0 -628
- package/dist/locale/pt_BR.d.ts +0 -672
- package/dist/locale/ru_RU.d.ts +0 -508
- package/dist/locale/tr_TR.d.ts +0 -506
- package/dist/locale/uk_UA.d.ts +0 -714
- package/dist/locale/zh_CN.d.ts +0 -779
- package/dist/swagger/index.js +0 -19
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("cronstrue"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define("locales/cs", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/cs"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/cs"] = factory(root["cronstrue"]);
|
|
10
|
+
})(globalThis, (__WEBPACK_EXTERNAL_MODULE__34__) => {
|
|
11
|
+
return /******/ (() => { // webpackBootstrap
|
|
12
|
+
/******/ "use strict";
|
|
13
|
+
/******/ var __webpack_modules__ = ({
|
|
14
|
+
|
|
15
|
+
/***/ 34:
|
|
16
|
+
/***/ ((module) => {
|
|
17
|
+
|
|
18
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__34__;
|
|
19
|
+
|
|
20
|
+
/***/ })
|
|
21
|
+
|
|
22
|
+
/******/ });
|
|
23
|
+
/************************************************************************/
|
|
24
|
+
/******/ // The module cache
|
|
25
|
+
/******/ var __webpack_module_cache__ = {};
|
|
26
|
+
/******/
|
|
27
|
+
/******/ // The require function
|
|
28
|
+
/******/ function __webpack_require__(moduleId) {
|
|
29
|
+
/******/ // Check if module is in cache
|
|
30
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
31
|
+
/******/ if (cachedModule !== undefined) {
|
|
32
|
+
/******/ return cachedModule.exports;
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ // Create a new module (and put it into the cache)
|
|
35
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
36
|
+
/******/ // no module.id needed
|
|
37
|
+
/******/ // no module.loaded needed
|
|
38
|
+
/******/ exports: {}
|
|
39
|
+
/******/ };
|
|
40
|
+
/******/
|
|
41
|
+
/******/ // Execute the module function
|
|
42
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
43
|
+
/******/
|
|
44
|
+
/******/ // Return the exports of the module
|
|
45
|
+
/******/ return module.exports;
|
|
46
|
+
/******/ }
|
|
47
|
+
/******/
|
|
48
|
+
/************************************************************************/
|
|
49
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
50
|
+
/******/ (() => {
|
|
51
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
52
|
+
/******/ __webpack_require__.n = (module) => {
|
|
53
|
+
/******/ var getter = module && module.__esModule ?
|
|
54
|
+
/******/ () => (module['default']) :
|
|
55
|
+
/******/ () => (module);
|
|
56
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
57
|
+
/******/ return getter;
|
|
58
|
+
/******/ };
|
|
59
|
+
/******/ })();
|
|
60
|
+
/******/
|
|
61
|
+
/******/ /* webpack/runtime/define property getters */
|
|
62
|
+
/******/ (() => {
|
|
63
|
+
/******/ // define getter functions for harmony exports
|
|
64
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
65
|
+
/******/ for(var key in definition) {
|
|
66
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
67
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
68
|
+
/******/ }
|
|
69
|
+
/******/ }
|
|
70
|
+
/******/ };
|
|
71
|
+
/******/ })();
|
|
72
|
+
/******/
|
|
73
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
74
|
+
/******/ (() => {
|
|
75
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
76
|
+
/******/ })();
|
|
77
|
+
/******/
|
|
78
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
79
|
+
/******/ (() => {
|
|
80
|
+
/******/ // define __esModule on exports
|
|
81
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
82
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
83
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
84
|
+
/******/ }
|
|
85
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
86
|
+
/******/ };
|
|
87
|
+
/******/ })();
|
|
88
|
+
/******/
|
|
89
|
+
/************************************************************************/
|
|
90
|
+
var __webpack_exports__ = {};
|
|
91
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
92
|
+
(() => {
|
|
93
|
+
__webpack_require__.r(__webpack_exports__);
|
|
94
|
+
/* harmony import */ var cronstrue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(34);
|
|
95
|
+
/* harmony import */ var cronstrue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(cronstrue__WEBPACK_IMPORTED_MODULE_0__);
|
|
96
|
+
var exports = __webpack_exports__;
|
|
97
|
+
"use strict";
|
|
98
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
99
|
+
exports.cs = void 0;
|
|
100
|
+
var cs = (function () {
|
|
101
|
+
function cs() {
|
|
102
|
+
}
|
|
103
|
+
cs.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
cs.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
cs.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
cs.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
cs.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return true;
|
|
117
|
+
};
|
|
118
|
+
cs.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "Při vytváření popisu došlo k chybě. Zkontrolujte prosím správnost syntaxe cronu.";
|
|
120
|
+
};
|
|
121
|
+
cs.prototype.everyMinute = function () {
|
|
122
|
+
return "každou minutu";
|
|
123
|
+
};
|
|
124
|
+
cs.prototype.everyHour = function () {
|
|
125
|
+
return "každou hodinu";
|
|
126
|
+
};
|
|
127
|
+
cs.prototype.atSpace = function () {
|
|
128
|
+
return "V ";
|
|
129
|
+
};
|
|
130
|
+
cs.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
131
|
+
return "Každou minutu mezi %s a %s";
|
|
132
|
+
};
|
|
133
|
+
cs.prototype.at = function () {
|
|
134
|
+
return "V";
|
|
135
|
+
};
|
|
136
|
+
cs.prototype.spaceAnd = function () {
|
|
137
|
+
return " a";
|
|
138
|
+
};
|
|
139
|
+
cs.prototype.everySecond = function () {
|
|
140
|
+
return "každou sekundu";
|
|
141
|
+
};
|
|
142
|
+
cs.prototype.everyX0Seconds = function () {
|
|
143
|
+
return "každých %s sekund";
|
|
144
|
+
};
|
|
145
|
+
cs.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
146
|
+
return "sekundy od %s do %s";
|
|
147
|
+
};
|
|
148
|
+
cs.prototype.atX0SecondsPastTheMinute = function () {
|
|
149
|
+
return "v %s sekund";
|
|
150
|
+
};
|
|
151
|
+
cs.prototype.everyX0Minutes = function () {
|
|
152
|
+
return "každých %s minut";
|
|
153
|
+
};
|
|
154
|
+
cs.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
155
|
+
return "minuty od %s do %s";
|
|
156
|
+
};
|
|
157
|
+
cs.prototype.atX0MinutesPastTheHour = function () {
|
|
158
|
+
return "v %s minut";
|
|
159
|
+
};
|
|
160
|
+
cs.prototype.everyX0Hours = function () {
|
|
161
|
+
return "každých %s hodin";
|
|
162
|
+
};
|
|
163
|
+
cs.prototype.betweenX0AndX1 = function () {
|
|
164
|
+
return "mezi %s a %s";
|
|
165
|
+
};
|
|
166
|
+
cs.prototype.atX0 = function () {
|
|
167
|
+
return "v %s";
|
|
168
|
+
};
|
|
169
|
+
cs.prototype.commaEveryDay = function () {
|
|
170
|
+
return ", každý den";
|
|
171
|
+
};
|
|
172
|
+
cs.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
173
|
+
return ", každých %s dní v týdnu";
|
|
174
|
+
};
|
|
175
|
+
cs.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", od %s do %s";
|
|
177
|
+
};
|
|
178
|
+
cs.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", a od %s do %s";
|
|
180
|
+
};
|
|
181
|
+
cs.prototype.first = function () {
|
|
182
|
+
return "první";
|
|
183
|
+
};
|
|
184
|
+
cs.prototype.second = function () {
|
|
185
|
+
return "druhý";
|
|
186
|
+
};
|
|
187
|
+
cs.prototype.third = function () {
|
|
188
|
+
return "třetí";
|
|
189
|
+
};
|
|
190
|
+
cs.prototype.fourth = function () {
|
|
191
|
+
return "čtvrtý";
|
|
192
|
+
};
|
|
193
|
+
cs.prototype.fifth = function () {
|
|
194
|
+
return "pátý";
|
|
195
|
+
};
|
|
196
|
+
cs.prototype.commaOnThe = function () {
|
|
197
|
+
return ", ";
|
|
198
|
+
};
|
|
199
|
+
cs.prototype.spaceX0OfTheMonth = function () {
|
|
200
|
+
return " %s v měsíci";
|
|
201
|
+
};
|
|
202
|
+
cs.prototype.lastDay = function () {
|
|
203
|
+
return "poslední den";
|
|
204
|
+
};
|
|
205
|
+
cs.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
206
|
+
return ", poslední %s v měsíci";
|
|
207
|
+
};
|
|
208
|
+
cs.prototype.commaOnlyOnX0 = function () {
|
|
209
|
+
return ", pouze v %s";
|
|
210
|
+
};
|
|
211
|
+
cs.prototype.commaAndOnX0 = function () {
|
|
212
|
+
return ", a v %s";
|
|
213
|
+
};
|
|
214
|
+
cs.prototype.commaEveryX0Months = function () {
|
|
215
|
+
return ", každých %s měsíců";
|
|
216
|
+
};
|
|
217
|
+
cs.prototype.commaOnlyInX0 = function () {
|
|
218
|
+
return ", pouze v %s";
|
|
219
|
+
};
|
|
220
|
+
cs.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
221
|
+
return ", poslední den v měsíci";
|
|
222
|
+
};
|
|
223
|
+
cs.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
224
|
+
return ", poslední pracovní den v měsíci";
|
|
225
|
+
};
|
|
226
|
+
cs.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
227
|
+
return ", %s dní před posledním dnem v měsíci";
|
|
228
|
+
};
|
|
229
|
+
cs.prototype.firstWeekday = function () {
|
|
230
|
+
return "první pracovní den";
|
|
231
|
+
};
|
|
232
|
+
cs.prototype.weekdayNearestDayX0 = function () {
|
|
233
|
+
return "pracovní den nejblíže %s. dni";
|
|
234
|
+
};
|
|
235
|
+
cs.prototype.commaOnTheX0OfTheMonth = function () {
|
|
236
|
+
return ", v %s v měsíci";
|
|
237
|
+
};
|
|
238
|
+
cs.prototype.commaEveryX0Days = function () {
|
|
239
|
+
return ", každých %s dnů";
|
|
240
|
+
};
|
|
241
|
+
cs.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
242
|
+
return ", mezi dny %s a %s v měsíci";
|
|
243
|
+
};
|
|
244
|
+
cs.prototype.commaOnDayX0OfTheMonth = function () {
|
|
245
|
+
return ", %s. den v měsíci";
|
|
246
|
+
};
|
|
247
|
+
cs.prototype.commaEveryX0Years = function () {
|
|
248
|
+
return ", každých %s roků";
|
|
249
|
+
};
|
|
250
|
+
cs.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", začínající %s";
|
|
252
|
+
};
|
|
253
|
+
cs.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota"];
|
|
255
|
+
};
|
|
256
|
+
cs.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"Leden",
|
|
259
|
+
"Únor",
|
|
260
|
+
"Březen",
|
|
261
|
+
"Duben",
|
|
262
|
+
"Květen",
|
|
263
|
+
"Červen",
|
|
264
|
+
"Červenec",
|
|
265
|
+
"Srpen",
|
|
266
|
+
"Září",
|
|
267
|
+
"Říjen",
|
|
268
|
+
"Listopad",
|
|
269
|
+
"Prosinec",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return cs;
|
|
273
|
+
}());
|
|
274
|
+
exports.cs = cs;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.cs) = new cs();
|
|
278
|
+
|
|
279
|
+
})();
|
|
280
|
+
|
|
281
|
+
/******/ return __webpack_exports__;
|
|
282
|
+
/******/ })()
|
|
283
|
+
;
|
|
284
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("cronstrue")):"function"==typeof define&&define.amd?define("locales/cs.min",["cronstrue"],e):"object"==typeof exports?exports["locales/cs.min"]=e(require("cronstrue")):t["locales/cs.min"]=e(t.cronstrue)}(globalThis,(t=>(()=>{"use strict";var e={34:e=>{e.exports=t}},o={};function n(t){var r=o[t];if(void 0!==r)return r.exports;var u=o[t]={exports:{}};return e[t](u,u.exports,n),u.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};return(()=>{n.r(r);var t=n(34),e=n.n(t),o=r;Object.defineProperty(o,"__esModule",{value:!0}),o.cs=void 0;var u=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Při vytváření popisu došlo k chybě. Zkontrolujte prosím správnost syntaxe cronu."},t.prototype.everyMinute=function(){return"každou minutu"},t.prototype.everyHour=function(){return"každou hodinu"},t.prototype.atSpace=function(){return"V "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Každou minutu mezi %s a %s"},t.prototype.at=function(){return"V"},t.prototype.spaceAnd=function(){return" a"},t.prototype.everySecond=function(){return"každou sekundu"},t.prototype.everyX0Seconds=function(){return"každých %s sekund"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekundy od %s do %s"},t.prototype.atX0SecondsPastTheMinute=function(){return"v %s sekund"},t.prototype.everyX0Minutes=function(){return"každých %s minut"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuty od %s do %s"},t.prototype.atX0MinutesPastTheHour=function(){return"v %s minut"},t.prototype.everyX0Hours=function(){return"každých %s hodin"},t.prototype.betweenX0AndX1=function(){return"mezi %s a %s"},t.prototype.atX0=function(){return"v %s"},t.prototype.commaEveryDay=function(){return", každý den"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", každých %s dní v týdnu"},t.prototype.commaX0ThroughX1=function(){return", od %s do %s"},t.prototype.commaAndX0ThroughX1=function(){return", a od %s do %s"},t.prototype.first=function(){return"první"},t.prototype.second=function(){return"druhý"},t.prototype.third=function(){return"třetí"},t.prototype.fourth=function(){return"čtvrtý"},t.prototype.fifth=function(){return"pátý"},t.prototype.commaOnThe=function(){return", "},t.prototype.spaceX0OfTheMonth=function(){return" %s v měsíci"},t.prototype.lastDay=function(){return"poslední den"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", poslední %s v měsíci"},t.prototype.commaOnlyOnX0=function(){return", pouze v %s"},t.prototype.commaAndOnX0=function(){return", a v %s"},t.prototype.commaEveryX0Months=function(){return", každých %s měsíců"},t.prototype.commaOnlyInX0=function(){return", pouze v %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", poslední den v měsíci"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", poslední pracovní den v měsíci"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dní před posledním dnem v měsíci"},t.prototype.firstWeekday=function(){return"první pracovní den"},t.prototype.weekdayNearestDayX0=function(){return"pracovní den nejblíže %s. dni"},t.prototype.commaOnTheX0OfTheMonth=function(){return", v %s v měsíci"},t.prototype.commaEveryX0Days=function(){return", každých %s dnů"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", mezi dny %s a %s v měsíci"},t.prototype.commaOnDayX0OfTheMonth=function(){return", %s. den v měsíci"},t.prototype.commaEveryX0Years=function(){return", každých %s roků"},t.prototype.commaStartingX0=function(){return", začínající %s"},t.prototype.daysOfTheWeek=function(){return["Neděle","Pondělí","Úterý","Středa","Čtvrtek","Pátek","Sobota"]},t.prototype.monthsOfTheYear=function(){return["Leden","Únor","Březen","Duben","Květen","Červen","Červenec","Srpen","Září","Říjen","Listopad","Prosinec"]},t}();o.cs=u,e().locales.cs=new u})(),r})()));
|
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("cronstrue"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define("locales/da", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/da"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/da"] = factory(root["cronstrue"]);
|
|
10
|
+
})(globalThis, (__WEBPACK_EXTERNAL_MODULE__34__) => {
|
|
11
|
+
return /******/ (() => { // webpackBootstrap
|
|
12
|
+
/******/ "use strict";
|
|
13
|
+
/******/ var __webpack_modules__ = ({
|
|
14
|
+
|
|
15
|
+
/***/ 34:
|
|
16
|
+
/***/ ((module) => {
|
|
17
|
+
|
|
18
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__34__;
|
|
19
|
+
|
|
20
|
+
/***/ })
|
|
21
|
+
|
|
22
|
+
/******/ });
|
|
23
|
+
/************************************************************************/
|
|
24
|
+
/******/ // The module cache
|
|
25
|
+
/******/ var __webpack_module_cache__ = {};
|
|
26
|
+
/******/
|
|
27
|
+
/******/ // The require function
|
|
28
|
+
/******/ function __webpack_require__(moduleId) {
|
|
29
|
+
/******/ // Check if module is in cache
|
|
30
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
31
|
+
/******/ if (cachedModule !== undefined) {
|
|
32
|
+
/******/ return cachedModule.exports;
|
|
33
|
+
/******/ }
|
|
34
|
+
/******/ // Create a new module (and put it into the cache)
|
|
35
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
36
|
+
/******/ // no module.id needed
|
|
37
|
+
/******/ // no module.loaded needed
|
|
38
|
+
/******/ exports: {}
|
|
39
|
+
/******/ };
|
|
40
|
+
/******/
|
|
41
|
+
/******/ // Execute the module function
|
|
42
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
43
|
+
/******/
|
|
44
|
+
/******/ // Return the exports of the module
|
|
45
|
+
/******/ return module.exports;
|
|
46
|
+
/******/ }
|
|
47
|
+
/******/
|
|
48
|
+
/************************************************************************/
|
|
49
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
50
|
+
/******/ (() => {
|
|
51
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
52
|
+
/******/ __webpack_require__.n = (module) => {
|
|
53
|
+
/******/ var getter = module && module.__esModule ?
|
|
54
|
+
/******/ () => (module['default']) :
|
|
55
|
+
/******/ () => (module);
|
|
56
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
57
|
+
/******/ return getter;
|
|
58
|
+
/******/ };
|
|
59
|
+
/******/ })();
|
|
60
|
+
/******/
|
|
61
|
+
/******/ /* webpack/runtime/define property getters */
|
|
62
|
+
/******/ (() => {
|
|
63
|
+
/******/ // define getter functions for harmony exports
|
|
64
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
65
|
+
/******/ for(var key in definition) {
|
|
66
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
67
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
68
|
+
/******/ }
|
|
69
|
+
/******/ }
|
|
70
|
+
/******/ };
|
|
71
|
+
/******/ })();
|
|
72
|
+
/******/
|
|
73
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
74
|
+
/******/ (() => {
|
|
75
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
76
|
+
/******/ })();
|
|
77
|
+
/******/
|
|
78
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
79
|
+
/******/ (() => {
|
|
80
|
+
/******/ // define __esModule on exports
|
|
81
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
82
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
83
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
84
|
+
/******/ }
|
|
85
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
86
|
+
/******/ };
|
|
87
|
+
/******/ })();
|
|
88
|
+
/******/
|
|
89
|
+
/************************************************************************/
|
|
90
|
+
var __webpack_exports__ = {};
|
|
91
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
92
|
+
(() => {
|
|
93
|
+
__webpack_require__.r(__webpack_exports__);
|
|
94
|
+
/* harmony import */ var cronstrue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(34);
|
|
95
|
+
/* harmony import */ var cronstrue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(cronstrue__WEBPACK_IMPORTED_MODULE_0__);
|
|
96
|
+
var exports = __webpack_exports__;
|
|
97
|
+
"use strict";
|
|
98
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
99
|
+
exports.da = void 0;
|
|
100
|
+
var da = (function () {
|
|
101
|
+
function da() {
|
|
102
|
+
}
|
|
103
|
+
da.prototype.use24HourTimeFormatByDefault = function () {
|
|
104
|
+
return true;
|
|
105
|
+
};
|
|
106
|
+
da.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
107
|
+
return "Der opstod en fejl ved generering af udtryksbeskrivelsen. Tjek cron-ekspressionssyntaxen.";
|
|
108
|
+
};
|
|
109
|
+
da.prototype.at = function () {
|
|
110
|
+
return "kl";
|
|
111
|
+
};
|
|
112
|
+
da.prototype.atSpace = function () {
|
|
113
|
+
return "kl ";
|
|
114
|
+
};
|
|
115
|
+
da.prototype.atX0 = function () {
|
|
116
|
+
return "kl %s";
|
|
117
|
+
};
|
|
118
|
+
da.prototype.atX0MinutesPastTheHour = function () {
|
|
119
|
+
return "%s minutter efter timeskift";
|
|
120
|
+
};
|
|
121
|
+
da.prototype.atX0SecondsPastTheMinute = function () {
|
|
122
|
+
return "%s sekunder efter minutskift";
|
|
123
|
+
};
|
|
124
|
+
da.prototype.betweenX0AndX1 = function () {
|
|
125
|
+
return "mellem %s og %s";
|
|
126
|
+
};
|
|
127
|
+
da.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
128
|
+
return ", mellem dag %s og %s i måneden";
|
|
129
|
+
};
|
|
130
|
+
da.prototype.commaEveryDay = function () {
|
|
131
|
+
return ", hver dag";
|
|
132
|
+
};
|
|
133
|
+
da.prototype.commaEveryX0Days = function () {
|
|
134
|
+
return ", hver %s. dag";
|
|
135
|
+
};
|
|
136
|
+
da.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
137
|
+
return ", hver %s. ugedag";
|
|
138
|
+
};
|
|
139
|
+
da.prototype.commaEveryX0Months = function () {
|
|
140
|
+
return ", hver %s. måned";
|
|
141
|
+
};
|
|
142
|
+
da.prototype.commaEveryX0Years = function () {
|
|
143
|
+
return ", hvert %s. år";
|
|
144
|
+
};
|
|
145
|
+
da.prototype.commaOnDayX0OfTheMonth = function () {
|
|
146
|
+
return ", på dag %s i måneden";
|
|
147
|
+
};
|
|
148
|
+
da.prototype.commaOnlyInX0 = function () {
|
|
149
|
+
return ", kun i %s";
|
|
150
|
+
};
|
|
151
|
+
da.prototype.commaOnlyOnX0 = function () {
|
|
152
|
+
return ", kun på %s";
|
|
153
|
+
};
|
|
154
|
+
da.prototype.commaAndOnX0 = function () {
|
|
155
|
+
return ", og på %s";
|
|
156
|
+
};
|
|
157
|
+
da.prototype.commaOnThe = function () {
|
|
158
|
+
return ", på den ";
|
|
159
|
+
};
|
|
160
|
+
da.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
161
|
+
return ", på den sidste dag i måneden";
|
|
162
|
+
};
|
|
163
|
+
da.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
164
|
+
return ", på den sidste hverdag i måneden";
|
|
165
|
+
};
|
|
166
|
+
da.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
167
|
+
return ", %s dage før den sidste dag i måneden";
|
|
168
|
+
};
|
|
169
|
+
da.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
170
|
+
return ", på den sidste %s i måneden";
|
|
171
|
+
};
|
|
172
|
+
da.prototype.commaOnTheX0OfTheMonth = function () {
|
|
173
|
+
return ", på den %s i måneden";
|
|
174
|
+
};
|
|
175
|
+
da.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", %s til og med %s";
|
|
177
|
+
};
|
|
178
|
+
da.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", og %s til og med %s";
|
|
180
|
+
};
|
|
181
|
+
da.prototype.everyHour = function () {
|
|
182
|
+
return "hver time";
|
|
183
|
+
};
|
|
184
|
+
da.prototype.everyMinute = function () {
|
|
185
|
+
return "hvert minut";
|
|
186
|
+
};
|
|
187
|
+
da.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
188
|
+
return "hvert minut mellem %s og %s";
|
|
189
|
+
};
|
|
190
|
+
da.prototype.everySecond = function () {
|
|
191
|
+
return "hvert sekund";
|
|
192
|
+
};
|
|
193
|
+
da.prototype.everyX0Hours = function () {
|
|
194
|
+
return "hver %s. time";
|
|
195
|
+
};
|
|
196
|
+
da.prototype.everyX0Minutes = function () {
|
|
197
|
+
return "hvert %s. minut";
|
|
198
|
+
};
|
|
199
|
+
da.prototype.everyX0Seconds = function () {
|
|
200
|
+
return "hvert %s. sekund";
|
|
201
|
+
};
|
|
202
|
+
da.prototype.fifth = function () {
|
|
203
|
+
return "femte";
|
|
204
|
+
};
|
|
205
|
+
da.prototype.first = function () {
|
|
206
|
+
return "første";
|
|
207
|
+
};
|
|
208
|
+
da.prototype.firstWeekday = function () {
|
|
209
|
+
return "første hverdag";
|
|
210
|
+
};
|
|
211
|
+
da.prototype.fourth = function () {
|
|
212
|
+
return "fjerde";
|
|
213
|
+
};
|
|
214
|
+
da.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
215
|
+
return "minutterne fra %s til og med %s hver time";
|
|
216
|
+
};
|
|
217
|
+
da.prototype.second = function () {
|
|
218
|
+
return "anden";
|
|
219
|
+
};
|
|
220
|
+
da.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
221
|
+
return "sekunderne fra %s til og med %s hvert minut";
|
|
222
|
+
};
|
|
223
|
+
da.prototype.spaceAnd = function () {
|
|
224
|
+
return " og";
|
|
225
|
+
};
|
|
226
|
+
da.prototype.spaceX0OfTheMonth = function () {
|
|
227
|
+
return " %s i måneden";
|
|
228
|
+
};
|
|
229
|
+
da.prototype.lastDay = function () {
|
|
230
|
+
return "sidste dag";
|
|
231
|
+
};
|
|
232
|
+
da.prototype.third = function () {
|
|
233
|
+
return "tredje";
|
|
234
|
+
};
|
|
235
|
+
da.prototype.weekdayNearestDayX0 = function () {
|
|
236
|
+
return "hverdag nærmest dag %s";
|
|
237
|
+
};
|
|
238
|
+
da.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
239
|
+
return null;
|
|
240
|
+
};
|
|
241
|
+
da.prototype.commaYearX0ThroughYearX1 = function () {
|
|
242
|
+
return null;
|
|
243
|
+
};
|
|
244
|
+
da.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
245
|
+
return null;
|
|
246
|
+
};
|
|
247
|
+
da.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
248
|
+
return null;
|
|
249
|
+
};
|
|
250
|
+
da.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", startende %s";
|
|
252
|
+
};
|
|
253
|
+
da.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["søndag", "mandag", "tirsdag", "onsdag", "torsdag", "fredag", "lørdag"];
|
|
255
|
+
};
|
|
256
|
+
da.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"januar",
|
|
259
|
+
"februar",
|
|
260
|
+
"marts",
|
|
261
|
+
"april",
|
|
262
|
+
"maj",
|
|
263
|
+
"juni",
|
|
264
|
+
"juli",
|
|
265
|
+
"august",
|
|
266
|
+
"september",
|
|
267
|
+
"oktober",
|
|
268
|
+
"november",
|
|
269
|
+
"december",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return da;
|
|
273
|
+
}());
|
|
274
|
+
exports.da = da;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.da) = new da();
|
|
278
|
+
|
|
279
|
+
})();
|
|
280
|
+
|
|
281
|
+
/******/ return __webpack_exports__;
|
|
282
|
+
/******/ })()
|
|
283
|
+
;
|
|
284
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("cronstrue")):"function"==typeof define&&define.amd?define("locales/da.min",["cronstrue"],t):"object"==typeof exports?exports["locales/da.min"]=t(require("cronstrue")):e["locales/da.min"]=t(e.cronstrue)}(globalThis,(e=>(()=>{"use strict";var t={34:t=>{t.exports=e}},n={};function r(e){var o=n[e];if(void 0!==o)return o.exports;var u=n[e]={exports:{}};return t[e](u,u.exports,r),u.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{r.r(o);var e=r(34),t=r.n(e),n=o;Object.defineProperty(n,"__esModule",{value:!0}),n.da=void 0;var u=function(){function e(){}return e.prototype.use24HourTimeFormatByDefault=function(){return!0},e.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Der opstod en fejl ved generering af udtryksbeskrivelsen. Tjek cron-ekspressionssyntaxen."},e.prototype.at=function(){return"kl"},e.prototype.atSpace=function(){return"kl "},e.prototype.atX0=function(){return"kl %s"},e.prototype.atX0MinutesPastTheHour=function(){return"%s minutter efter timeskift"},e.prototype.atX0SecondsPastTheMinute=function(){return"%s sekunder efter minutskift"},e.prototype.betweenX0AndX1=function(){return"mellem %s og %s"},e.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", mellem dag %s og %s i måneden"},e.prototype.commaEveryDay=function(){return", hver dag"},e.prototype.commaEveryX0Days=function(){return", hver %s. dag"},e.prototype.commaEveryX0DaysOfTheWeek=function(){return", hver %s. ugedag"},e.prototype.commaEveryX0Months=function(){return", hver %s. måned"},e.prototype.commaEveryX0Years=function(){return", hvert %s. år"},e.prototype.commaOnDayX0OfTheMonth=function(){return", på dag %s i måneden"},e.prototype.commaOnlyInX0=function(){return", kun i %s"},e.prototype.commaOnlyOnX0=function(){return", kun på %s"},e.prototype.commaAndOnX0=function(){return", og på %s"},e.prototype.commaOnThe=function(){return", på den "},e.prototype.commaOnTheLastDayOfTheMonth=function(){return", på den sidste dag i måneden"},e.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", på den sidste hverdag i måneden"},e.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dage før den sidste dag i måneden"},e.prototype.commaOnTheLastX0OfTheMonth=function(){return", på den sidste %s i måneden"},e.prototype.commaOnTheX0OfTheMonth=function(){return", på den %s i måneden"},e.prototype.commaX0ThroughX1=function(){return", %s til og med %s"},e.prototype.commaAndX0ThroughX1=function(){return", og %s til og med %s"},e.prototype.everyHour=function(){return"hver time"},e.prototype.everyMinute=function(){return"hvert minut"},e.prototype.everyMinuteBetweenX0AndX1=function(){return"hvert minut mellem %s og %s"},e.prototype.everySecond=function(){return"hvert sekund"},e.prototype.everyX0Hours=function(){return"hver %s. time"},e.prototype.everyX0Minutes=function(){return"hvert %s. minut"},e.prototype.everyX0Seconds=function(){return"hvert %s. sekund"},e.prototype.fifth=function(){return"femte"},e.prototype.first=function(){return"første"},e.prototype.firstWeekday=function(){return"første hverdag"},e.prototype.fourth=function(){return"fjerde"},e.prototype.minutesX0ThroughX1PastTheHour=function(){return"minutterne fra %s til og med %s hver time"},e.prototype.second=function(){return"anden"},e.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekunderne fra %s til og med %s hvert minut"},e.prototype.spaceAnd=function(){return" og"},e.prototype.spaceX0OfTheMonth=function(){return" %s i måneden"},e.prototype.lastDay=function(){return"sidste dag"},e.prototype.third=function(){return"tredje"},e.prototype.weekdayNearestDayX0=function(){return"hverdag nærmest dag %s"},e.prototype.commaMonthX0ThroughMonthX1=function(){return null},e.prototype.commaYearX0ThroughYearX1=function(){return null},e.prototype.atX0MinutesPastTheHourGt20=function(){return null},e.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},e.prototype.commaStartingX0=function(){return", startende %s"},e.prototype.daysOfTheWeek=function(){return["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},e.prototype.monthsOfTheYear=function(){return["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]},e}();n.da=u,t().locales.da=new u})(),o})()));
|