@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.
Files changed (156) hide show
  1. package/dist/client/index.js +1 -11
  2. package/dist/index.js +37 -16
  3. package/dist/locale/cron/zh_CN.js +97 -42
  4. package/dist/locale/en_US.js +43 -28
  5. package/dist/locale/es_ES.js +328 -313
  6. package/dist/locale/fr_FR.js +329 -314
  7. package/dist/locale/index.js +160 -273
  8. package/dist/locale/ja_JP.js +635 -620
  9. package/dist/locale/pt_BR.js +365 -350
  10. package/dist/locale/ru_RU.js +519 -504
  11. package/dist/locale/tr_TR.js +388 -373
  12. package/dist/locale/uk_UA.js +720 -705
  13. package/dist/locale/zh_CN.js +793 -778
  14. package/dist/node_modules/cronstrue/LICENSE +21 -0
  15. package/dist/node_modules/cronstrue/bin/cli.js +26 -0
  16. package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
  17. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
  18. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
  19. package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
  20. package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
  21. package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
  22. package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
  23. package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
  24. package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
  25. package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
  26. package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
  27. package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
  28. package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
  29. package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
  30. package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
  31. package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
  32. package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
  33. package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
  34. package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
  35. package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
  36. package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
  37. package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
  38. package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
  39. package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
  40. package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
  41. package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
  42. package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
  43. package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
  44. package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
  45. package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
  46. package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
  47. package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
  48. package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
  49. package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
  50. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
  51. package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
  52. package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
  53. package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
  54. package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
  55. package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
  56. package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
  57. package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
  58. package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
  59. package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
  60. package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
  61. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
  62. package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
  63. package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
  64. package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
  65. package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
  66. package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
  67. package/dist/node_modules/cronstrue/i18n.js +5 -0
  68. package/dist/node_modules/cronstrue/locales/af.js +287 -0
  69. package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
  70. package/dist/node_modules/cronstrue/locales/ar.js +287 -0
  71. package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
  72. package/dist/node_modules/cronstrue/locales/be.js +284 -0
  73. package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
  74. package/dist/node_modules/cronstrue/locales/ca.js +284 -0
  75. package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
  76. package/dist/node_modules/cronstrue/locales/cs.js +284 -0
  77. package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
  78. package/dist/node_modules/cronstrue/locales/da.js +284 -0
  79. package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
  80. package/dist/node_modules/cronstrue/locales/de.js +284 -0
  81. package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
  82. package/dist/node_modules/cronstrue/locales/en.js +287 -0
  83. package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
  84. package/dist/node_modules/cronstrue/locales/es.js +284 -0
  85. package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
  86. package/dist/node_modules/cronstrue/locales/fa.js +277 -0
  87. package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
  88. package/dist/node_modules/cronstrue/locales/fi.js +293 -0
  89. package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
  90. package/dist/node_modules/cronstrue/locales/fr.js +287 -0
  91. package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
  92. package/dist/node_modules/cronstrue/locales/he.js +271 -0
  93. package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
  94. package/dist/node_modules/cronstrue/locales/hu.js +287 -0
  95. package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
  96. package/dist/node_modules/cronstrue/locales/id.js +287 -0
  97. package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
  98. package/dist/node_modules/cronstrue/locales/it.js +284 -0
  99. package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
  100. package/dist/node_modules/cronstrue/locales/ja.js +286 -0
  101. package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
  102. package/dist/node_modules/cronstrue/locales/ko.js +286 -0
  103. package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
  104. package/dist/node_modules/cronstrue/locales/nb.js +284 -0
  105. package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
  106. package/dist/node_modules/cronstrue/locales/nl.js +284 -0
  107. package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
  108. package/dist/node_modules/cronstrue/locales/pl.js +284 -0
  109. package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
  110. package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
  111. package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
  112. package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
  113. package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
  114. package/dist/node_modules/cronstrue/locales/ro.js +284 -0
  115. package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
  116. package/dist/node_modules/cronstrue/locales/ru.js +327 -0
  117. package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
  118. package/dist/node_modules/cronstrue/locales/sk.js +284 -0
  119. package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
  120. package/dist/node_modules/cronstrue/locales/sl.js +284 -0
  121. package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
  122. package/dist/node_modules/cronstrue/locales/sv.js +284 -0
  123. package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
  124. package/dist/node_modules/cronstrue/locales/sw.js +284 -0
  125. package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
  126. package/dist/node_modules/cronstrue/locales/th.js +287 -0
  127. package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
  128. package/dist/node_modules/cronstrue/locales/tr.js +284 -0
  129. package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
  130. package/dist/node_modules/cronstrue/locales/uk.js +284 -0
  131. package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
  132. package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
  133. package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
  134. package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
  135. package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
  136. package/dist/node_modules/cronstrue/package.json +1 -0
  137. package/dist/server/antd.js +30 -9
  138. package/dist/server/cron.js +30 -9
  139. package/dist/server/cronstrue.js +26 -4
  140. package/dist/server/index.js +33 -11
  141. package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
  142. package/dist/server/server.js +74 -48
  143. package/dist/swagger/index.json +7 -0
  144. package/package.json +2 -2
  145. package/dist/locale/cron/zh_CN.d.ts +0 -34
  146. package/dist/locale/en_US.d.ts +0 -726
  147. package/dist/locale/es_ES.d.ts +0 -694
  148. package/dist/locale/fr_FR.d.ts +0 -712
  149. package/dist/locale/index.d.ts +0 -272
  150. package/dist/locale/ja_JP.d.ts +0 -628
  151. package/dist/locale/pt_BR.d.ts +0 -672
  152. package/dist/locale/ru_RU.d.ts +0 -508
  153. package/dist/locale/tr_TR.d.ts +0 -506
  154. package/dist/locale/uk_UA.d.ts +0 -714
  155. package/dist/locale/zh_CN.d.ts +0 -779
  156. package/dist/swagger/index.js +0 -19
@@ -0,0 +1,271 @@
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/he", ["cronstrue"], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["locales/he"] = factory(require("cronstrue"));
8
+ else
9
+ root["locales/he"] = 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.he = void 0;
100
+ var he = (function () {
101
+ function he() {
102
+ }
103
+ he.prototype.atX0SecondsPastTheMinuteGt20 = function () {
104
+ return null;
105
+ };
106
+ he.prototype.atX0MinutesPastTheHourGt20 = function () {
107
+ return null;
108
+ };
109
+ he.prototype.commaMonthX0ThroughMonthX1 = function () {
110
+ return null;
111
+ };
112
+ he.prototype.commaYearX0ThroughYearX1 = function () {
113
+ return null;
114
+ };
115
+ he.prototype.use24HourTimeFormatByDefault = function () {
116
+ return true;
117
+ };
118
+ he.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
119
+ return "אירעה שגיאה בעת יצירת תיאור הביטוי. בדוק את תחביר הביטוי cron.";
120
+ };
121
+ he.prototype.everyMinute = function () {
122
+ return "כל דקה";
123
+ };
124
+ he.prototype.everyHour = function () {
125
+ return "כל שעה";
126
+ };
127
+ he.prototype.atSpace = function () {
128
+ return "ב ";
129
+ };
130
+ he.prototype.everyMinuteBetweenX0AndX1 = function () {
131
+ return "כל דקה %s עד %s";
132
+ };
133
+ he.prototype.at = function () {
134
+ return "ב";
135
+ };
136
+ he.prototype.spaceAnd = function () {
137
+ return " ו";
138
+ };
139
+ he.prototype.everySecond = function () {
140
+ return "כל שניה";
141
+ };
142
+ he.prototype.everyX0Seconds = function () {
143
+ return "כל %s שניות";
144
+ };
145
+ he.prototype.secondsX0ThroughX1PastTheMinute = function () {
146
+ return "%s עד %s שניות של הדקה";
147
+ };
148
+ he.prototype.atX0SecondsPastTheMinute = function () {
149
+ return "ב %s שניות של הדקה";
150
+ };
151
+ he.prototype.everyX0Minutes = function () {
152
+ return "כל %s דקות";
153
+ };
154
+ he.prototype.minutesX0ThroughX1PastTheHour = function () {
155
+ return "%s עד %s דקות של השעה";
156
+ };
157
+ he.prototype.atX0MinutesPastTheHour = function () {
158
+ return "ב %s דקות של השעה";
159
+ };
160
+ he.prototype.everyX0Hours = function () {
161
+ return "כל %s שעות";
162
+ };
163
+ he.prototype.betweenX0AndX1 = function () {
164
+ return "%s עד %s";
165
+ };
166
+ he.prototype.atX0 = function () {
167
+ return "ב %s";
168
+ };
169
+ he.prototype.commaEveryDay = function () {
170
+ return ", כל יום";
171
+ };
172
+ he.prototype.commaEveryX0DaysOfTheWeek = function () {
173
+ return ", כל %s ימים בשבוע";
174
+ };
175
+ he.prototype.commaX0ThroughX1 = function () {
176
+ return ", %s עד %s";
177
+ };
178
+ he.prototype.commaAndX0ThroughX1 = function () {
179
+ return ", ו %s עד %s";
180
+ };
181
+ he.prototype.first = function () {
182
+ return "ראשון";
183
+ };
184
+ he.prototype.second = function () {
185
+ return "שני";
186
+ };
187
+ he.prototype.third = function () {
188
+ return "שלישי";
189
+ };
190
+ he.prototype.fourth = function () {
191
+ return "רביעי";
192
+ };
193
+ he.prototype.fifth = function () {
194
+ return "חמישי";
195
+ };
196
+ he.prototype.commaOnThe = function () {
197
+ return ", ב ";
198
+ };
199
+ he.prototype.spaceX0OfTheMonth = function () {
200
+ return " %s של החודש";
201
+ };
202
+ he.prototype.lastDay = function () {
203
+ return "היום האחרון";
204
+ };
205
+ he.prototype.commaOnTheLastX0OfTheMonth = function () {
206
+ return ", רק ב %s של החודש";
207
+ };
208
+ he.prototype.commaOnlyOnX0 = function () {
209
+ return ", רק ב %s";
210
+ };
211
+ he.prototype.commaAndOnX0 = function () {
212
+ return ", וב %s";
213
+ };
214
+ he.prototype.commaEveryX0Months = function () {
215
+ return ", כל %s חודשים";
216
+ };
217
+ he.prototype.commaOnlyInX0 = function () {
218
+ return ", רק ב %s";
219
+ };
220
+ he.prototype.commaOnTheLastDayOfTheMonth = function () {
221
+ return ", ביום האחרון של החודש";
222
+ };
223
+ he.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
224
+ return ", ביום החול האחרון של החודש";
225
+ };
226
+ he.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
227
+ return ", %s ימים לפני היום האחרון בחודש";
228
+ };
229
+ he.prototype.firstWeekday = function () {
230
+ return "יום החול הראשון";
231
+ };
232
+ he.prototype.weekdayNearestDayX0 = function () {
233
+ return "יום החול הראשון הקרוב אל %s";
234
+ };
235
+ he.prototype.commaOnTheX0OfTheMonth = function () {
236
+ return ", ביום ה%s של החודש";
237
+ };
238
+ he.prototype.commaEveryX0Days = function () {
239
+ return ", כל %s ימים";
240
+ };
241
+ he.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
242
+ return ", בין היום ה%s וה%s של החודש";
243
+ };
244
+ he.prototype.commaOnDayX0OfTheMonth = function () {
245
+ return ", ביום ה%s של החודש";
246
+ };
247
+ he.prototype.commaEveryX0Years = function () {
248
+ return ", כל %s שנים";
249
+ };
250
+ he.prototype.commaStartingX0 = function () {
251
+ return ", החל מ %s";
252
+ };
253
+ he.prototype.daysOfTheWeek = function () {
254
+ return ["יום ראשון", "יום שני", "יום שלישי", "יום רביעי", "יום חמישי", "יום שישי", "יום שבת"];
255
+ };
256
+ he.prototype.monthsOfTheYear = function () {
257
+ return ["ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר"];
258
+ };
259
+ return he;
260
+ }());
261
+ exports.he = he;
262
+
263
+
264
+ (cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.he) = new he();
265
+
266
+ })();
267
+
268
+ /******/ return __webpack_exports__;
269
+ /******/ })()
270
+ ;
271
+ });
@@ -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/he.min",["cronstrue"],e):"object"==typeof exports?exports["locales/he.min"]=e(require("cronstrue")):t["locales/he.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.he=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"אירעה שגיאה בעת יצירת תיאור הביטוי. בדוק את תחביר הביטוי cron."},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.commaEveryX0Years=function(){return", כל %s שנים"},t.prototype.commaStartingX0=function(){return", החל מ %s"},t.prototype.daysOfTheWeek=function(){return["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום שישי","יום שבת"]},t.prototype.monthsOfTheYear=function(){return["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"]},t}();o.he=u,e().locales.he=new u})(),n})()));
@@ -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/hu", ["cronstrue"], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["locales/hu"] = factory(require("cronstrue"));
8
+ else
9
+ root["locales/hu"] = 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.hu = void 0;
100
+ var hu = (function () {
101
+ function hu() {
102
+ }
103
+ hu.prototype.atX0SecondsPastTheMinuteGt20 = function () {
104
+ return null;
105
+ };
106
+ hu.prototype.atX0MinutesPastTheHourGt20 = function () {
107
+ return null;
108
+ };
109
+ hu.prototype.commaMonthX0ThroughMonthX1 = function () {
110
+ return null;
111
+ };
112
+ hu.prototype.commaYearX0ThroughYearX1 = function () {
113
+ return null;
114
+ };
115
+ hu.prototype.use24HourTimeFormatByDefault = function () {
116
+ return false;
117
+ };
118
+ hu.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
119
+ return "Hiba történt a kifejezésleírás generálásakor. Ellenőrizze a cron kifejezés szintaxisát.";
120
+ };
121
+ hu.prototype.everyMinute = function () {
122
+ return "minden percben";
123
+ };
124
+ hu.prototype.everyHour = function () {
125
+ return "minden órában";
126
+ };
127
+ hu.prototype.atSpace = function () {
128
+ return "Ekkor: ";
129
+ };
130
+ hu.prototype.everyMinuteBetweenX0AndX1 = function () {
131
+ return "percenként %s és %s között";
132
+ };
133
+ hu.prototype.at = function () {
134
+ return "Ekkor:";
135
+ };
136
+ hu.prototype.spaceAnd = function () {
137
+ return " és";
138
+ };
139
+ hu.prototype.everySecond = function () {
140
+ return "minden másodpercben";
141
+ };
142
+ hu.prototype.everyX0Seconds = function () {
143
+ return "%s másodpercenként";
144
+ };
145
+ hu.prototype.secondsX0ThroughX1PastTheMinute = function () {
146
+ return "%s. másodpercben %s perc után";
147
+ };
148
+ hu.prototype.atX0SecondsPastTheMinute = function () {
149
+ return "%s. másodpercben";
150
+ };
151
+ hu.prototype.everyX0Minutes = function () {
152
+ return "minden %s. percben";
153
+ };
154
+ hu.prototype.minutesX0ThroughX1PastTheHour = function () {
155
+ return "%s. percben %s óra után";
156
+ };
157
+ hu.prototype.atX0MinutesPastTheHour = function () {
158
+ return "%s. percben";
159
+ };
160
+ hu.prototype.everyX0Hours = function () {
161
+ return "minden %s órában";
162
+ };
163
+ hu.prototype.betweenX0AndX1 = function () {
164
+ return "%s és %s között";
165
+ };
166
+ hu.prototype.atX0 = function () {
167
+ return "ekkor %s";
168
+ };
169
+ hu.prototype.commaEveryDay = function () {
170
+ return ", minden nap";
171
+ };
172
+ hu.prototype.commaEveryX0DaysOfTheWeek = function () {
173
+ return ", a hét minden %s napján";
174
+ };
175
+ hu.prototype.commaX0ThroughX1 = function () {
176
+ return ", %s - %s";
177
+ };
178
+ hu.prototype.commaAndX0ThroughX1 = function () {
179
+ return ", és %s - %s";
180
+ };
181
+ hu.prototype.first = function () {
182
+ return "első";
183
+ };
184
+ hu.prototype.second = function () {
185
+ return "második";
186
+ };
187
+ hu.prototype.third = function () {
188
+ return "harmadik";
189
+ };
190
+ hu.prototype.fourth = function () {
191
+ return "negyedik";
192
+ };
193
+ hu.prototype.fifth = function () {
194
+ return "ötödik";
195
+ };
196
+ hu.prototype.commaOnThe = function () {
197
+ return ", ";
198
+ };
199
+ hu.prototype.spaceX0OfTheMonth = function () {
200
+ return " %s a hónapban";
201
+ };
202
+ hu.prototype.lastDay = function () {
203
+ return "az utolsó nap";
204
+ };
205
+ hu.prototype.commaOnTheLastX0OfTheMonth = function () {
206
+ return ", a hónap utolsó %s";
207
+ };
208
+ hu.prototype.commaOnlyOnX0 = function () {
209
+ return ", csak ekkor: %s";
210
+ };
211
+ hu.prototype.commaAndOnX0 = function () {
212
+ return ", és %s";
213
+ };
214
+ hu.prototype.commaEveryX0Months = function () {
215
+ return ", minden %s hónapban";
216
+ };
217
+ hu.prototype.commaOnlyInX0 = function () {
218
+ return ", csak ekkor: %s";
219
+ };
220
+ hu.prototype.commaOnTheLastDayOfTheMonth = function () {
221
+ return ", a hónap utolsó napján";
222
+ };
223
+ hu.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
224
+ return ", a hónap utolsó hétköznapján";
225
+ };
226
+ hu.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
227
+ return ", %s nappal a hónap utolsó napja előtt";
228
+ };
229
+ hu.prototype.firstWeekday = function () {
230
+ return "első hétköznap";
231
+ };
232
+ hu.prototype.weekdayNearestDayX0 = function () {
233
+ return "hétköznap legközelebbi nap %s";
234
+ };
235
+ hu.prototype.commaOnTheX0OfTheMonth = function () {
236
+ return ", a hónap %s";
237
+ };
238
+ hu.prototype.commaEveryX0Days = function () {
239
+ return ", %s naponként";
240
+ };
241
+ hu.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
242
+ return ", a hónap %s és %s napja között";
243
+ };
244
+ hu.prototype.commaOnDayX0OfTheMonth = function () {
245
+ return ", a hónap %s napján";
246
+ };
247
+ hu.prototype.commaEveryHour = function () {
248
+ return ", minden órában";
249
+ };
250
+ hu.prototype.commaEveryX0Years = function () {
251
+ return ", %s évente";
252
+ };
253
+ hu.prototype.commaStartingX0 = function () {
254
+ return ", %s kezdettel";
255
+ };
256
+ hu.prototype.daysOfTheWeek = function () {
257
+ return ["vasárnap", "hétfő", "kedd", "szerda", "csütörtök", "péntek", "szombat"];
258
+ };
259
+ hu.prototype.monthsOfTheYear = function () {
260
+ return [
261
+ "január",
262
+ "február",
263
+ "március",
264
+ "április",
265
+ "május",
266
+ "június",
267
+ "július",
268
+ "augusztus",
269
+ "szeptember",
270
+ "október",
271
+ "november",
272
+ "december",
273
+ ];
274
+ };
275
+ return hu;
276
+ }());
277
+ exports.hu = hu;
278
+
279
+
280
+ (cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.hu) = new hu();
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/hu.min",["cronstrue"],e):"object"==typeof exports?exports["locales/hu.min"]=e(require("cronstrue")):t["locales/hu.min"]=e(t.cronstrue)}(globalThis,(t=>(()=>{"use strict";var e={34:e=>{e.exports=t}},n={};function r(t){var o=n[t];if(void 0!==o)return o.exports;var u=n[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 n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},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 o={};return(()=>{r.r(o);var t=r(34),e=r.n(t),n=o;Object.defineProperty(n,"__esModule",{value:!0}),n.hu=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"Hiba történt a kifejezésleírás generálásakor. Ellenőrizze a cron kifejezés szintaxisát."},t.prototype.everyMinute=function(){return"minden percben"},t.prototype.everyHour=function(){return"minden órában"},t.prototype.atSpace=function(){return"Ekkor: "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"percenként %s és %s között"},t.prototype.at=function(){return"Ekkor:"},t.prototype.spaceAnd=function(){return" és"},t.prototype.everySecond=function(){return"minden másodpercben"},t.prototype.everyX0Seconds=function(){return"%s másodpercenként"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"%s. másodpercben %s perc után"},t.prototype.atX0SecondsPastTheMinute=function(){return"%s. másodpercben"},t.prototype.everyX0Minutes=function(){return"minden %s. percben"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"%s. percben %s óra után"},t.prototype.atX0MinutesPastTheHour=function(){return"%s. percben"},t.prototype.everyX0Hours=function(){return"minden %s órában"},t.prototype.betweenX0AndX1=function(){return"%s és %s között"},t.prototype.atX0=function(){return"ekkor %s"},t.prototype.commaEveryDay=function(){return", minden nap"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", a hét minden %s napján"},t.prototype.commaX0ThroughX1=function(){return", %s - %s"},t.prototype.commaAndX0ThroughX1=function(){return", és %s - %s"},t.prototype.first=function(){return"első"},t.prototype.second=function(){return"második"},t.prototype.third=function(){return"harmadik"},t.prototype.fourth=function(){return"negyedik"},t.prototype.fifth=function(){return"ötödik"},t.prototype.commaOnThe=function(){return", "},t.prototype.spaceX0OfTheMonth=function(){return" %s a hónapban"},t.prototype.lastDay=function(){return"az utolsó nap"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", a hónap utolsó %s"},t.prototype.commaOnlyOnX0=function(){return", csak ekkor: %s"},t.prototype.commaAndOnX0=function(){return", és %s"},t.prototype.commaEveryX0Months=function(){return", minden %s hónapban"},t.prototype.commaOnlyInX0=function(){return", csak ekkor: %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", a hónap utolsó napján"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", a hónap utolsó hétköznapján"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s nappal a hónap utolsó napja előtt"},t.prototype.firstWeekday=function(){return"első hétköznap"},t.prototype.weekdayNearestDayX0=function(){return"hétköznap legközelebbi nap %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", a hónap %s"},t.prototype.commaEveryX0Days=function(){return", %s naponként"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", a hónap %s és %s napja között"},t.prototype.commaOnDayX0OfTheMonth=function(){return", a hónap %s napján"},t.prototype.commaEveryHour=function(){return", minden órában"},t.prototype.commaEveryX0Years=function(){return", %s évente"},t.prototype.commaStartingX0=function(){return", %s kezdettel"},t.prototype.daysOfTheWeek=function(){return["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"]},t.prototype.monthsOfTheYear=function(){return["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december"]},t}();n.hu=u,e().locales.hu=new u})(),o})()));