@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/de", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/de"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/de"] = 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.de = void 0;
|
|
100
|
+
var de = (function () {
|
|
101
|
+
function de() {
|
|
102
|
+
}
|
|
103
|
+
de.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
de.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
de.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
de.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
de.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return true;
|
|
117
|
+
};
|
|
118
|
+
de.prototype.everyMinute = function () {
|
|
119
|
+
return "jede Minute";
|
|
120
|
+
};
|
|
121
|
+
de.prototype.everyHour = function () {
|
|
122
|
+
return "jede Stunde";
|
|
123
|
+
};
|
|
124
|
+
de.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
125
|
+
return "Beim Generieren der Ausdrucksbeschreibung ist ein Fehler aufgetreten. Überprüfen Sie die Syntax des Cron-Ausdrucks.";
|
|
126
|
+
};
|
|
127
|
+
de.prototype.atSpace = function () {
|
|
128
|
+
return "Um ";
|
|
129
|
+
};
|
|
130
|
+
de.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
131
|
+
return "Jede Minute zwischen %s und %s";
|
|
132
|
+
};
|
|
133
|
+
de.prototype.at = function () {
|
|
134
|
+
return "Um";
|
|
135
|
+
};
|
|
136
|
+
de.prototype.spaceAnd = function () {
|
|
137
|
+
return " und";
|
|
138
|
+
};
|
|
139
|
+
de.prototype.everySecond = function () {
|
|
140
|
+
return "Jede Sekunde";
|
|
141
|
+
};
|
|
142
|
+
de.prototype.everyX0Seconds = function () {
|
|
143
|
+
return "alle %s Sekunden";
|
|
144
|
+
};
|
|
145
|
+
de.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
146
|
+
return "Sekunden %s bis %s";
|
|
147
|
+
};
|
|
148
|
+
de.prototype.atX0SecondsPastTheMinute = function () {
|
|
149
|
+
return "bei Sekunde %s";
|
|
150
|
+
};
|
|
151
|
+
de.prototype.everyX0Minutes = function () {
|
|
152
|
+
return "alle %s Minuten";
|
|
153
|
+
};
|
|
154
|
+
de.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
155
|
+
return "Minuten %s bis %s";
|
|
156
|
+
};
|
|
157
|
+
de.prototype.atX0MinutesPastTheHour = function () {
|
|
158
|
+
return "bei Minute %s";
|
|
159
|
+
};
|
|
160
|
+
de.prototype.everyX0Hours = function () {
|
|
161
|
+
return "alle %s Stunden";
|
|
162
|
+
};
|
|
163
|
+
de.prototype.betweenX0AndX1 = function () {
|
|
164
|
+
return "zwischen %s und %s";
|
|
165
|
+
};
|
|
166
|
+
de.prototype.atX0 = function () {
|
|
167
|
+
return "um %s";
|
|
168
|
+
};
|
|
169
|
+
de.prototype.commaEveryDay = function () {
|
|
170
|
+
return ", jeden Tag";
|
|
171
|
+
};
|
|
172
|
+
de.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
173
|
+
return ", alle %s Tage der Woche";
|
|
174
|
+
};
|
|
175
|
+
de.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", %s bis %s";
|
|
177
|
+
};
|
|
178
|
+
de.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", und %s bis %s";
|
|
180
|
+
};
|
|
181
|
+
de.prototype.first = function () {
|
|
182
|
+
return "ersten";
|
|
183
|
+
};
|
|
184
|
+
de.prototype.second = function () {
|
|
185
|
+
return "zweiten";
|
|
186
|
+
};
|
|
187
|
+
de.prototype.third = function () {
|
|
188
|
+
return "dritten";
|
|
189
|
+
};
|
|
190
|
+
de.prototype.fourth = function () {
|
|
191
|
+
return "vierten";
|
|
192
|
+
};
|
|
193
|
+
de.prototype.fifth = function () {
|
|
194
|
+
return "fünften";
|
|
195
|
+
};
|
|
196
|
+
de.prototype.commaOnThe = function () {
|
|
197
|
+
return ", am ";
|
|
198
|
+
};
|
|
199
|
+
de.prototype.spaceX0OfTheMonth = function () {
|
|
200
|
+
return " %s des Monats";
|
|
201
|
+
};
|
|
202
|
+
de.prototype.lastDay = function () {
|
|
203
|
+
return "der letzte Tag";
|
|
204
|
+
};
|
|
205
|
+
de.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
206
|
+
return ", am letzten %s des Monats";
|
|
207
|
+
};
|
|
208
|
+
de.prototype.commaOnlyOnX0 = function () {
|
|
209
|
+
return ", nur jeden %s";
|
|
210
|
+
};
|
|
211
|
+
de.prototype.commaAndOnX0 = function () {
|
|
212
|
+
return ", und jeden %s";
|
|
213
|
+
};
|
|
214
|
+
de.prototype.commaEveryX0Months = function () {
|
|
215
|
+
return ", alle %s Monate";
|
|
216
|
+
};
|
|
217
|
+
de.prototype.commaOnlyInX0 = function () {
|
|
218
|
+
return ", nur im %s";
|
|
219
|
+
};
|
|
220
|
+
de.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
221
|
+
return ", am letzten Tag des Monats";
|
|
222
|
+
};
|
|
223
|
+
de.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
224
|
+
return ", am letzten Werktag des Monats";
|
|
225
|
+
};
|
|
226
|
+
de.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
227
|
+
return ", %s tage vor dem letzten Tag des Monats";
|
|
228
|
+
};
|
|
229
|
+
de.prototype.firstWeekday = function () {
|
|
230
|
+
return "ersten Werktag";
|
|
231
|
+
};
|
|
232
|
+
de.prototype.weekdayNearestDayX0 = function () {
|
|
233
|
+
return "Werktag am nächsten zum %s Tag";
|
|
234
|
+
};
|
|
235
|
+
de.prototype.commaOnTheX0OfTheMonth = function () {
|
|
236
|
+
return ", am %s des Monats";
|
|
237
|
+
};
|
|
238
|
+
de.prototype.commaEveryX0Days = function () {
|
|
239
|
+
return ", alle %s Tage";
|
|
240
|
+
};
|
|
241
|
+
de.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
242
|
+
return ", zwischen Tag %s und %s des Monats";
|
|
243
|
+
};
|
|
244
|
+
de.prototype.commaOnDayX0OfTheMonth = function () {
|
|
245
|
+
return ", an Tag %s des Monats";
|
|
246
|
+
};
|
|
247
|
+
de.prototype.commaEveryX0Years = function () {
|
|
248
|
+
return ", alle %s Jahre";
|
|
249
|
+
};
|
|
250
|
+
de.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", beginnend %s";
|
|
252
|
+
};
|
|
253
|
+
de.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"];
|
|
255
|
+
};
|
|
256
|
+
de.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"Januar",
|
|
259
|
+
"Februar",
|
|
260
|
+
"März",
|
|
261
|
+
"April",
|
|
262
|
+
"Mai",
|
|
263
|
+
"Juni",
|
|
264
|
+
"Juli",
|
|
265
|
+
"August",
|
|
266
|
+
"September",
|
|
267
|
+
"Oktober",
|
|
268
|
+
"November",
|
|
269
|
+
"Dezember",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return de;
|
|
273
|
+
}());
|
|
274
|
+
exports.de = de;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.de) = new de();
|
|
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/de.min",["cronstrue"],t):"object"==typeof exports?exports["locales/de.min"]=t(require("cronstrue")):e["locales/de.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.de=void 0;var u=function(){function e(){}return e.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},e.prototype.atX0MinutesPastTheHourGt20=function(){return null},e.prototype.commaMonthX0ThroughMonthX1=function(){return null},e.prototype.commaYearX0ThroughYearX1=function(){return null},e.prototype.use24HourTimeFormatByDefault=function(){return!0},e.prototype.everyMinute=function(){return"jede Minute"},e.prototype.everyHour=function(){return"jede Stunde"},e.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Beim Generieren der Ausdrucksbeschreibung ist ein Fehler aufgetreten. Überprüfen Sie die Syntax des Cron-Ausdrucks."},e.prototype.atSpace=function(){return"Um "},e.prototype.everyMinuteBetweenX0AndX1=function(){return"Jede Minute zwischen %s und %s"},e.prototype.at=function(){return"Um"},e.prototype.spaceAnd=function(){return" und"},e.prototype.everySecond=function(){return"Jede Sekunde"},e.prototype.everyX0Seconds=function(){return"alle %s Sekunden"},e.prototype.secondsX0ThroughX1PastTheMinute=function(){return"Sekunden %s bis %s"},e.prototype.atX0SecondsPastTheMinute=function(){return"bei Sekunde %s"},e.prototype.everyX0Minutes=function(){return"alle %s Minuten"},e.prototype.minutesX0ThroughX1PastTheHour=function(){return"Minuten %s bis %s"},e.prototype.atX0MinutesPastTheHour=function(){return"bei Minute %s"},e.prototype.everyX0Hours=function(){return"alle %s Stunden"},e.prototype.betweenX0AndX1=function(){return"zwischen %s und %s"},e.prototype.atX0=function(){return"um %s"},e.prototype.commaEveryDay=function(){return", jeden Tag"},e.prototype.commaEveryX0DaysOfTheWeek=function(){return", alle %s Tage der Woche"},e.prototype.commaX0ThroughX1=function(){return", %s bis %s"},e.prototype.commaAndX0ThroughX1=function(){return", und %s bis %s"},e.prototype.first=function(){return"ersten"},e.prototype.second=function(){return"zweiten"},e.prototype.third=function(){return"dritten"},e.prototype.fourth=function(){return"vierten"},e.prototype.fifth=function(){return"fünften"},e.prototype.commaOnThe=function(){return", am "},e.prototype.spaceX0OfTheMonth=function(){return" %s des Monats"},e.prototype.lastDay=function(){return"der letzte Tag"},e.prototype.commaOnTheLastX0OfTheMonth=function(){return", am letzten %s des Monats"},e.prototype.commaOnlyOnX0=function(){return", nur jeden %s"},e.prototype.commaAndOnX0=function(){return", und jeden %s"},e.prototype.commaEveryX0Months=function(){return", alle %s Monate"},e.prototype.commaOnlyInX0=function(){return", nur im %s"},e.prototype.commaOnTheLastDayOfTheMonth=function(){return", am letzten Tag des Monats"},e.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", am letzten Werktag des Monats"},e.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s tage vor dem letzten Tag des Monats"},e.prototype.firstWeekday=function(){return"ersten Werktag"},e.prototype.weekdayNearestDayX0=function(){return"Werktag am nächsten zum %s Tag"},e.prototype.commaOnTheX0OfTheMonth=function(){return", am %s des Monats"},e.prototype.commaEveryX0Days=function(){return", alle %s Tage"},e.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", zwischen Tag %s und %s des Monats"},e.prototype.commaOnDayX0OfTheMonth=function(){return", an Tag %s des Monats"},e.prototype.commaEveryX0Years=function(){return", alle %s Jahre"},e.prototype.commaStartingX0=function(){return", beginnend %s"},e.prototype.daysOfTheWeek=function(){return["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"]},e.prototype.monthsOfTheYear=function(){return["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]},e}();n.de=u,t().locales.de=new u})(),o})()));
|
|
@@ -0,0 +1,287 @@
|
|
|
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/en", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/en"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/en"] = 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.en = void 0;
|
|
100
|
+
var en = (function () {
|
|
101
|
+
function en() {
|
|
102
|
+
}
|
|
103
|
+
en.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
en.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
en.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
en.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
en.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return false;
|
|
117
|
+
};
|
|
118
|
+
en.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "An error occured when generating the expression description. Check the cron expression syntax.";
|
|
120
|
+
};
|
|
121
|
+
en.prototype.everyMinute = function () {
|
|
122
|
+
return "every minute";
|
|
123
|
+
};
|
|
124
|
+
en.prototype.everyHour = function () {
|
|
125
|
+
return "every hour";
|
|
126
|
+
};
|
|
127
|
+
en.prototype.atSpace = function () {
|
|
128
|
+
return "At ";
|
|
129
|
+
};
|
|
130
|
+
en.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
131
|
+
return "Every minute between %s and %s";
|
|
132
|
+
};
|
|
133
|
+
en.prototype.at = function () {
|
|
134
|
+
return "At";
|
|
135
|
+
};
|
|
136
|
+
en.prototype.spaceAnd = function () {
|
|
137
|
+
return " and";
|
|
138
|
+
};
|
|
139
|
+
en.prototype.everySecond = function () {
|
|
140
|
+
return "every second";
|
|
141
|
+
};
|
|
142
|
+
en.prototype.everyX0Seconds = function () {
|
|
143
|
+
return "every %s seconds";
|
|
144
|
+
};
|
|
145
|
+
en.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
146
|
+
return "seconds %s through %s past the minute";
|
|
147
|
+
};
|
|
148
|
+
en.prototype.atX0SecondsPastTheMinute = function () {
|
|
149
|
+
return "at %s seconds past the minute";
|
|
150
|
+
};
|
|
151
|
+
en.prototype.everyX0Minutes = function () {
|
|
152
|
+
return "every %s minutes";
|
|
153
|
+
};
|
|
154
|
+
en.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
155
|
+
return "minutes %s through %s past the hour";
|
|
156
|
+
};
|
|
157
|
+
en.prototype.atX0MinutesPastTheHour = function () {
|
|
158
|
+
return "at %s minutes past the hour";
|
|
159
|
+
};
|
|
160
|
+
en.prototype.everyX0Hours = function () {
|
|
161
|
+
return "every %s hours";
|
|
162
|
+
};
|
|
163
|
+
en.prototype.betweenX0AndX1 = function () {
|
|
164
|
+
return "between %s and %s";
|
|
165
|
+
};
|
|
166
|
+
en.prototype.atX0 = function () {
|
|
167
|
+
return "at %s";
|
|
168
|
+
};
|
|
169
|
+
en.prototype.commaEveryDay = function () {
|
|
170
|
+
return ", every day";
|
|
171
|
+
};
|
|
172
|
+
en.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
173
|
+
return ", every %s days of the week";
|
|
174
|
+
};
|
|
175
|
+
en.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", %s through %s";
|
|
177
|
+
};
|
|
178
|
+
en.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", %s through %s";
|
|
180
|
+
};
|
|
181
|
+
en.prototype.first = function () {
|
|
182
|
+
return "first";
|
|
183
|
+
};
|
|
184
|
+
en.prototype.second = function () {
|
|
185
|
+
return "second";
|
|
186
|
+
};
|
|
187
|
+
en.prototype.third = function () {
|
|
188
|
+
return "third";
|
|
189
|
+
};
|
|
190
|
+
en.prototype.fourth = function () {
|
|
191
|
+
return "fourth";
|
|
192
|
+
};
|
|
193
|
+
en.prototype.fifth = function () {
|
|
194
|
+
return "fifth";
|
|
195
|
+
};
|
|
196
|
+
en.prototype.commaOnThe = function () {
|
|
197
|
+
return ", on the ";
|
|
198
|
+
};
|
|
199
|
+
en.prototype.spaceX0OfTheMonth = function () {
|
|
200
|
+
return " %s of the month";
|
|
201
|
+
};
|
|
202
|
+
en.prototype.lastDay = function () {
|
|
203
|
+
return "the last day";
|
|
204
|
+
};
|
|
205
|
+
en.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
206
|
+
return ", on the last %s of the month";
|
|
207
|
+
};
|
|
208
|
+
en.prototype.commaOnlyOnX0 = function () {
|
|
209
|
+
return ", only on %s";
|
|
210
|
+
};
|
|
211
|
+
en.prototype.commaAndOnX0 = function () {
|
|
212
|
+
return ", and on %s";
|
|
213
|
+
};
|
|
214
|
+
en.prototype.commaEveryX0Months = function () {
|
|
215
|
+
return ", every %s months";
|
|
216
|
+
};
|
|
217
|
+
en.prototype.commaOnlyInX0 = function () {
|
|
218
|
+
return ", only in %s";
|
|
219
|
+
};
|
|
220
|
+
en.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
221
|
+
return ", on the last day of the month";
|
|
222
|
+
};
|
|
223
|
+
en.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
224
|
+
return ", on the last weekday of the month";
|
|
225
|
+
};
|
|
226
|
+
en.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
227
|
+
return ", %s days before the last day of the month";
|
|
228
|
+
};
|
|
229
|
+
en.prototype.firstWeekday = function () {
|
|
230
|
+
return "first weekday";
|
|
231
|
+
};
|
|
232
|
+
en.prototype.weekdayNearestDayX0 = function () {
|
|
233
|
+
return "weekday nearest day %s";
|
|
234
|
+
};
|
|
235
|
+
en.prototype.commaOnTheX0OfTheMonth = function () {
|
|
236
|
+
return ", on the %s of the month";
|
|
237
|
+
};
|
|
238
|
+
en.prototype.commaEveryX0Days = function () {
|
|
239
|
+
return ", every %s days";
|
|
240
|
+
};
|
|
241
|
+
en.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
242
|
+
return ", between day %s and %s of the month";
|
|
243
|
+
};
|
|
244
|
+
en.prototype.commaOnDayX0OfTheMonth = function () {
|
|
245
|
+
return ", on day %s of the month";
|
|
246
|
+
};
|
|
247
|
+
en.prototype.commaEveryHour = function () {
|
|
248
|
+
return ", every hour";
|
|
249
|
+
};
|
|
250
|
+
en.prototype.commaEveryX0Years = function () {
|
|
251
|
+
return ", every %s years";
|
|
252
|
+
};
|
|
253
|
+
en.prototype.commaStartingX0 = function () {
|
|
254
|
+
return ", starting %s";
|
|
255
|
+
};
|
|
256
|
+
en.prototype.daysOfTheWeek = function () {
|
|
257
|
+
return ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"];
|
|
258
|
+
};
|
|
259
|
+
en.prototype.monthsOfTheYear = function () {
|
|
260
|
+
return [
|
|
261
|
+
"January",
|
|
262
|
+
"February",
|
|
263
|
+
"March",
|
|
264
|
+
"April",
|
|
265
|
+
"May",
|
|
266
|
+
"June",
|
|
267
|
+
"July",
|
|
268
|
+
"August",
|
|
269
|
+
"September",
|
|
270
|
+
"October",
|
|
271
|
+
"November",
|
|
272
|
+
"December",
|
|
273
|
+
];
|
|
274
|
+
};
|
|
275
|
+
return en;
|
|
276
|
+
}());
|
|
277
|
+
exports.en = en;
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.en) = new en();
|
|
281
|
+
|
|
282
|
+
})();
|
|
283
|
+
|
|
284
|
+
/******/ return __webpack_exports__;
|
|
285
|
+
/******/ })()
|
|
286
|
+
;
|
|
287
|
+
});
|
|
@@ -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/en.min",["cronstrue"],t):"object"==typeof exports?exports["locales/en.min"]=t(require("cronstrue")):e["locales/en.min"]=t(e.cronstrue)}(globalThis,(e=>(()=>{"use strict";var t={34:t=>{t.exports=e}},o={};function n(e){var r=o[e];if(void 0!==r)return r.exports;var u=o[e]={exports:{}};return t[e](u,u.exports,n),u.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{n.r(r);var e=n(34),t=n.n(e),o=r;Object.defineProperty(o,"__esModule",{value:!0}),o.en=void 0;var u=function(){function e(){}return e.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},e.prototype.atX0MinutesPastTheHourGt20=function(){return null},e.prototype.commaMonthX0ThroughMonthX1=function(){return null},e.prototype.commaYearX0ThroughYearX1=function(){return null},e.prototype.use24HourTimeFormatByDefault=function(){return!1},e.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"An error occured when generating the expression description. Check the cron expression syntax."},e.prototype.everyMinute=function(){return"every minute"},e.prototype.everyHour=function(){return"every hour"},e.prototype.atSpace=function(){return"At "},e.prototype.everyMinuteBetweenX0AndX1=function(){return"Every minute between %s and %s"},e.prototype.at=function(){return"At"},e.prototype.spaceAnd=function(){return" and"},e.prototype.everySecond=function(){return"every second"},e.prototype.everyX0Seconds=function(){return"every %s seconds"},e.prototype.secondsX0ThroughX1PastTheMinute=function(){return"seconds %s through %s past the minute"},e.prototype.atX0SecondsPastTheMinute=function(){return"at %s seconds past the minute"},e.prototype.everyX0Minutes=function(){return"every %s minutes"},e.prototype.minutesX0ThroughX1PastTheHour=function(){return"minutes %s through %s past the hour"},e.prototype.atX0MinutesPastTheHour=function(){return"at %s minutes past the hour"},e.prototype.everyX0Hours=function(){return"every %s hours"},e.prototype.betweenX0AndX1=function(){return"between %s and %s"},e.prototype.atX0=function(){return"at %s"},e.prototype.commaEveryDay=function(){return", every day"},e.prototype.commaEveryX0DaysOfTheWeek=function(){return", every %s days of the week"},e.prototype.commaX0ThroughX1=function(){return", %s through %s"},e.prototype.commaAndX0ThroughX1=function(){return", %s through %s"},e.prototype.first=function(){return"first"},e.prototype.second=function(){return"second"},e.prototype.third=function(){return"third"},e.prototype.fourth=function(){return"fourth"},e.prototype.fifth=function(){return"fifth"},e.prototype.commaOnThe=function(){return", on the "},e.prototype.spaceX0OfTheMonth=function(){return" %s of the month"},e.prototype.lastDay=function(){return"the last day"},e.prototype.commaOnTheLastX0OfTheMonth=function(){return", on the last %s of the month"},e.prototype.commaOnlyOnX0=function(){return", only on %s"},e.prototype.commaAndOnX0=function(){return", and on %s"},e.prototype.commaEveryX0Months=function(){return", every %s months"},e.prototype.commaOnlyInX0=function(){return", only in %s"},e.prototype.commaOnTheLastDayOfTheMonth=function(){return", on the last day of the month"},e.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", on the last weekday of the month"},e.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s days before the last day of the month"},e.prototype.firstWeekday=function(){return"first weekday"},e.prototype.weekdayNearestDayX0=function(){return"weekday nearest day %s"},e.prototype.commaOnTheX0OfTheMonth=function(){return", on the %s of the month"},e.prototype.commaEveryX0Days=function(){return", every %s days"},e.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", between day %s and %s of the month"},e.prototype.commaOnDayX0OfTheMonth=function(){return", on day %s of the month"},e.prototype.commaEveryHour=function(){return", every hour"},e.prototype.commaEveryX0Years=function(){return", every %s years"},e.prototype.commaStartingX0=function(){return", starting %s"},e.prototype.daysOfTheWeek=function(){return["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},e.prototype.monthsOfTheYear=function(){return["January","February","March","April","May","June","July","August","September","October","November","December"]},e}();o.en=u,t().locales.en=new u})(),r})()));
|