@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/nb", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/nb"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/nb"] = 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.nb = void 0;
|
|
100
|
+
var nb = (function () {
|
|
101
|
+
function nb() {
|
|
102
|
+
}
|
|
103
|
+
nb.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
nb.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
nb.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
nb.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
nb.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return false;
|
|
117
|
+
};
|
|
118
|
+
nb.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "En feil inntraff ved generering av uttrykksbeskrivelse. Sjekk cron syntaks.";
|
|
120
|
+
};
|
|
121
|
+
nb.prototype.at = function () {
|
|
122
|
+
return "Kl.";
|
|
123
|
+
};
|
|
124
|
+
nb.prototype.atSpace = function () {
|
|
125
|
+
return "Kl.";
|
|
126
|
+
};
|
|
127
|
+
nb.prototype.atX0 = function () {
|
|
128
|
+
return "på %s";
|
|
129
|
+
};
|
|
130
|
+
nb.prototype.atX0MinutesPastTheHour = function () {
|
|
131
|
+
return "på %s minutter etter timen";
|
|
132
|
+
};
|
|
133
|
+
nb.prototype.atX0SecondsPastTheMinute = function () {
|
|
134
|
+
return "på %s sekunder etter minuttet";
|
|
135
|
+
};
|
|
136
|
+
nb.prototype.betweenX0AndX1 = function () {
|
|
137
|
+
return "mellom %s og %s";
|
|
138
|
+
};
|
|
139
|
+
nb.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
140
|
+
return ", mellom dag %s og %s av måneden";
|
|
141
|
+
};
|
|
142
|
+
nb.prototype.commaEveryDay = function () {
|
|
143
|
+
return ", hver dag";
|
|
144
|
+
};
|
|
145
|
+
nb.prototype.commaEveryX0Days = function () {
|
|
146
|
+
return ", hver %s dag";
|
|
147
|
+
};
|
|
148
|
+
nb.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
149
|
+
return ", hver %s ukedag";
|
|
150
|
+
};
|
|
151
|
+
nb.prototype.commaEveryX0Months = function () {
|
|
152
|
+
return ", hver %s måned";
|
|
153
|
+
};
|
|
154
|
+
nb.prototype.commaEveryX0Years = function () {
|
|
155
|
+
return ", hvert %s år";
|
|
156
|
+
};
|
|
157
|
+
nb.prototype.commaOnDayX0OfTheMonth = function () {
|
|
158
|
+
return ", på dag %s av måneden";
|
|
159
|
+
};
|
|
160
|
+
nb.prototype.commaOnlyInX0 = function () {
|
|
161
|
+
return ", bare i %s";
|
|
162
|
+
};
|
|
163
|
+
nb.prototype.commaOnlyOnX0 = function () {
|
|
164
|
+
return ", på %s";
|
|
165
|
+
};
|
|
166
|
+
nb.prototype.commaAndOnX0 = function () {
|
|
167
|
+
return ", og på %s";
|
|
168
|
+
};
|
|
169
|
+
nb.prototype.commaOnThe = function () {
|
|
170
|
+
return ", på ";
|
|
171
|
+
};
|
|
172
|
+
nb.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
173
|
+
return ", på den siste dagen i måneden";
|
|
174
|
+
};
|
|
175
|
+
nb.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
176
|
+
return ", den siste ukedagen i måneden";
|
|
177
|
+
};
|
|
178
|
+
nb.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
179
|
+
return ", %s dager før den siste dagen i måneden";
|
|
180
|
+
};
|
|
181
|
+
nb.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
182
|
+
return ", på den siste %s av måneden";
|
|
183
|
+
};
|
|
184
|
+
nb.prototype.commaOnTheX0OfTheMonth = function () {
|
|
185
|
+
return ", på den %s av måneden";
|
|
186
|
+
};
|
|
187
|
+
nb.prototype.commaX0ThroughX1 = function () {
|
|
188
|
+
return ", %s til og med %s";
|
|
189
|
+
};
|
|
190
|
+
nb.prototype.commaAndX0ThroughX1 = function () {
|
|
191
|
+
return ", og %s til og med %s";
|
|
192
|
+
};
|
|
193
|
+
nb.prototype.everyHour = function () {
|
|
194
|
+
return "hver time";
|
|
195
|
+
};
|
|
196
|
+
nb.prototype.everyMinute = function () {
|
|
197
|
+
return "hvert minutt";
|
|
198
|
+
};
|
|
199
|
+
nb.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
200
|
+
return "Hvert minutt mellom %s og %s";
|
|
201
|
+
};
|
|
202
|
+
nb.prototype.everySecond = function () {
|
|
203
|
+
return "hvert sekund";
|
|
204
|
+
};
|
|
205
|
+
nb.prototype.everyX0Hours = function () {
|
|
206
|
+
return "hver %s time";
|
|
207
|
+
};
|
|
208
|
+
nb.prototype.everyX0Minutes = function () {
|
|
209
|
+
return "hvert %s minutt";
|
|
210
|
+
};
|
|
211
|
+
nb.prototype.everyX0Seconds = function () {
|
|
212
|
+
return "hvert %s sekund";
|
|
213
|
+
};
|
|
214
|
+
nb.prototype.fifth = function () {
|
|
215
|
+
return "femte";
|
|
216
|
+
};
|
|
217
|
+
nb.prototype.first = function () {
|
|
218
|
+
return "første";
|
|
219
|
+
};
|
|
220
|
+
nb.prototype.firstWeekday = function () {
|
|
221
|
+
return "første ukedag";
|
|
222
|
+
};
|
|
223
|
+
nb.prototype.fourth = function () {
|
|
224
|
+
return "fjerde";
|
|
225
|
+
};
|
|
226
|
+
nb.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
227
|
+
return "minuttene fra %s til og med %s etter timen";
|
|
228
|
+
};
|
|
229
|
+
nb.prototype.second = function () {
|
|
230
|
+
return "sekund";
|
|
231
|
+
};
|
|
232
|
+
nb.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
233
|
+
return "sekundene fra %s til og med %s etter minuttet";
|
|
234
|
+
};
|
|
235
|
+
nb.prototype.spaceAnd = function () {
|
|
236
|
+
return " og";
|
|
237
|
+
};
|
|
238
|
+
nb.prototype.spaceX0OfTheMonth = function () {
|
|
239
|
+
return " %s i måneden";
|
|
240
|
+
};
|
|
241
|
+
nb.prototype.lastDay = function () {
|
|
242
|
+
return "den siste dagen";
|
|
243
|
+
};
|
|
244
|
+
nb.prototype.third = function () {
|
|
245
|
+
return "tredje";
|
|
246
|
+
};
|
|
247
|
+
nb.prototype.weekdayNearestDayX0 = function () {
|
|
248
|
+
return "ukedag nærmest dag %s";
|
|
249
|
+
};
|
|
250
|
+
nb.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", starter %s";
|
|
252
|
+
};
|
|
253
|
+
nb.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["søndag", "mandag", "tirsdag", "onsdag", "torsdag", "fredag", "lørdag"];
|
|
255
|
+
};
|
|
256
|
+
nb.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"januar",
|
|
259
|
+
"februar",
|
|
260
|
+
"mars",
|
|
261
|
+
"april",
|
|
262
|
+
"mai",
|
|
263
|
+
"juni",
|
|
264
|
+
"juli",
|
|
265
|
+
"august",
|
|
266
|
+
"september",
|
|
267
|
+
"oktober",
|
|
268
|
+
"november",
|
|
269
|
+
"desember",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return nb;
|
|
273
|
+
}());
|
|
274
|
+
exports.nb = nb;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.nb) = new nb();
|
|
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/nb.min",["cronstrue"],t):"object"==typeof exports?exports["locales/nb.min"]=t(require("cronstrue")):e["locales/nb.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.nb=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"En feil inntraff ved generering av uttrykksbeskrivelse. Sjekk cron syntaks."},e.prototype.at=function(){return"Kl."},e.prototype.atSpace=function(){return"Kl."},e.prototype.atX0=function(){return"på %s"},e.prototype.atX0MinutesPastTheHour=function(){return"på %s minutter etter timen"},e.prototype.atX0SecondsPastTheMinute=function(){return"på %s sekunder etter minuttet"},e.prototype.betweenX0AndX1=function(){return"mellom %s og %s"},e.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", mellom dag %s og %s av måneden"},e.prototype.commaEveryDay=function(){return", hver dag"},e.prototype.commaEveryX0Days=function(){return", hver %s dag"},e.prototype.commaEveryX0DaysOfTheWeek=function(){return", hver %s ukedag"},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 av måneden"},e.prototype.commaOnlyInX0=function(){return", bare i %s"},e.prototype.commaOnlyOnX0=function(){return", på %s"},e.prototype.commaAndOnX0=function(){return", og på %s"},e.prototype.commaOnThe=function(){return", på "},e.prototype.commaOnTheLastDayOfTheMonth=function(){return", på den siste dagen i måneden"},e.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", den siste ukedagen i måneden"},e.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dager før den siste dagen i måneden"},e.prototype.commaOnTheLastX0OfTheMonth=function(){return", på den siste %s av måneden"},e.prototype.commaOnTheX0OfTheMonth=function(){return", på den %s av 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 minutt"},e.prototype.everyMinuteBetweenX0AndX1=function(){return"Hvert minutt mellom %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 minutt"},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 ukedag"},e.prototype.fourth=function(){return"fjerde"},e.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuttene fra %s til og med %s etter timen"},e.prototype.second=function(){return"sekund"},e.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekundene fra %s til og med %s etter minuttet"},e.prototype.spaceAnd=function(){return" og"},e.prototype.spaceX0OfTheMonth=function(){return" %s i måneden"},e.prototype.lastDay=function(){return"den siste dagen"},e.prototype.third=function(){return"tredje"},e.prototype.weekdayNearestDayX0=function(){return"ukedag nærmest dag %s"},e.prototype.commaStartingX0=function(){return", starter %s"},e.prototype.daysOfTheWeek=function(){return["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"]},e.prototype.monthsOfTheYear=function(){return["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]},e}();n.nb=u,t().locales.nb=new u})(),o})()));
|
|
@@ -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/nl", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/nl"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/nl"] = 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.nl = void 0;
|
|
100
|
+
var nl = (function () {
|
|
101
|
+
function nl() {
|
|
102
|
+
}
|
|
103
|
+
nl.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
nl.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
nl.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
nl.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
nl.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return false;
|
|
117
|
+
};
|
|
118
|
+
nl.prototype.everyMinute = function () {
|
|
119
|
+
return "elke minuut";
|
|
120
|
+
};
|
|
121
|
+
nl.prototype.everyHour = function () {
|
|
122
|
+
return "elk uur";
|
|
123
|
+
};
|
|
124
|
+
nl.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
125
|
+
return "Er is een fout opgetreden bij het vertalen van de gegevens. Controleer de gegevens.";
|
|
126
|
+
};
|
|
127
|
+
nl.prototype.atSpace = function () {
|
|
128
|
+
return "Op ";
|
|
129
|
+
};
|
|
130
|
+
nl.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
131
|
+
return "Elke minuut tussen %s en %s";
|
|
132
|
+
};
|
|
133
|
+
nl.prototype.at = function () {
|
|
134
|
+
return "Op";
|
|
135
|
+
};
|
|
136
|
+
nl.prototype.spaceAnd = function () {
|
|
137
|
+
return " en";
|
|
138
|
+
};
|
|
139
|
+
nl.prototype.everySecond = function () {
|
|
140
|
+
return "elke seconde";
|
|
141
|
+
};
|
|
142
|
+
nl.prototype.everyX0Seconds = function () {
|
|
143
|
+
return "elke %s seconden";
|
|
144
|
+
};
|
|
145
|
+
nl.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
146
|
+
return "seconden %s t/m %s na de minuut";
|
|
147
|
+
};
|
|
148
|
+
nl.prototype.atX0SecondsPastTheMinute = function () {
|
|
149
|
+
return "op %s seconden na de minuut";
|
|
150
|
+
};
|
|
151
|
+
nl.prototype.everyX0Minutes = function () {
|
|
152
|
+
return "elke %s minuten";
|
|
153
|
+
};
|
|
154
|
+
nl.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
155
|
+
return "minuut %s t/m %s na het uur";
|
|
156
|
+
};
|
|
157
|
+
nl.prototype.atX0MinutesPastTheHour = function () {
|
|
158
|
+
return "op %s minuten na het uur";
|
|
159
|
+
};
|
|
160
|
+
nl.prototype.everyX0Hours = function () {
|
|
161
|
+
return "elke %s uur";
|
|
162
|
+
};
|
|
163
|
+
nl.prototype.betweenX0AndX1 = function () {
|
|
164
|
+
return "tussen %s en %s";
|
|
165
|
+
};
|
|
166
|
+
nl.prototype.atX0 = function () {
|
|
167
|
+
return "op %s";
|
|
168
|
+
};
|
|
169
|
+
nl.prototype.commaEveryDay = function () {
|
|
170
|
+
return ", elke dag";
|
|
171
|
+
};
|
|
172
|
+
nl.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
173
|
+
return ", elke %s dagen van de week";
|
|
174
|
+
};
|
|
175
|
+
nl.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", %s t/m %s";
|
|
177
|
+
};
|
|
178
|
+
nl.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", en %s t/m %s";
|
|
180
|
+
};
|
|
181
|
+
nl.prototype.first = function () {
|
|
182
|
+
return "eerste";
|
|
183
|
+
};
|
|
184
|
+
nl.prototype.second = function () {
|
|
185
|
+
return "tweede";
|
|
186
|
+
};
|
|
187
|
+
nl.prototype.third = function () {
|
|
188
|
+
return "derde";
|
|
189
|
+
};
|
|
190
|
+
nl.prototype.fourth = function () {
|
|
191
|
+
return "vierde";
|
|
192
|
+
};
|
|
193
|
+
nl.prototype.fifth = function () {
|
|
194
|
+
return "vijfde";
|
|
195
|
+
};
|
|
196
|
+
nl.prototype.commaOnThe = function () {
|
|
197
|
+
return ", op de ";
|
|
198
|
+
};
|
|
199
|
+
nl.prototype.spaceX0OfTheMonth = function () {
|
|
200
|
+
return " %s van de maand";
|
|
201
|
+
};
|
|
202
|
+
nl.prototype.lastDay = function () {
|
|
203
|
+
return "de laatste dag";
|
|
204
|
+
};
|
|
205
|
+
nl.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
206
|
+
return ", op de laatste %s van de maand";
|
|
207
|
+
};
|
|
208
|
+
nl.prototype.commaOnlyOnX0 = function () {
|
|
209
|
+
return ", alleen op %s";
|
|
210
|
+
};
|
|
211
|
+
nl.prototype.commaAndOnX0 = function () {
|
|
212
|
+
return ", en op %s";
|
|
213
|
+
};
|
|
214
|
+
nl.prototype.commaEveryX0Months = function () {
|
|
215
|
+
return ", elke %s maanden";
|
|
216
|
+
};
|
|
217
|
+
nl.prototype.commaOnlyInX0 = function () {
|
|
218
|
+
return ", alleen in %s";
|
|
219
|
+
};
|
|
220
|
+
nl.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
221
|
+
return ", op de laatste dag van de maand";
|
|
222
|
+
};
|
|
223
|
+
nl.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
224
|
+
return ", op de laatste werkdag van de maand";
|
|
225
|
+
};
|
|
226
|
+
nl.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
227
|
+
return ", %s dagen vóór de laatste dag van de maand";
|
|
228
|
+
};
|
|
229
|
+
nl.prototype.firstWeekday = function () {
|
|
230
|
+
return "eerste werkdag";
|
|
231
|
+
};
|
|
232
|
+
nl.prototype.weekdayNearestDayX0 = function () {
|
|
233
|
+
return "werkdag dichtst bij dag %s";
|
|
234
|
+
};
|
|
235
|
+
nl.prototype.commaOnTheX0OfTheMonth = function () {
|
|
236
|
+
return ", op de %s van de maand";
|
|
237
|
+
};
|
|
238
|
+
nl.prototype.commaEveryX0Days = function () {
|
|
239
|
+
return ", elke %s dagen";
|
|
240
|
+
};
|
|
241
|
+
nl.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
242
|
+
return ", tussen dag %s en %s van de maand";
|
|
243
|
+
};
|
|
244
|
+
nl.prototype.commaOnDayX0OfTheMonth = function () {
|
|
245
|
+
return ", op dag %s van de maand";
|
|
246
|
+
};
|
|
247
|
+
nl.prototype.commaEveryX0Years = function () {
|
|
248
|
+
return ", elke %s jaren";
|
|
249
|
+
};
|
|
250
|
+
nl.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", beginnend %s";
|
|
252
|
+
};
|
|
253
|
+
nl.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["zondag", "maandag", "dinsdag", "woensdag", "donderdag", "vrijdag", "zaterdag"];
|
|
255
|
+
};
|
|
256
|
+
nl.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"januari",
|
|
259
|
+
"februari",
|
|
260
|
+
"maart",
|
|
261
|
+
"april",
|
|
262
|
+
"mei",
|
|
263
|
+
"juni",
|
|
264
|
+
"juli",
|
|
265
|
+
"augustus",
|
|
266
|
+
"september",
|
|
267
|
+
"oktober",
|
|
268
|
+
"november",
|
|
269
|
+
"december",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return nl;
|
|
273
|
+
}());
|
|
274
|
+
exports.nl = nl;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.nl) = new nl();
|
|
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/nl.min",["cronstrue"],t):"object"==typeof exports?exports["locales/nl.min"]=t(require("cronstrue")):e["locales/nl.min"]=t(e.cronstrue)}(globalThis,(e=>(()=>{"use strict";var t={34:t=>{t.exports=e}},n={};function o(e){var r=n[e];if(void 0!==r)return r.exports;var u=n[e]={exports:{}};return t[e](u,u.exports,o),u.exports}o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{o.r(r);var e=o(34),t=o.n(e),n=r;Object.defineProperty(n,"__esModule",{value:!0}),n.nl=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.everyMinute=function(){return"elke minuut"},e.prototype.everyHour=function(){return"elk uur"},e.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Er is een fout opgetreden bij het vertalen van de gegevens. Controleer de gegevens."},e.prototype.atSpace=function(){return"Op "},e.prototype.everyMinuteBetweenX0AndX1=function(){return"Elke minuut tussen %s en %s"},e.prototype.at=function(){return"Op"},e.prototype.spaceAnd=function(){return" en"},e.prototype.everySecond=function(){return"elke seconde"},e.prototype.everyX0Seconds=function(){return"elke %s seconden"},e.prototype.secondsX0ThroughX1PastTheMinute=function(){return"seconden %s t/m %s na de minuut"},e.prototype.atX0SecondsPastTheMinute=function(){return"op %s seconden na de minuut"},e.prototype.everyX0Minutes=function(){return"elke %s minuten"},e.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuut %s t/m %s na het uur"},e.prototype.atX0MinutesPastTheHour=function(){return"op %s minuten na het uur"},e.prototype.everyX0Hours=function(){return"elke %s uur"},e.prototype.betweenX0AndX1=function(){return"tussen %s en %s"},e.prototype.atX0=function(){return"op %s"},e.prototype.commaEveryDay=function(){return", elke dag"},e.prototype.commaEveryX0DaysOfTheWeek=function(){return", elke %s dagen van de week"},e.prototype.commaX0ThroughX1=function(){return", %s t/m %s"},e.prototype.commaAndX0ThroughX1=function(){return", en %s t/m %s"},e.prototype.first=function(){return"eerste"},e.prototype.second=function(){return"tweede"},e.prototype.third=function(){return"derde"},e.prototype.fourth=function(){return"vierde"},e.prototype.fifth=function(){return"vijfde"},e.prototype.commaOnThe=function(){return", op de "},e.prototype.spaceX0OfTheMonth=function(){return" %s van de maand"},e.prototype.lastDay=function(){return"de laatste dag"},e.prototype.commaOnTheLastX0OfTheMonth=function(){return", op de laatste %s van de maand"},e.prototype.commaOnlyOnX0=function(){return", alleen op %s"},e.prototype.commaAndOnX0=function(){return", en op %s"},e.prototype.commaEveryX0Months=function(){return", elke %s maanden"},e.prototype.commaOnlyInX0=function(){return", alleen in %s"},e.prototype.commaOnTheLastDayOfTheMonth=function(){return", op de laatste dag van de maand"},e.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", op de laatste werkdag van de maand"},e.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dagen vóór de laatste dag van de maand"},e.prototype.firstWeekday=function(){return"eerste werkdag"},e.prototype.weekdayNearestDayX0=function(){return"werkdag dichtst bij dag %s"},e.prototype.commaOnTheX0OfTheMonth=function(){return", op de %s van de maand"},e.prototype.commaEveryX0Days=function(){return", elke %s dagen"},e.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", tussen dag %s en %s van de maand"},e.prototype.commaOnDayX0OfTheMonth=function(){return", op dag %s van de maand"},e.prototype.commaEveryX0Years=function(){return", elke %s jaren"},e.prototype.commaStartingX0=function(){return", beginnend %s"},e.prototype.daysOfTheWeek=function(){return["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"]},e.prototype.monthsOfTheYear=function(){return["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]},e}();n.nl=u,t().locales.nl=new u})(),r})()));
|