@nocobase/plugin-client 0.13.0-alpha.4 → 0.13.0-alpha.6
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/es", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/es"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/es"] = 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.es = void 0;
|
|
100
|
+
var es = (function () {
|
|
101
|
+
function es() {
|
|
102
|
+
}
|
|
103
|
+
es.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
es.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
es.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
es.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
es.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return false;
|
|
117
|
+
};
|
|
118
|
+
es.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "Ocurrió un error mientras se generaba la descripción de la expresión. Revise la sintaxis de la expresión de cron.";
|
|
120
|
+
};
|
|
121
|
+
es.prototype.at = function () {
|
|
122
|
+
return "A las";
|
|
123
|
+
};
|
|
124
|
+
es.prototype.atSpace = function () {
|
|
125
|
+
return "A las ";
|
|
126
|
+
};
|
|
127
|
+
es.prototype.atX0 = function () {
|
|
128
|
+
return "a las %s";
|
|
129
|
+
};
|
|
130
|
+
es.prototype.atX0MinutesPastTheHour = function () {
|
|
131
|
+
return "a los %s minutos de la hora";
|
|
132
|
+
};
|
|
133
|
+
es.prototype.atX0SecondsPastTheMinute = function () {
|
|
134
|
+
return "a los %s segundos del minuto";
|
|
135
|
+
};
|
|
136
|
+
es.prototype.betweenX0AndX1 = function () {
|
|
137
|
+
return "entre las %s y las %s";
|
|
138
|
+
};
|
|
139
|
+
es.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
140
|
+
return ", entre los días %s y %s del mes";
|
|
141
|
+
};
|
|
142
|
+
es.prototype.commaEveryDay = function () {
|
|
143
|
+
return ", cada día";
|
|
144
|
+
};
|
|
145
|
+
es.prototype.commaEveryX0Days = function () {
|
|
146
|
+
return ", cada %s días";
|
|
147
|
+
};
|
|
148
|
+
es.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
149
|
+
return ", cada %s días de la semana";
|
|
150
|
+
};
|
|
151
|
+
es.prototype.commaEveryX0Months = function () {
|
|
152
|
+
return ", cada %s meses";
|
|
153
|
+
};
|
|
154
|
+
es.prototype.commaOnDayX0OfTheMonth = function () {
|
|
155
|
+
return ", el día %s del mes";
|
|
156
|
+
};
|
|
157
|
+
es.prototype.commaOnlyInX0 = function () {
|
|
158
|
+
return ", sólo en %s";
|
|
159
|
+
};
|
|
160
|
+
es.prototype.commaOnlyOnX0 = function () {
|
|
161
|
+
return ", sólo el %s";
|
|
162
|
+
};
|
|
163
|
+
es.prototype.commaAndOnX0 = function () {
|
|
164
|
+
return ", y el %s";
|
|
165
|
+
};
|
|
166
|
+
es.prototype.commaOnThe = function () {
|
|
167
|
+
return ", en el ";
|
|
168
|
+
};
|
|
169
|
+
es.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
170
|
+
return ", en el último día del mes";
|
|
171
|
+
};
|
|
172
|
+
es.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
173
|
+
return ", en el último día de la semana del mes";
|
|
174
|
+
};
|
|
175
|
+
es.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
176
|
+
return ", %s días antes del último día del mes";
|
|
177
|
+
};
|
|
178
|
+
es.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
179
|
+
return ", en el último %s del mes";
|
|
180
|
+
};
|
|
181
|
+
es.prototype.commaOnTheX0OfTheMonth = function () {
|
|
182
|
+
return ", en el %s del mes";
|
|
183
|
+
};
|
|
184
|
+
es.prototype.commaX0ThroughX1 = function () {
|
|
185
|
+
return ", de %s a %s";
|
|
186
|
+
};
|
|
187
|
+
es.prototype.commaAndX0ThroughX1 = function () {
|
|
188
|
+
return ", y de %s a %s";
|
|
189
|
+
};
|
|
190
|
+
es.prototype.everyHour = function () {
|
|
191
|
+
return "cada hora";
|
|
192
|
+
};
|
|
193
|
+
es.prototype.everyMinute = function () {
|
|
194
|
+
return "cada minuto";
|
|
195
|
+
};
|
|
196
|
+
es.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
197
|
+
return "cada minuto entre las %s y las %s";
|
|
198
|
+
};
|
|
199
|
+
es.prototype.everySecond = function () {
|
|
200
|
+
return "cada segundo";
|
|
201
|
+
};
|
|
202
|
+
es.prototype.everyX0Hours = function () {
|
|
203
|
+
return "cada %s horas";
|
|
204
|
+
};
|
|
205
|
+
es.prototype.everyX0Minutes = function () {
|
|
206
|
+
return "cada %s minutos";
|
|
207
|
+
};
|
|
208
|
+
es.prototype.everyX0Seconds = function () {
|
|
209
|
+
return "cada %s segundos";
|
|
210
|
+
};
|
|
211
|
+
es.prototype.fifth = function () {
|
|
212
|
+
return "quinto";
|
|
213
|
+
};
|
|
214
|
+
es.prototype.first = function () {
|
|
215
|
+
return "primero";
|
|
216
|
+
};
|
|
217
|
+
es.prototype.firstWeekday = function () {
|
|
218
|
+
return "primer día de la semana";
|
|
219
|
+
};
|
|
220
|
+
es.prototype.fourth = function () {
|
|
221
|
+
return "cuarto";
|
|
222
|
+
};
|
|
223
|
+
es.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
224
|
+
return "del minuto %s al %s pasada la hora";
|
|
225
|
+
};
|
|
226
|
+
es.prototype.second = function () {
|
|
227
|
+
return "segundo";
|
|
228
|
+
};
|
|
229
|
+
es.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
230
|
+
return "En los segundos %s al %s de cada minuto";
|
|
231
|
+
};
|
|
232
|
+
es.prototype.spaceAnd = function () {
|
|
233
|
+
return " y";
|
|
234
|
+
};
|
|
235
|
+
es.prototype.spaceX0OfTheMonth = function () {
|
|
236
|
+
return " %s del mes";
|
|
237
|
+
};
|
|
238
|
+
es.prototype.lastDay = function () {
|
|
239
|
+
return "el último día";
|
|
240
|
+
};
|
|
241
|
+
es.prototype.third = function () {
|
|
242
|
+
return "tercer";
|
|
243
|
+
};
|
|
244
|
+
es.prototype.weekdayNearestDayX0 = function () {
|
|
245
|
+
return "día de la semana más próximo al %s";
|
|
246
|
+
};
|
|
247
|
+
es.prototype.commaEveryX0Years = function () {
|
|
248
|
+
return ", cada %s años";
|
|
249
|
+
};
|
|
250
|
+
es.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", comenzando %s";
|
|
252
|
+
};
|
|
253
|
+
es.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"];
|
|
255
|
+
};
|
|
256
|
+
es.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"enero",
|
|
259
|
+
"febrero",
|
|
260
|
+
"marzo",
|
|
261
|
+
"abril",
|
|
262
|
+
"mayo",
|
|
263
|
+
"junio",
|
|
264
|
+
"julio",
|
|
265
|
+
"agosto",
|
|
266
|
+
"septiembre",
|
|
267
|
+
"octubre",
|
|
268
|
+
"noviembre",
|
|
269
|
+
"diciembre",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return es;
|
|
273
|
+
}());
|
|
274
|
+
exports.es = es;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.es) = new es();
|
|
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/es.min",["cronstrue"],t):"object"==typeof exports?exports["locales/es.min"]=t(require("cronstrue")):e["locales/es.min"]=t(e.cronstrue)}(globalThis,(e=>(()=>{"use strict";var t={34:t=>{t.exports=e}},o={};function n(e){var r=o[e];if(void 0!==r)return r.exports;var u=o[e]={exports:{}};return t[e](u,u.exports,n),u.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{n.r(r);var e=n(34),t=n.n(e),o=r;Object.defineProperty(o,"__esModule",{value:!0}),o.es=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"Ocurrió un error mientras se generaba la descripción de la expresión. Revise la sintaxis de la expresión de cron."},e.prototype.at=function(){return"A las"},e.prototype.atSpace=function(){return"A las "},e.prototype.atX0=function(){return"a las %s"},e.prototype.atX0MinutesPastTheHour=function(){return"a los %s minutos de la hora"},e.prototype.atX0SecondsPastTheMinute=function(){return"a los %s segundos del minuto"},e.prototype.betweenX0AndX1=function(){return"entre las %s y las %s"},e.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", entre los días %s y %s del mes"},e.prototype.commaEveryDay=function(){return", cada día"},e.prototype.commaEveryX0Days=function(){return", cada %s días"},e.prototype.commaEveryX0DaysOfTheWeek=function(){return", cada %s días de la semana"},e.prototype.commaEveryX0Months=function(){return", cada %s meses"},e.prototype.commaOnDayX0OfTheMonth=function(){return", el día %s del mes"},e.prototype.commaOnlyInX0=function(){return", sólo en %s"},e.prototype.commaOnlyOnX0=function(){return", sólo el %s"},e.prototype.commaAndOnX0=function(){return", y el %s"},e.prototype.commaOnThe=function(){return", en el "},e.prototype.commaOnTheLastDayOfTheMonth=function(){return", en el último día del mes"},e.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", en el último día de la semana del mes"},e.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s días antes del último día del mes"},e.prototype.commaOnTheLastX0OfTheMonth=function(){return", en el último %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", y de %s a %s"},e.prototype.everyHour=function(){return"cada hora"},e.prototype.everyMinute=function(){return"cada minuto"},e.prototype.everyMinuteBetweenX0AndX1=function(){return"cada minuto entre las %s y las %s"},e.prototype.everySecond=function(){return"cada segundo"},e.prototype.everyX0Hours=function(){return"cada %s horas"},e.prototype.everyX0Minutes=function(){return"cada %s minutos"},e.prototype.everyX0Seconds=function(){return"cada %s segundos"},e.prototype.fifth=function(){return"quinto"},e.prototype.first=function(){return"primero"},e.prototype.firstWeekday=function(){return"primer día de la semana"},e.prototype.fourth=function(){return"cuarto"},e.prototype.minutesX0ThroughX1PastTheHour=function(){return"del minuto %s al %s pasada la hora"},e.prototype.second=function(){return"segundo"},e.prototype.secondsX0ThroughX1PastTheMinute=function(){return"En los segundos %s al %s de cada minuto"},e.prototype.spaceAnd=function(){return" y"},e.prototype.spaceX0OfTheMonth=function(){return" %s del mes"},e.prototype.lastDay=function(){return"el último día"},e.prototype.third=function(){return"tercer"},e.prototype.weekdayNearestDayX0=function(){return"día de la semana más próximo al %s"},e.prototype.commaEveryX0Years=function(){return", cada %s años"},e.prototype.commaStartingX0=function(){return", comenzando %s"},e.prototype.daysOfTheWeek=function(){return["domingo","lunes","martes","miércoles","jueves","viernes","sábado"]},e.prototype.monthsOfTheYear=function(){return["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]},e}();o.es=u,t().locales.es=new u})(),r})()));
|
|
@@ -0,0 +1,277 @@
|
|
|
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/fa", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/fa"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/fa"] = 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.fa = void 0;
|
|
100
|
+
var fa = (function () {
|
|
101
|
+
function fa() {
|
|
102
|
+
}
|
|
103
|
+
fa.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
fa.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
fa.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
fa.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
fa.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return true;
|
|
117
|
+
};
|
|
118
|
+
fa.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "خطایی در نمایش توضیحات این وظیفه رخ داد. لطفا ساختار آن را بررسی کنید.";
|
|
120
|
+
};
|
|
121
|
+
fa.prototype.everyMinute = function () {
|
|
122
|
+
return "هر دقیقه";
|
|
123
|
+
};
|
|
124
|
+
fa.prototype.everyHour = function () {
|
|
125
|
+
return "هر ساعت";
|
|
126
|
+
};
|
|
127
|
+
fa.prototype.atSpace = function () {
|
|
128
|
+
return "در ";
|
|
129
|
+
};
|
|
130
|
+
fa.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
131
|
+
return "هر دقیقه بین %s و %s";
|
|
132
|
+
};
|
|
133
|
+
fa.prototype.at = function () {
|
|
134
|
+
return "در";
|
|
135
|
+
};
|
|
136
|
+
fa.prototype.spaceAnd = function () {
|
|
137
|
+
return " و";
|
|
138
|
+
};
|
|
139
|
+
fa.prototype.everySecond = function () {
|
|
140
|
+
return "هر ثانیه";
|
|
141
|
+
};
|
|
142
|
+
fa.prototype.everyX0Seconds = function () {
|
|
143
|
+
return "هر %s ثانیه";
|
|
144
|
+
};
|
|
145
|
+
fa.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
146
|
+
return "ثانیه %s تا %s دقیقه گذشته";
|
|
147
|
+
};
|
|
148
|
+
fa.prototype.atX0SecondsPastTheMinute = function () {
|
|
149
|
+
return "در %s قانیه از دقیقه گذشته";
|
|
150
|
+
};
|
|
151
|
+
fa.prototype.everyX0Minutes = function () {
|
|
152
|
+
return "هر %s دقیقه";
|
|
153
|
+
};
|
|
154
|
+
fa.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
155
|
+
return "دقیقه %s تا %s ساعت گذشته";
|
|
156
|
+
};
|
|
157
|
+
fa.prototype.atX0MinutesPastTheHour = function () {
|
|
158
|
+
return "در %s دقیقه پس از ساعت";
|
|
159
|
+
};
|
|
160
|
+
fa.prototype.everyX0Hours = function () {
|
|
161
|
+
return "هر %s ساعت";
|
|
162
|
+
};
|
|
163
|
+
fa.prototype.betweenX0AndX1 = function () {
|
|
164
|
+
return "بین %s و %s";
|
|
165
|
+
};
|
|
166
|
+
fa.prototype.atX0 = function () {
|
|
167
|
+
return "در %s";
|
|
168
|
+
};
|
|
169
|
+
fa.prototype.commaEveryDay = function () {
|
|
170
|
+
return ", هر روز";
|
|
171
|
+
};
|
|
172
|
+
fa.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
173
|
+
return ", هر %s روز از هفته";
|
|
174
|
+
};
|
|
175
|
+
fa.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", %s تا %s";
|
|
177
|
+
};
|
|
178
|
+
fa.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", و %s تا %s";
|
|
180
|
+
};
|
|
181
|
+
fa.prototype.first = function () {
|
|
182
|
+
return "اول";
|
|
183
|
+
};
|
|
184
|
+
fa.prototype.second = function () {
|
|
185
|
+
return "دوم";
|
|
186
|
+
};
|
|
187
|
+
fa.prototype.third = function () {
|
|
188
|
+
return "سوم";
|
|
189
|
+
};
|
|
190
|
+
fa.prototype.fourth = function () {
|
|
191
|
+
return "چهارم";
|
|
192
|
+
};
|
|
193
|
+
fa.prototype.fifth = function () {
|
|
194
|
+
return "پنجم";
|
|
195
|
+
};
|
|
196
|
+
fa.prototype.commaOnThe = function () {
|
|
197
|
+
return ", در ";
|
|
198
|
+
};
|
|
199
|
+
fa.prototype.spaceX0OfTheMonth = function () {
|
|
200
|
+
return " %s ماه";
|
|
201
|
+
};
|
|
202
|
+
fa.prototype.lastDay = function () {
|
|
203
|
+
return "آخرین روز";
|
|
204
|
+
};
|
|
205
|
+
fa.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
206
|
+
return ", در %s ماه";
|
|
207
|
+
};
|
|
208
|
+
fa.prototype.commaOnlyOnX0 = function () {
|
|
209
|
+
return ", فقط در %s";
|
|
210
|
+
};
|
|
211
|
+
fa.prototype.commaAndOnX0 = function () {
|
|
212
|
+
return ", و در %s";
|
|
213
|
+
};
|
|
214
|
+
fa.prototype.commaEveryX0Months = function () {
|
|
215
|
+
return ", هر %s ماه";
|
|
216
|
+
};
|
|
217
|
+
fa.prototype.commaOnlyInX0 = function () {
|
|
218
|
+
return ", فقط در %s";
|
|
219
|
+
};
|
|
220
|
+
fa.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
221
|
+
return ", در آخرین روز ماه";
|
|
222
|
+
};
|
|
223
|
+
fa.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
224
|
+
return ", در آخرین روز ماه";
|
|
225
|
+
};
|
|
226
|
+
fa.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
227
|
+
return ", %s روز قبل از آخرین روز ماه";
|
|
228
|
+
};
|
|
229
|
+
fa.prototype.firstWeekday = function () {
|
|
230
|
+
return "اولین روز";
|
|
231
|
+
};
|
|
232
|
+
fa.prototype.weekdayNearestDayX0 = function () {
|
|
233
|
+
return "روز نزدیک به روز %s";
|
|
234
|
+
};
|
|
235
|
+
fa.prototype.commaOnTheX0OfTheMonth = function () {
|
|
236
|
+
return ", در %s ماه";
|
|
237
|
+
};
|
|
238
|
+
fa.prototype.commaEveryX0Days = function () {
|
|
239
|
+
return ", هر %s روز";
|
|
240
|
+
};
|
|
241
|
+
fa.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
242
|
+
return ", بین روز %s و %s ماه";
|
|
243
|
+
};
|
|
244
|
+
fa.prototype.commaOnDayX0OfTheMonth = function () {
|
|
245
|
+
return ", در %s ماه";
|
|
246
|
+
};
|
|
247
|
+
fa.prototype.commaEveryMinute = function () {
|
|
248
|
+
return ", هر minute";
|
|
249
|
+
};
|
|
250
|
+
fa.prototype.commaEveryHour = function () {
|
|
251
|
+
return ", هر ساعت";
|
|
252
|
+
};
|
|
253
|
+
fa.prototype.commaEveryX0Years = function () {
|
|
254
|
+
return ", هر %s سال";
|
|
255
|
+
};
|
|
256
|
+
fa.prototype.commaStartingX0 = function () {
|
|
257
|
+
return ", آغاز %s";
|
|
258
|
+
};
|
|
259
|
+
fa.prototype.daysOfTheWeek = function () {
|
|
260
|
+
return ["یکشنبه", "دوشنبه", "سهشنبه", "چهارشنبه", "پنجشنبه", "جمعه", "شنبه"];
|
|
261
|
+
};
|
|
262
|
+
fa.prototype.monthsOfTheYear = function () {
|
|
263
|
+
return ["ژانویه", "فوریه", "مارس", "آپریل", "مه", "ژوئن", "ژوئیه", "آگوست", "سپتامبر", "اکتبر", "نوامبر", "دسامبر"];
|
|
264
|
+
};
|
|
265
|
+
return fa;
|
|
266
|
+
}());
|
|
267
|
+
exports.fa = fa;
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.fa) = new fa();
|
|
271
|
+
|
|
272
|
+
})();
|
|
273
|
+
|
|
274
|
+
/******/ return __webpack_exports__;
|
|
275
|
+
/******/ })()
|
|
276
|
+
;
|
|
277
|
+
});
|
|
@@ -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/fa.min",["cronstrue"],e):"object"==typeof exports?exports["locales/fa.min"]=e(require("cronstrue")):t["locales/fa.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.fa=void 0;var u=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"خطایی در نمایش توضیحات این وظیفه رخ داد. لطفا ساختار آن را بررسی کنید."},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.commaEveryMinute=function(){return", هر minute"},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.fa=u,e().locales.fa=new u})(),n})()));
|