@nocobase/plugin-client 0.13.0-alpha.4 → 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,8 @@
|
|
|
1
|
+
export default class RangeValidator {
|
|
2
|
+
static secondRange(parse: string): void;
|
|
3
|
+
static minuteRange(parse: string): void;
|
|
4
|
+
static hourRange(parse: string): void;
|
|
5
|
+
static dayOfMonthRange(parse: string): void;
|
|
6
|
+
static monthRange(parse: string, monthStartIndexZero: boolean): void;
|
|
7
|
+
static dayOfWeekRange(parse: string, dayOfWeekStartIndexZero: boolean): void;
|
|
8
|
+
}
|
|
@@ -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/af", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/af"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/af"] = 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.af = void 0;
|
|
100
|
+
var af = (function () {
|
|
101
|
+
function af() {
|
|
102
|
+
}
|
|
103
|
+
af.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
af.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
af.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
af.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return ", jaar %s na %s";
|
|
114
|
+
};
|
|
115
|
+
af.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return true;
|
|
117
|
+
};
|
|
118
|
+
af.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "Daar was 'n fout om die tydsuitdrukking the genereer. Raadpleeg asb die uitdrukking formaat.";
|
|
120
|
+
};
|
|
121
|
+
af.prototype.everyMinute = function () {
|
|
122
|
+
return "elke minuut";
|
|
123
|
+
};
|
|
124
|
+
af.prototype.everyHour = function () {
|
|
125
|
+
return "elke uur";
|
|
126
|
+
};
|
|
127
|
+
af.prototype.atSpace = function () {
|
|
128
|
+
return "Teen ";
|
|
129
|
+
};
|
|
130
|
+
af.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
131
|
+
return "Elke minuut tussen %s en %s";
|
|
132
|
+
};
|
|
133
|
+
af.prototype.at = function () {
|
|
134
|
+
return "Teen";
|
|
135
|
+
};
|
|
136
|
+
af.prototype.spaceAnd = function () {
|
|
137
|
+
return " en";
|
|
138
|
+
};
|
|
139
|
+
af.prototype.everySecond = function () {
|
|
140
|
+
return "elke sekonde";
|
|
141
|
+
};
|
|
142
|
+
af.prototype.everyX0Seconds = function () {
|
|
143
|
+
return "elke %s sekonde";
|
|
144
|
+
};
|
|
145
|
+
af.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
146
|
+
return "sekonde %s deur na %s na die minuut";
|
|
147
|
+
};
|
|
148
|
+
af.prototype.atX0SecondsPastTheMinute = function () {
|
|
149
|
+
return "teen %s sekondes na die minuut";
|
|
150
|
+
};
|
|
151
|
+
af.prototype.everyX0Minutes = function () {
|
|
152
|
+
return "elke %s minute";
|
|
153
|
+
};
|
|
154
|
+
af.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
155
|
+
return "minute %s deur na %s na die uur";
|
|
156
|
+
};
|
|
157
|
+
af.prototype.atX0MinutesPastTheHour = function () {
|
|
158
|
+
return "teen %s minute na die uur";
|
|
159
|
+
};
|
|
160
|
+
af.prototype.everyX0Hours = function () {
|
|
161
|
+
return "elke %s ure";
|
|
162
|
+
};
|
|
163
|
+
af.prototype.betweenX0AndX1 = function () {
|
|
164
|
+
return "tussen %s en %s";
|
|
165
|
+
};
|
|
166
|
+
af.prototype.atX0 = function () {
|
|
167
|
+
return "teen %s";
|
|
168
|
+
};
|
|
169
|
+
af.prototype.commaEveryDay = function () {
|
|
170
|
+
return ", elke dag";
|
|
171
|
+
};
|
|
172
|
+
af.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
173
|
+
return ", elke %s dae van die week";
|
|
174
|
+
};
|
|
175
|
+
af.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", %s deur na %s";
|
|
177
|
+
};
|
|
178
|
+
af.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", en %s deur na %s";
|
|
180
|
+
};
|
|
181
|
+
af.prototype.first = function () {
|
|
182
|
+
return "eerste";
|
|
183
|
+
};
|
|
184
|
+
af.prototype.second = function () {
|
|
185
|
+
return "tweede";
|
|
186
|
+
};
|
|
187
|
+
af.prototype.third = function () {
|
|
188
|
+
return "derde";
|
|
189
|
+
};
|
|
190
|
+
af.prototype.fourth = function () {
|
|
191
|
+
return "vierde";
|
|
192
|
+
};
|
|
193
|
+
af.prototype.fifth = function () {
|
|
194
|
+
return "vyfde";
|
|
195
|
+
};
|
|
196
|
+
af.prototype.commaOnThe = function () {
|
|
197
|
+
return ", op die ";
|
|
198
|
+
};
|
|
199
|
+
af.prototype.spaceX0OfTheMonth = function () {
|
|
200
|
+
return " %s van die maand";
|
|
201
|
+
};
|
|
202
|
+
af.prototype.lastDay = function () {
|
|
203
|
+
return "die laaste dag";
|
|
204
|
+
};
|
|
205
|
+
af.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
206
|
+
return ", op die laaste %s van die maand";
|
|
207
|
+
};
|
|
208
|
+
af.prototype.commaOnlyOnX0 = function () {
|
|
209
|
+
return ", net op %s";
|
|
210
|
+
};
|
|
211
|
+
af.prototype.commaAndOnX0 = function () {
|
|
212
|
+
return ", en op %s";
|
|
213
|
+
};
|
|
214
|
+
af.prototype.commaEveryX0Months = function () {
|
|
215
|
+
return ", elke %s maande";
|
|
216
|
+
};
|
|
217
|
+
af.prototype.commaOnlyInX0 = function () {
|
|
218
|
+
return ", net in %s";
|
|
219
|
+
};
|
|
220
|
+
af.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
221
|
+
return ", op die laaste dag van die maand";
|
|
222
|
+
};
|
|
223
|
+
af.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
224
|
+
return ", op die laaste weeksdag van die maand";
|
|
225
|
+
};
|
|
226
|
+
af.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
227
|
+
return ", %s dae voor die laaste dag van die maand";
|
|
228
|
+
};
|
|
229
|
+
af.prototype.firstWeekday = function () {
|
|
230
|
+
return "eerste weeksdag";
|
|
231
|
+
};
|
|
232
|
+
af.prototype.weekdayNearestDayX0 = function () {
|
|
233
|
+
return "weeksdag naaste aan dag %s";
|
|
234
|
+
};
|
|
235
|
+
af.prototype.commaOnTheX0OfTheMonth = function () {
|
|
236
|
+
return ", op die %s van die maande";
|
|
237
|
+
};
|
|
238
|
+
af.prototype.commaEveryX0Days = function () {
|
|
239
|
+
return ", elke %s dae";
|
|
240
|
+
};
|
|
241
|
+
af.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
242
|
+
return ", tussen dag %s en %s van die maand";
|
|
243
|
+
};
|
|
244
|
+
af.prototype.commaOnDayX0OfTheMonth = function () {
|
|
245
|
+
return ", op dag %s van die maand";
|
|
246
|
+
};
|
|
247
|
+
af.prototype.commaEveryHour = function () {
|
|
248
|
+
return ", elke uur";
|
|
249
|
+
};
|
|
250
|
+
af.prototype.commaEveryX0Years = function () {
|
|
251
|
+
return ", elke %s jare";
|
|
252
|
+
};
|
|
253
|
+
af.prototype.commaStartingX0 = function () {
|
|
254
|
+
return ", beginnende %s";
|
|
255
|
+
};
|
|
256
|
+
af.prototype.daysOfTheWeek = function () {
|
|
257
|
+
return ["Sondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrydag", "Saterdag"];
|
|
258
|
+
};
|
|
259
|
+
af.prototype.monthsOfTheYear = function () {
|
|
260
|
+
return [
|
|
261
|
+
"Januarie",
|
|
262
|
+
"Februarie",
|
|
263
|
+
"Maart",
|
|
264
|
+
"April",
|
|
265
|
+
"Mei",
|
|
266
|
+
"Junie",
|
|
267
|
+
"Julie",
|
|
268
|
+
"Augustus",
|
|
269
|
+
"September",
|
|
270
|
+
"Oktober",
|
|
271
|
+
"November",
|
|
272
|
+
"Desember",
|
|
273
|
+
];
|
|
274
|
+
};
|
|
275
|
+
return af;
|
|
276
|
+
}());
|
|
277
|
+
exports.af = af;
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.af) = new af();
|
|
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/af.min",["cronstrue"],t):"object"==typeof exports?exports["locales/af.min"]=t(require("cronstrue")):e["locales/af.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.af=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", jaar %s na %s"},e.prototype.use24HourTimeFormatByDefault=function(){return!0},e.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Daar was 'n fout om die tydsuitdrukking the genereer. Raadpleeg asb die uitdrukking formaat."},e.prototype.everyMinute=function(){return"elke minuut"},e.prototype.everyHour=function(){return"elke uur"},e.prototype.atSpace=function(){return"Teen "},e.prototype.everyMinuteBetweenX0AndX1=function(){return"Elke minuut tussen %s en %s"},e.prototype.at=function(){return"Teen"},e.prototype.spaceAnd=function(){return" en"},e.prototype.everySecond=function(){return"elke sekonde"},e.prototype.everyX0Seconds=function(){return"elke %s sekonde"},e.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekonde %s deur na %s na die minuut"},e.prototype.atX0SecondsPastTheMinute=function(){return"teen %s sekondes na die minuut"},e.prototype.everyX0Minutes=function(){return"elke %s minute"},e.prototype.minutesX0ThroughX1PastTheHour=function(){return"minute %s deur na %s na die uur"},e.prototype.atX0MinutesPastTheHour=function(){return"teen %s minute na die uur"},e.prototype.everyX0Hours=function(){return"elke %s ure"},e.prototype.betweenX0AndX1=function(){return"tussen %s en %s"},e.prototype.atX0=function(){return"teen %s"},e.prototype.commaEveryDay=function(){return", elke dag"},e.prototype.commaEveryX0DaysOfTheWeek=function(){return", elke %s dae van die week"},e.prototype.commaX0ThroughX1=function(){return", %s deur na %s"},e.prototype.commaAndX0ThroughX1=function(){return", en %s deur na %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"vyfde"},e.prototype.commaOnThe=function(){return", op die "},e.prototype.spaceX0OfTheMonth=function(){return" %s van die maand"},e.prototype.lastDay=function(){return"die laaste dag"},e.prototype.commaOnTheLastX0OfTheMonth=function(){return", op die laaste %s van die maand"},e.prototype.commaOnlyOnX0=function(){return", net op %s"},e.prototype.commaAndOnX0=function(){return", en op %s"},e.prototype.commaEveryX0Months=function(){return", elke %s maande"},e.prototype.commaOnlyInX0=function(){return", net in %s"},e.prototype.commaOnTheLastDayOfTheMonth=function(){return", op die laaste dag van die maand"},e.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", op die laaste weeksdag van die maand"},e.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dae voor die laaste dag van die maand"},e.prototype.firstWeekday=function(){return"eerste weeksdag"},e.prototype.weekdayNearestDayX0=function(){return"weeksdag naaste aan dag %s"},e.prototype.commaOnTheX0OfTheMonth=function(){return", op die %s van die maande"},e.prototype.commaEveryX0Days=function(){return", elke %s dae"},e.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", tussen dag %s en %s van die maand"},e.prototype.commaOnDayX0OfTheMonth=function(){return", op dag %s van die maand"},e.prototype.commaEveryHour=function(){return", elke uur"},e.prototype.commaEveryX0Years=function(){return", elke %s jare"},e.prototype.commaStartingX0=function(){return", beginnende %s"},e.prototype.daysOfTheWeek=function(){return["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"]},e.prototype.monthsOfTheYear=function(){return["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"]},e}();n.af=u,t().locales.af=new u})(),r})()));
|
|
@@ -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/ar", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/ar"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/ar"] = 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.ar = void 0;
|
|
100
|
+
var ar = (function () {
|
|
101
|
+
function ar() {
|
|
102
|
+
}
|
|
103
|
+
ar.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
ar.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
ar.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
ar.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
ar.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return false;
|
|
117
|
+
};
|
|
118
|
+
ar.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "حدث خطأ في إنشاء وصف المصطلح٠ تأكد من تركيب مصطلح الكرون";
|
|
120
|
+
};
|
|
121
|
+
ar.prototype.everyMinute = function () {
|
|
122
|
+
return "كل دقيقة";
|
|
123
|
+
};
|
|
124
|
+
ar.prototype.everyHour = function () {
|
|
125
|
+
return "كل ساعة";
|
|
126
|
+
};
|
|
127
|
+
ar.prototype.atSpace = function () {
|
|
128
|
+
return " ";
|
|
129
|
+
};
|
|
130
|
+
ar.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
131
|
+
return "كل دقيقة بين %s و %s";
|
|
132
|
+
};
|
|
133
|
+
ar.prototype.at = function () {
|
|
134
|
+
return "";
|
|
135
|
+
};
|
|
136
|
+
ar.prototype.spaceAnd = function () {
|
|
137
|
+
return " و";
|
|
138
|
+
};
|
|
139
|
+
ar.prototype.everySecond = function () {
|
|
140
|
+
return "كل ثانية";
|
|
141
|
+
};
|
|
142
|
+
ar.prototype.everyX0Seconds = function () {
|
|
143
|
+
return "كل %s ثواني";
|
|
144
|
+
};
|
|
145
|
+
ar.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
146
|
+
return "الثواني %s حتى %s من بداية الدقيقة";
|
|
147
|
+
};
|
|
148
|
+
ar.prototype.atX0SecondsPastTheMinute = function () {
|
|
149
|
+
return "الثانية %s من بداية الدقيقة";
|
|
150
|
+
};
|
|
151
|
+
ar.prototype.everyX0Minutes = function () {
|
|
152
|
+
return "كل %s دقائق";
|
|
153
|
+
};
|
|
154
|
+
ar.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
155
|
+
return "الدقائق %s حتى %s من بداية الساعة";
|
|
156
|
+
};
|
|
157
|
+
ar.prototype.atX0MinutesPastTheHour = function () {
|
|
158
|
+
return "الدقيقة %s من بداية الساعة";
|
|
159
|
+
};
|
|
160
|
+
ar.prototype.everyX0Hours = function () {
|
|
161
|
+
return "كل %s ساعات";
|
|
162
|
+
};
|
|
163
|
+
ar.prototype.betweenX0AndX1 = function () {
|
|
164
|
+
return "بين %s و %s";
|
|
165
|
+
};
|
|
166
|
+
ar.prototype.atX0 = function () {
|
|
167
|
+
return "%s";
|
|
168
|
+
};
|
|
169
|
+
ar.prototype.commaEveryDay = function () {
|
|
170
|
+
return "، كل يوم";
|
|
171
|
+
};
|
|
172
|
+
ar.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
173
|
+
return "، كل %s من أيام الأسبوع";
|
|
174
|
+
};
|
|
175
|
+
ar.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return "، %s حتى %s";
|
|
177
|
+
};
|
|
178
|
+
ar.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return "، و %s حتى %s";
|
|
180
|
+
};
|
|
181
|
+
ar.prototype.first = function () {
|
|
182
|
+
return "أول";
|
|
183
|
+
};
|
|
184
|
+
ar.prototype.second = function () {
|
|
185
|
+
return "ثاني";
|
|
186
|
+
};
|
|
187
|
+
ar.prototype.third = function () {
|
|
188
|
+
return "ثالث";
|
|
189
|
+
};
|
|
190
|
+
ar.prototype.fourth = function () {
|
|
191
|
+
return "رابع";
|
|
192
|
+
};
|
|
193
|
+
ar.prototype.fifth = function () {
|
|
194
|
+
return "خامس";
|
|
195
|
+
};
|
|
196
|
+
ar.prototype.commaOnThe = function () {
|
|
197
|
+
return "، في ال";
|
|
198
|
+
};
|
|
199
|
+
ar.prototype.spaceX0OfTheMonth = function () {
|
|
200
|
+
return " %s من الشهر";
|
|
201
|
+
};
|
|
202
|
+
ar.prototype.lastDay = function () {
|
|
203
|
+
return "اليوم الأخير";
|
|
204
|
+
};
|
|
205
|
+
ar.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
206
|
+
return "، في اخر %s من الشهر";
|
|
207
|
+
};
|
|
208
|
+
ar.prototype.commaOnlyOnX0 = function () {
|
|
209
|
+
return "، %s فقط";
|
|
210
|
+
};
|
|
211
|
+
ar.prototype.commaAndOnX0 = function () {
|
|
212
|
+
return "، وفي %s";
|
|
213
|
+
};
|
|
214
|
+
ar.prototype.commaEveryX0Months = function () {
|
|
215
|
+
return "، كل %s أشهر";
|
|
216
|
+
};
|
|
217
|
+
ar.prototype.commaOnlyInX0 = function () {
|
|
218
|
+
return "، %s فقط";
|
|
219
|
+
};
|
|
220
|
+
ar.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
221
|
+
return "، في اخر يوم من الشهر";
|
|
222
|
+
};
|
|
223
|
+
ar.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
224
|
+
return "، في اخر يوم أسبوع من الشهر";
|
|
225
|
+
};
|
|
226
|
+
ar.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
227
|
+
return "، %s أيام قبل اخر يوم من الشهر";
|
|
228
|
+
};
|
|
229
|
+
ar.prototype.firstWeekday = function () {
|
|
230
|
+
return "اول ايام الأسبوع";
|
|
231
|
+
};
|
|
232
|
+
ar.prototype.weekdayNearestDayX0 = function () {
|
|
233
|
+
return "يوم الأسبوع الأقرب ليوم %s";
|
|
234
|
+
};
|
|
235
|
+
ar.prototype.commaOnTheX0OfTheMonth = function () {
|
|
236
|
+
return "، في %s من الشهر";
|
|
237
|
+
};
|
|
238
|
+
ar.prototype.commaEveryX0Days = function () {
|
|
239
|
+
return "، كل %s أيام";
|
|
240
|
+
};
|
|
241
|
+
ar.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
242
|
+
return "، بين يوم %s و %s من الشهر";
|
|
243
|
+
};
|
|
244
|
+
ar.prototype.commaOnDayX0OfTheMonth = function () {
|
|
245
|
+
return "، في اليوم %s من الشهر";
|
|
246
|
+
};
|
|
247
|
+
ar.prototype.commaEveryHour = function () {
|
|
248
|
+
return "، كل ساعة";
|
|
249
|
+
};
|
|
250
|
+
ar.prototype.commaEveryX0Years = function () {
|
|
251
|
+
return "، كل %s سنوات";
|
|
252
|
+
};
|
|
253
|
+
ar.prototype.commaStartingX0 = function () {
|
|
254
|
+
return "، بداية من %s";
|
|
255
|
+
};
|
|
256
|
+
ar.prototype.daysOfTheWeek = function () {
|
|
257
|
+
return ["الأحد", "الإثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت"];
|
|
258
|
+
};
|
|
259
|
+
ar.prototype.monthsOfTheYear = function () {
|
|
260
|
+
return [
|
|
261
|
+
"يناير",
|
|
262
|
+
"فبراير",
|
|
263
|
+
"مارس",
|
|
264
|
+
"ابريل",
|
|
265
|
+
"مايو",
|
|
266
|
+
"يونيو",
|
|
267
|
+
"يوليو",
|
|
268
|
+
"أغسطس",
|
|
269
|
+
"سبتمبر",
|
|
270
|
+
"أكتوبر",
|
|
271
|
+
"نوفمبر",
|
|
272
|
+
"ديسمبر",
|
|
273
|
+
];
|
|
274
|
+
};
|
|
275
|
+
return ar;
|
|
276
|
+
}());
|
|
277
|
+
exports.ar = ar;
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.ar) = new ar();
|
|
281
|
+
|
|
282
|
+
})();
|
|
283
|
+
|
|
284
|
+
/******/ return __webpack_exports__;
|
|
285
|
+
/******/ })()
|
|
286
|
+
;
|
|
287
|
+
});
|
|
@@ -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/ar.min",["cronstrue"],e):"object"==typeof exports?exports["locales/ar.min"]=e(require("cronstrue")):t["locales/ar.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.ar=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!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"حدث خطأ في إنشاء وصف المصطلح٠ تأكد من تركيب مصطلح الكرون"},t.prototype.everyMinute=function(){return"كل دقيقة"},t.prototype.everyHour=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.commaEveryHour=function(){return"، كل ساعة"},t.prototype.commaEveryX0Years=function(){return"، كل %s سنوات"},t.prototype.commaStartingX0=function(){return"، بداية من %s"},t.prototype.daysOfTheWeek=function(){return["الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"]},t.prototype.monthsOfTheYear=function(){return["يناير","فبراير","مارس","ابريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]},t}();o.ar=u,e().locales.ar=new u})(),n})()));
|