@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/be", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/be"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/be"] = 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.be = void 0;
|
|
100
|
+
var be = (function () {
|
|
101
|
+
function be() {
|
|
102
|
+
}
|
|
103
|
+
be.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
be.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
be.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
be.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
be.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return true;
|
|
117
|
+
};
|
|
118
|
+
be.prototype.everyMinute = function () {
|
|
119
|
+
return "кожную хвіліну";
|
|
120
|
+
};
|
|
121
|
+
be.prototype.everyHour = function () {
|
|
122
|
+
return "кожную гадзіну";
|
|
123
|
+
};
|
|
124
|
+
be.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
125
|
+
return "Адбылася памылка падчас генерацыі апісання выразы. Праверце сінтаксіс крон-выразы.";
|
|
126
|
+
};
|
|
127
|
+
be.prototype.atSpace = function () {
|
|
128
|
+
return "У ";
|
|
129
|
+
};
|
|
130
|
+
be.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
131
|
+
return "Кожную хвіліну з %s да %s";
|
|
132
|
+
};
|
|
133
|
+
be.prototype.at = function () {
|
|
134
|
+
return "У";
|
|
135
|
+
};
|
|
136
|
+
be.prototype.spaceAnd = function () {
|
|
137
|
+
return " і";
|
|
138
|
+
};
|
|
139
|
+
be.prototype.everySecond = function () {
|
|
140
|
+
return "кожную секунду";
|
|
141
|
+
};
|
|
142
|
+
be.prototype.everyX0Seconds = function () {
|
|
143
|
+
return "кожныя %s секунд";
|
|
144
|
+
};
|
|
145
|
+
be.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
146
|
+
return "секунды з %s па %s";
|
|
147
|
+
};
|
|
148
|
+
be.prototype.atX0SecondsPastTheMinute = function () {
|
|
149
|
+
return "у %s секунд";
|
|
150
|
+
};
|
|
151
|
+
be.prototype.everyX0Minutes = function () {
|
|
152
|
+
return "кожныя %s хвілін";
|
|
153
|
+
};
|
|
154
|
+
be.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
155
|
+
return "хвіліны з %s па %s";
|
|
156
|
+
};
|
|
157
|
+
be.prototype.atX0MinutesPastTheHour = function () {
|
|
158
|
+
return "у %s хвілін";
|
|
159
|
+
};
|
|
160
|
+
be.prototype.everyX0Hours = function () {
|
|
161
|
+
return "кожныя %s гадзін";
|
|
162
|
+
};
|
|
163
|
+
be.prototype.betweenX0AndX1 = function () {
|
|
164
|
+
return "з %s па %s";
|
|
165
|
+
};
|
|
166
|
+
be.prototype.atX0 = function () {
|
|
167
|
+
return "у %s";
|
|
168
|
+
};
|
|
169
|
+
be.prototype.commaEveryDay = function () {
|
|
170
|
+
return ", кожны дзень";
|
|
171
|
+
};
|
|
172
|
+
be.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
173
|
+
return ", кожныя %s дзён тыдня";
|
|
174
|
+
};
|
|
175
|
+
be.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", %s па %s";
|
|
177
|
+
};
|
|
178
|
+
be.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", і %s па %s";
|
|
180
|
+
};
|
|
181
|
+
be.prototype.first = function () {
|
|
182
|
+
return "першы";
|
|
183
|
+
};
|
|
184
|
+
be.prototype.second = function () {
|
|
185
|
+
return "другі";
|
|
186
|
+
};
|
|
187
|
+
be.prototype.third = function () {
|
|
188
|
+
return "трэці";
|
|
189
|
+
};
|
|
190
|
+
be.prototype.fourth = function () {
|
|
191
|
+
return "чацвёрты";
|
|
192
|
+
};
|
|
193
|
+
be.prototype.fifth = function () {
|
|
194
|
+
return "пяты";
|
|
195
|
+
};
|
|
196
|
+
be.prototype.commaOnThe = function () {
|
|
197
|
+
return ", у ";
|
|
198
|
+
};
|
|
199
|
+
be.prototype.spaceX0OfTheMonth = function () {
|
|
200
|
+
return " %s месяца";
|
|
201
|
+
};
|
|
202
|
+
be.prototype.lastDay = function () {
|
|
203
|
+
return "апошні дзень";
|
|
204
|
+
};
|
|
205
|
+
be.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
206
|
+
return ", у апошні %s месяца";
|
|
207
|
+
};
|
|
208
|
+
be.prototype.commaOnlyOnX0 = function () {
|
|
209
|
+
return ", толькі ў %s";
|
|
210
|
+
};
|
|
211
|
+
be.prototype.commaAndOnX0 = function () {
|
|
212
|
+
return ", і ў %s";
|
|
213
|
+
};
|
|
214
|
+
be.prototype.commaEveryX0Months = function () {
|
|
215
|
+
return ", кожныя %s месяцаў";
|
|
216
|
+
};
|
|
217
|
+
be.prototype.commaOnlyInX0 = function () {
|
|
218
|
+
return ", толькі ў %s";
|
|
219
|
+
};
|
|
220
|
+
be.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
221
|
+
return ", у апошні дзень месяца";
|
|
222
|
+
};
|
|
223
|
+
be.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
224
|
+
return ", у апошні будні дзень месяца";
|
|
225
|
+
};
|
|
226
|
+
be.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
227
|
+
return ", %s дзён да апошняга дня месяца";
|
|
228
|
+
};
|
|
229
|
+
be.prototype.firstWeekday = function () {
|
|
230
|
+
return "першы будны дзень";
|
|
231
|
+
};
|
|
232
|
+
be.prototype.weekdayNearestDayX0 = function () {
|
|
233
|
+
return "найбліжэйшы будны дзень да %s";
|
|
234
|
+
};
|
|
235
|
+
be.prototype.commaOnTheX0OfTheMonth = function () {
|
|
236
|
+
return ", у %s месяцы";
|
|
237
|
+
};
|
|
238
|
+
be.prototype.commaEveryX0Days = function () {
|
|
239
|
+
return ", кожныя %s дзён";
|
|
240
|
+
};
|
|
241
|
+
be.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
242
|
+
return ", з %s па %s лік месяца";
|
|
243
|
+
};
|
|
244
|
+
be.prototype.commaOnDayX0OfTheMonth = function () {
|
|
245
|
+
return ", у %s лік месяца";
|
|
246
|
+
};
|
|
247
|
+
be.prototype.commaEveryX0Years = function () {
|
|
248
|
+
return ", кожныя %s гадоў";
|
|
249
|
+
};
|
|
250
|
+
be.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", пачатак %s";
|
|
252
|
+
};
|
|
253
|
+
be.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["нядзеля", "панядзелак", "аўторак", "серада", "чацвер", "пятніца", "субота"];
|
|
255
|
+
};
|
|
256
|
+
be.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"студзень",
|
|
259
|
+
"люты",
|
|
260
|
+
"сакавік",
|
|
261
|
+
"красавік",
|
|
262
|
+
"травень",
|
|
263
|
+
"чэрвень",
|
|
264
|
+
"ліпень",
|
|
265
|
+
"жнівень",
|
|
266
|
+
"верасень",
|
|
267
|
+
"кастрычнік",
|
|
268
|
+
"лістапад",
|
|
269
|
+
"снежань",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return be;
|
|
273
|
+
}());
|
|
274
|
+
exports.be = be;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.be) = new be();
|
|
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/be.min",["cronstrue"],e):"object"==typeof exports?exports["locales/be.min"]=e(require("cronstrue")):t["locales/be.min"]=e(t.cronstrue)}(globalThis,(t=>(()=>{"use strict";var e={34:e=>{e.exports=t}},o={};function r(t){var n=o[t];if(void 0!==n)return n.exports;var u=o[t]={exports:{}};return e[t](u,u.exports,r),u.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var o in e)r.o(e,o)&&!r.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};return(()=>{r.r(n);var t=r(34),e=r.n(t),o=n;Object.defineProperty(o,"__esModule",{value:!0}),o.be=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.everyMinute=function(){return"кожную хвіліну"},t.prototype.everyHour=function(){return"кожную гадзіну"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Адбылася памылка падчас генерацыі апісання выразы. Праверце сінтаксіс крон-выразы."},t.prototype.atSpace=function(){return"У "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Кожную хвіліну з %s да %s"},t.prototype.at=function(){return"У"},t.prototype.spaceAnd=function(){return" і"},t.prototype.everySecond=function(){return"кожную секунду"},t.prototype.everyX0Seconds=function(){return"кожныя %s секунд"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"секунды з %s па %s"},t.prototype.atX0SecondsPastTheMinute=function(){return"у %s секунд"},t.prototype.everyX0Minutes=function(){return"кожныя %s хвілін"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"хвіліны з %s па %s"},t.prototype.atX0MinutesPastTheHour=function(){return"у %s хвілін"},t.prototype.everyX0Hours=function(){return"кожныя %s гадзін"},t.prototype.betweenX0AndX1=function(){return"з %s па %s"},t.prototype.atX0=function(){return"у %s"},t.prototype.commaEveryDay=function(){return", кожны дзень"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", кожныя %s дзён тыдня"},t.prototype.commaX0ThroughX1=function(){return", %s па %s"},t.prototype.commaAndX0ThroughX1=function(){return", і %s па %s"},t.prototype.first=function(){return"першы"},t.prototype.second=function(){return"другі"},t.prototype.third=function(){return"трэці"},t.prototype.fourth=function(){return"чацвёрты"},t.prototype.fifth=function(){return"пяты"},t.prototype.commaOnThe=function(){return", у "},t.prototype.spaceX0OfTheMonth=function(){return" %s месяца"},t.prototype.lastDay=function(){return"апошні дзень"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", у апошні %s месяца"},t.prototype.commaOnlyOnX0=function(){return", толькі ў %s"},t.prototype.commaAndOnX0=function(){return", і ў %s"},t.prototype.commaEveryX0Months=function(){return", кожныя %s месяцаў"},t.prototype.commaOnlyInX0=function(){return", толькі ў %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", у апошні дзень месяца"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", у апошні будні дзень месяца"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s дзён да апошняга дня месяца"},t.prototype.firstWeekday=function(){return"першы будны дзень"},t.prototype.weekdayNearestDayX0=function(){return"найбліжэйшы будны дзень да %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", у %s месяцы"},t.prototype.commaEveryX0Days=function(){return", кожныя %s дзён"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", з %s па %s лік месяца"},t.prototype.commaOnDayX0OfTheMonth=function(){return", у %s лік месяца"},t.prototype.commaEveryX0Years=function(){return", кожныя %s гадоў"},t.prototype.commaStartingX0=function(){return", пачатак %s"},t.prototype.daysOfTheWeek=function(){return["нядзеля","панядзелак","аўторак","серада","чацвер","пятніца","субота"]},t.prototype.monthsOfTheYear=function(){return["студзень","люты","сакавік","красавік","травень","чэрвень","ліпень","жнівень","верасень","кастрычнік","лістапад","снежань"]},t}();o.be=u,e().locales.be=new u})(),n})()));
|
|
@@ -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/ca", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/ca"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/ca"] = 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.ca = void 0;
|
|
100
|
+
var ca = (function () {
|
|
101
|
+
function ca() {
|
|
102
|
+
}
|
|
103
|
+
ca.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
ca.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
ca.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
ca.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
ca.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return false;
|
|
117
|
+
};
|
|
118
|
+
ca.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "S'ha produït un error mentres es generava la descripció de l'expressió. Revisi la sintaxi de la expressió de cron.";
|
|
120
|
+
};
|
|
121
|
+
ca.prototype.at = function () {
|
|
122
|
+
return "A les";
|
|
123
|
+
};
|
|
124
|
+
ca.prototype.atSpace = function () {
|
|
125
|
+
return "A les ";
|
|
126
|
+
};
|
|
127
|
+
ca.prototype.atX0 = function () {
|
|
128
|
+
return "a les %s";
|
|
129
|
+
};
|
|
130
|
+
ca.prototype.atX0MinutesPastTheHour = function () {
|
|
131
|
+
return "als %s minuts de l'hora";
|
|
132
|
+
};
|
|
133
|
+
ca.prototype.atX0SecondsPastTheMinute = function () {
|
|
134
|
+
return "als %s segonds del minut";
|
|
135
|
+
};
|
|
136
|
+
ca.prototype.betweenX0AndX1 = function () {
|
|
137
|
+
return "entre les %s i les %s";
|
|
138
|
+
};
|
|
139
|
+
ca.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
140
|
+
return ", entre els dies %s i %s del mes";
|
|
141
|
+
};
|
|
142
|
+
ca.prototype.commaEveryDay = function () {
|
|
143
|
+
return ", cada dia";
|
|
144
|
+
};
|
|
145
|
+
ca.prototype.commaEveryX0Days = function () {
|
|
146
|
+
return ", cada %s dies";
|
|
147
|
+
};
|
|
148
|
+
ca.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
149
|
+
return ", cada %s dies de la setmana";
|
|
150
|
+
};
|
|
151
|
+
ca.prototype.commaEveryX0Months = function () {
|
|
152
|
+
return ", cada %s mesos";
|
|
153
|
+
};
|
|
154
|
+
ca.prototype.commaOnDayX0OfTheMonth = function () {
|
|
155
|
+
return ", el dia %s del mes";
|
|
156
|
+
};
|
|
157
|
+
ca.prototype.commaOnlyInX0 = function () {
|
|
158
|
+
return ", sólo en %s";
|
|
159
|
+
};
|
|
160
|
+
ca.prototype.commaOnlyOnX0 = function () {
|
|
161
|
+
return ", només el %s";
|
|
162
|
+
};
|
|
163
|
+
ca.prototype.commaAndOnX0 = function () {
|
|
164
|
+
return ", i el %s";
|
|
165
|
+
};
|
|
166
|
+
ca.prototype.commaOnThe = function () {
|
|
167
|
+
return ", en el ";
|
|
168
|
+
};
|
|
169
|
+
ca.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
170
|
+
return ", en l'últim dia del mes";
|
|
171
|
+
};
|
|
172
|
+
ca.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
173
|
+
return ", en l'últim dia de la setmana del mes";
|
|
174
|
+
};
|
|
175
|
+
ca.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
176
|
+
return ", %s dies abans de l'últim dia del mes";
|
|
177
|
+
};
|
|
178
|
+
ca.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
179
|
+
return ", en l'últim %s del mes";
|
|
180
|
+
};
|
|
181
|
+
ca.prototype.commaOnTheX0OfTheMonth = function () {
|
|
182
|
+
return ", en el %s del mes";
|
|
183
|
+
};
|
|
184
|
+
ca.prototype.commaX0ThroughX1 = function () {
|
|
185
|
+
return ", de %s a %s";
|
|
186
|
+
};
|
|
187
|
+
ca.prototype.commaAndX0ThroughX1 = function () {
|
|
188
|
+
return ", i de %s a %s";
|
|
189
|
+
};
|
|
190
|
+
ca.prototype.everyHour = function () {
|
|
191
|
+
return "cada hora";
|
|
192
|
+
};
|
|
193
|
+
ca.prototype.everyMinute = function () {
|
|
194
|
+
return "cada minut";
|
|
195
|
+
};
|
|
196
|
+
ca.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
197
|
+
return "cada minut entre les %s i les %s";
|
|
198
|
+
};
|
|
199
|
+
ca.prototype.everySecond = function () {
|
|
200
|
+
return "cada segon";
|
|
201
|
+
};
|
|
202
|
+
ca.prototype.everyX0Hours = function () {
|
|
203
|
+
return "cada %s hores";
|
|
204
|
+
};
|
|
205
|
+
ca.prototype.everyX0Minutes = function () {
|
|
206
|
+
return "cada %s minuts";
|
|
207
|
+
};
|
|
208
|
+
ca.prototype.everyX0Seconds = function () {
|
|
209
|
+
return "cada %s segons";
|
|
210
|
+
};
|
|
211
|
+
ca.prototype.fifth = function () {
|
|
212
|
+
return "cinquè";
|
|
213
|
+
};
|
|
214
|
+
ca.prototype.first = function () {
|
|
215
|
+
return "primer";
|
|
216
|
+
};
|
|
217
|
+
ca.prototype.firstWeekday = function () {
|
|
218
|
+
return "primer dia de la setmana";
|
|
219
|
+
};
|
|
220
|
+
ca.prototype.fourth = function () {
|
|
221
|
+
return "quart";
|
|
222
|
+
};
|
|
223
|
+
ca.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
224
|
+
return "del minut %s al %s passada l'hora";
|
|
225
|
+
};
|
|
226
|
+
ca.prototype.second = function () {
|
|
227
|
+
return "segon";
|
|
228
|
+
};
|
|
229
|
+
ca.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
230
|
+
return "En els segons %s al %s de cada minut";
|
|
231
|
+
};
|
|
232
|
+
ca.prototype.spaceAnd = function () {
|
|
233
|
+
return " i";
|
|
234
|
+
};
|
|
235
|
+
ca.prototype.spaceX0OfTheMonth = function () {
|
|
236
|
+
return " %s del mes";
|
|
237
|
+
};
|
|
238
|
+
ca.prototype.lastDay = function () {
|
|
239
|
+
return "l'últim dia";
|
|
240
|
+
};
|
|
241
|
+
ca.prototype.third = function () {
|
|
242
|
+
return "tercer";
|
|
243
|
+
};
|
|
244
|
+
ca.prototype.weekdayNearestDayX0 = function () {
|
|
245
|
+
return "dia de la setmana més proper al %s";
|
|
246
|
+
};
|
|
247
|
+
ca.prototype.commaEveryX0Years = function () {
|
|
248
|
+
return ", cada %s anys";
|
|
249
|
+
};
|
|
250
|
+
ca.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", començant %s";
|
|
252
|
+
};
|
|
253
|
+
ca.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["diumenge", "dilluns", "dimarts", "dimecres", "dijous", "divendres", "dissabte"];
|
|
255
|
+
};
|
|
256
|
+
ca.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"gener",
|
|
259
|
+
"febrer",
|
|
260
|
+
"març",
|
|
261
|
+
"abril",
|
|
262
|
+
"maig",
|
|
263
|
+
"juny",
|
|
264
|
+
"juliol",
|
|
265
|
+
"agost",
|
|
266
|
+
"setembre",
|
|
267
|
+
"octubre",
|
|
268
|
+
"novembre",
|
|
269
|
+
"desembre",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return ca;
|
|
273
|
+
}());
|
|
274
|
+
exports.ca = ca;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.ca) = new ca();
|
|
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/ca.min",["cronstrue"],t):"object"==typeof exports?exports["locales/ca.min"]=t(require("cronstrue")):e["locales/ca.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.ca=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"S'ha produït un error mentres es generava la descripció de l'expressió. Revisi la sintaxi de la expressió de cron."},e.prototype.at=function(){return"A les"},e.prototype.atSpace=function(){return"A les "},e.prototype.atX0=function(){return"a les %s"},e.prototype.atX0MinutesPastTheHour=function(){return"als %s minuts de l'hora"},e.prototype.atX0SecondsPastTheMinute=function(){return"als %s segonds del minut"},e.prototype.betweenX0AndX1=function(){return"entre les %s i les %s"},e.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", entre els dies %s i %s del mes"},e.prototype.commaEveryDay=function(){return", cada dia"},e.prototype.commaEveryX0Days=function(){return", cada %s dies"},e.prototype.commaEveryX0DaysOfTheWeek=function(){return", cada %s dies de la setmana"},e.prototype.commaEveryX0Months=function(){return", cada %s mesos"},e.prototype.commaOnDayX0OfTheMonth=function(){return", el dia %s del mes"},e.prototype.commaOnlyInX0=function(){return", sólo en %s"},e.prototype.commaOnlyOnX0=function(){return", només el %s"},e.prototype.commaAndOnX0=function(){return", i el %s"},e.prototype.commaOnThe=function(){return", en el "},e.prototype.commaOnTheLastDayOfTheMonth=function(){return", en l'últim dia del mes"},e.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", en l'últim dia de la setmana del mes"},e.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dies abans de l'últim dia del mes"},e.prototype.commaOnTheLastX0OfTheMonth=function(){return", en l'últim %s del mes"},e.prototype.commaOnTheX0OfTheMonth=function(){return", en el %s del mes"},e.prototype.commaX0ThroughX1=function(){return", de %s a %s"},e.prototype.commaAndX0ThroughX1=function(){return", i de %s a %s"},e.prototype.everyHour=function(){return"cada hora"},e.prototype.everyMinute=function(){return"cada minut"},e.prototype.everyMinuteBetweenX0AndX1=function(){return"cada minut entre les %s i les %s"},e.prototype.everySecond=function(){return"cada segon"},e.prototype.everyX0Hours=function(){return"cada %s hores"},e.prototype.everyX0Minutes=function(){return"cada %s minuts"},e.prototype.everyX0Seconds=function(){return"cada %s segons"},e.prototype.fifth=function(){return"cinquè"},e.prototype.first=function(){return"primer"},e.prototype.firstWeekday=function(){return"primer dia de la setmana"},e.prototype.fourth=function(){return"quart"},e.prototype.minutesX0ThroughX1PastTheHour=function(){return"del minut %s al %s passada l'hora"},e.prototype.second=function(){return"segon"},e.prototype.secondsX0ThroughX1PastTheMinute=function(){return"En els segons %s al %s de cada minut"},e.prototype.spaceAnd=function(){return" i"},e.prototype.spaceX0OfTheMonth=function(){return" %s del mes"},e.prototype.lastDay=function(){return"l'últim dia"},e.prototype.third=function(){return"tercer"},e.prototype.weekdayNearestDayX0=function(){return"dia de la setmana més proper al %s"},e.prototype.commaEveryX0Years=function(){return", cada %s anys"},e.prototype.commaStartingX0=function(){return", començant %s"},e.prototype.daysOfTheWeek=function(){return["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"]},e.prototype.monthsOfTheYear=function(){return["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]},e}();n.ca=u,t().locales.ca=new u})(),o})()));
|