@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.
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,286 @@
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/ja", ["cronstrue"], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["locales/ja"] = factory(require("cronstrue"));
8
+ else
9
+ root["locales/ja"] = 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.ja = void 0;
100
+ var ja = (function () {
101
+ function ja() {
102
+ }
103
+ ja.prototype.use24HourTimeFormatByDefault = function () {
104
+ return false;
105
+ };
106
+ ja.prototype.everyMinute = function () {
107
+ return "毎分";
108
+ };
109
+ ja.prototype.everyHour = function () {
110
+ return "毎時";
111
+ };
112
+ ja.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
113
+ return "式の記述を生成する際にエラーが発生しました。Cron 式の構文を確認してください。";
114
+ };
115
+ ja.prototype.atSpace = function () {
116
+ return "次において実施";
117
+ };
118
+ ja.prototype.everyMinuteBetweenX0AndX1 = function () {
119
+ return "%s から %s まで毎分";
120
+ };
121
+ ja.prototype.at = function () {
122
+ return "次において実施";
123
+ };
124
+ ja.prototype.spaceAnd = function () {
125
+ return "と";
126
+ };
127
+ ja.prototype.everySecond = function () {
128
+ return "毎秒";
129
+ };
130
+ ja.prototype.everyX0Seconds = function () {
131
+ return "%s 秒ごと";
132
+ };
133
+ ja.prototype.secondsX0ThroughX1PastTheMinute = function () {
134
+ return "毎分 %s 秒から %s 秒まで";
135
+ };
136
+ ja.prototype.atX0SecondsPastTheMinute = function () {
137
+ return "毎分 %s 秒過ぎ";
138
+ };
139
+ ja.prototype.everyX0Minutes = function () {
140
+ return "%s 分ごと";
141
+ };
142
+ ja.prototype.minutesX0ThroughX1PastTheHour = function () {
143
+ return "毎時 %s 分から %s 分まで";
144
+ };
145
+ ja.prototype.atX0MinutesPastTheHour = function () {
146
+ return "毎時 %s 分過ぎ";
147
+ };
148
+ ja.prototype.everyX0Hours = function () {
149
+ return "%s 時間ごと";
150
+ };
151
+ ja.prototype.betweenX0AndX1 = function () {
152
+ return "%s と %s の間";
153
+ };
154
+ ja.prototype.atX0 = function () {
155
+ return "次において実施 %s";
156
+ };
157
+ ja.prototype.commaEveryDay = function () {
158
+ return "、毎日";
159
+ };
160
+ ja.prototype.commaEveryX0DaysOfTheWeek = function () {
161
+ return "、週のうち %s 日ごと";
162
+ };
163
+ ja.prototype.commaX0ThroughX1 = function () {
164
+ return "、%s から %s まで";
165
+ };
166
+ ja.prototype.commaAndX0ThroughX1 = function () {
167
+ return "、%s から %s まで";
168
+ };
169
+ ja.prototype.first = function () {
170
+ return "1 番目";
171
+ };
172
+ ja.prototype.second = function () {
173
+ return "2 番目";
174
+ };
175
+ ja.prototype.third = function () {
176
+ return "3 番目";
177
+ };
178
+ ja.prototype.fourth = function () {
179
+ return "4 番目";
180
+ };
181
+ ja.prototype.fifth = function () {
182
+ return "5 番目";
183
+ };
184
+ ja.prototype.commaOnThe = function () {
185
+ return "次に";
186
+ };
187
+ ja.prototype.spaceX0OfTheMonth = function () {
188
+ return "月のうち %s";
189
+ };
190
+ ja.prototype.commaOnTheLastX0OfTheMonth = function () {
191
+ return "月の最後の %s に";
192
+ };
193
+ ja.prototype.commaOnlyOnX0 = function () {
194
+ return "%s にのみ";
195
+ };
196
+ ja.prototype.commaEveryX0Months = function () {
197
+ return "、%s か月ごと";
198
+ };
199
+ ja.prototype.commaOnlyInX0 = function () {
200
+ return "%s でのみ";
201
+ };
202
+ ja.prototype.commaOnTheLastDayOfTheMonth = function () {
203
+ return "次の最終日に";
204
+ };
205
+ ja.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
206
+ return "月の最後の平日に";
207
+ };
208
+ ja.prototype.firstWeekday = function () {
209
+ return "最初の平日";
210
+ };
211
+ ja.prototype.weekdayNearestDayX0 = function () {
212
+ return "%s 日の直近の平日";
213
+ };
214
+ ja.prototype.commaOnTheX0OfTheMonth = function () {
215
+ return "月の %s に";
216
+ };
217
+ ja.prototype.commaEveryX0Days = function () {
218
+ return "、%s 日ごと";
219
+ };
220
+ ja.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
221
+ return "、月の %s 日から %s 日の間";
222
+ };
223
+ ja.prototype.commaOnDayX0OfTheMonth = function () {
224
+ return "、月の %s 日目";
225
+ };
226
+ ja.prototype.spaceAndSpace = function () {
227
+ return "と";
228
+ };
229
+ ja.prototype.commaEveryMinute = function () {
230
+ return "、毎分";
231
+ };
232
+ ja.prototype.commaEveryHour = function () {
233
+ return "、毎時";
234
+ };
235
+ ja.prototype.commaEveryX0Years = function () {
236
+ return "、%s 年ごと";
237
+ };
238
+ ja.prototype.commaStartingX0 = function () {
239
+ return "、%s に開始";
240
+ };
241
+ ja.prototype.aMPeriod = function () {
242
+ return "AM";
243
+ };
244
+ ja.prototype.pMPeriod = function () {
245
+ return "PM";
246
+ };
247
+ ja.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
248
+ return "月の最終日の %s 日前";
249
+ };
250
+ ja.prototype.atX0SecondsPastTheMinuteGt20 = function () {
251
+ return null;
252
+ };
253
+ ja.prototype.atX0MinutesPastTheHourGt20 = function () {
254
+ return null;
255
+ };
256
+ ja.prototype.commaMonthX0ThroughMonthX1 = function () {
257
+ return null;
258
+ };
259
+ ja.prototype.commaYearX0ThroughYearX1 = function () {
260
+ return null;
261
+ };
262
+ ja.prototype.lastDay = function () {
263
+ return "最終日";
264
+ };
265
+ ja.prototype.commaAndOnX0 = function () {
266
+ return "、〜と %s";
267
+ };
268
+ ja.prototype.daysOfTheWeek = function () {
269
+ return ["日曜日", "月曜日", "火曜日", "水曜日", "木曜日", "金曜日", "土曜日"];
270
+ };
271
+ ja.prototype.monthsOfTheYear = function () {
272
+ return ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"];
273
+ };
274
+ return ja;
275
+ }());
276
+ exports.ja = ja;
277
+
278
+
279
+ (cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.ja) = new ja();
280
+
281
+ })();
282
+
283
+ /******/ return __webpack_exports__;
284
+ /******/ })()
285
+ ;
286
+ });
@@ -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/ja.min",["cronstrue"],e):"object"==typeof exports?exports["locales/ja.min"]=e(require("cronstrue")):t["locales/ja.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.ja=void 0;var u=function(){function t(){}return t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.everyMinute=function(){return"毎分"},t.prototype.everyHour=function(){return"毎時"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"式の記述を生成する際にエラーが発生しました。Cron 式の構文を確認してください。"},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"1 番目"},t.prototype.second=function(){return"2 番目"},t.prototype.third=function(){return"3 番目"},t.prototype.fourth=function(){return"4 番目"},t.prototype.fifth=function(){return"5 番目"},t.prototype.commaOnThe=function(){return"次に"},t.prototype.spaceX0OfTheMonth=function(){return"月のうち %s"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return"月の最後の %s に"},t.prototype.commaOnlyOnX0=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.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.spaceAndSpace=function(){return"と"},t.prototype.commaEveryMinute=function(){return"、毎分"},t.prototype.commaEveryHour=function(){return"、毎時"},t.prototype.commaEveryX0Years=function(){return"、%s 年ごと"},t.prototype.commaStartingX0=function(){return"、%s に開始"},t.prototype.aMPeriod=function(){return"AM"},t.prototype.pMPeriod=function(){return"PM"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return"月の最終日の %s 日前"},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.lastDay=function(){return"最終日"},t.prototype.commaAndOnX0=function(){return"、〜と %s"},t.prototype.daysOfTheWeek=function(){return["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"]},t.prototype.monthsOfTheYear=function(){return["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]},t}();o.ja=u,e().locales.ja=new u})(),n})()));
@@ -0,0 +1,286 @@
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/ko", ["cronstrue"], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["locales/ko"] = factory(require("cronstrue"));
8
+ else
9
+ root["locales/ko"] = 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.ko = void 0;
100
+ var ko = (function () {
101
+ function ko() {
102
+ }
103
+ ko.prototype.setPeriodBeforeTime = function () {
104
+ return true;
105
+ };
106
+ ko.prototype.pm = function () {
107
+ return "오후";
108
+ };
109
+ ko.prototype.am = function () {
110
+ return "오전";
111
+ };
112
+ ko.prototype.atX0SecondsPastTheMinuteGt20 = function () {
113
+ return null;
114
+ };
115
+ ko.prototype.atX0MinutesPastTheHourGt20 = function () {
116
+ return null;
117
+ };
118
+ ko.prototype.commaMonthX0ThroughMonthX1 = function () {
119
+ return null;
120
+ };
121
+ ko.prototype.commaYearX0ThroughYearX1 = function () {
122
+ return null;
123
+ };
124
+ ko.prototype.use24HourTimeFormatByDefault = function () {
125
+ return false;
126
+ };
127
+ ko.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
128
+ return "표현식 설명을 생성하는 중 오류가 발생했습니다. cron 표현식 구문을 확인하십시오.";
129
+ };
130
+ ko.prototype.everyMinute = function () {
131
+ return "1분마다";
132
+ };
133
+ ko.prototype.everyHour = function () {
134
+ return "1시간마다";
135
+ };
136
+ ko.prototype.atSpace = function () {
137
+ return "시간 ";
138
+ };
139
+ ko.prototype.everyMinuteBetweenX0AndX1 = function () {
140
+ return "%s 및 %s 사이에 매 분";
141
+ };
142
+ ko.prototype.at = function () {
143
+ return "시간";
144
+ };
145
+ ko.prototype.spaceAnd = function () {
146
+ return " 및";
147
+ };
148
+ ko.prototype.everySecond = function () {
149
+ return "1초마다";
150
+ };
151
+ ko.prototype.everyX0Seconds = function () {
152
+ return "%s초마다";
153
+ };
154
+ ko.prototype.secondsX0ThroughX1PastTheMinute = function () {
155
+ return "정분 후 %s초에서 %s초까지";
156
+ };
157
+ ko.prototype.atX0SecondsPastTheMinute = function () {
158
+ return "정분 후 %s초에서";
159
+ };
160
+ ko.prototype.everyX0Minutes = function () {
161
+ return "%s분마다";
162
+ };
163
+ ko.prototype.minutesX0ThroughX1PastTheHour = function () {
164
+ return "정시 후 %s분에서 %s까지";
165
+ };
166
+ ko.prototype.atX0MinutesPastTheHour = function () {
167
+ return "정시 후 %s분에서";
168
+ };
169
+ ko.prototype.everyX0Hours = function () {
170
+ return "%s시간마다";
171
+ };
172
+ ko.prototype.betweenX0AndX1 = function () {
173
+ return "%s에서 %s 사이";
174
+ };
175
+ ko.prototype.atX0 = function () {
176
+ return "%s에서";
177
+ };
178
+ ko.prototype.commaEveryDay = function () {
179
+ return ", 매일";
180
+ };
181
+ ko.prototype.commaEveryX0DaysOfTheWeek = function () {
182
+ return ", 주 중 %s일마다";
183
+ };
184
+ ko.prototype.commaX0ThroughX1 = function () {
185
+ return ", %s에서 %s까지";
186
+ };
187
+ ko.prototype.commaAndX0ThroughX1 = function () {
188
+ return ", 및 %s에서 %s까지";
189
+ };
190
+ ko.prototype.first = function () {
191
+ return "첫 번째";
192
+ };
193
+ ko.prototype.second = function () {
194
+ return "두 번째";
195
+ };
196
+ ko.prototype.third = function () {
197
+ return "세 번째";
198
+ };
199
+ ko.prototype.fourth = function () {
200
+ return "네 번째";
201
+ };
202
+ ko.prototype.fifth = function () {
203
+ return "다섯 번째";
204
+ };
205
+ ko.prototype.commaOnThe = function () {
206
+ return ", 해당 ";
207
+ };
208
+ ko.prototype.spaceX0OfTheMonth = function () {
209
+ return " 해당 월의 %s";
210
+ };
211
+ ko.prototype.lastDay = function () {
212
+ return "마지막 날";
213
+ };
214
+ ko.prototype.commaOnTheLastX0OfTheMonth = function () {
215
+ return ", 해당 월의 마지막 %s";
216
+ };
217
+ ko.prototype.commaOnlyOnX0 = function () {
218
+ return ", %s에만";
219
+ };
220
+ ko.prototype.commaAndOnX0 = function () {
221
+ return ", 및 %s에";
222
+ };
223
+ ko.prototype.commaEveryX0Months = function () {
224
+ return ", %s개월마다";
225
+ };
226
+ ko.prototype.commaOnlyInX0 = function () {
227
+ return ", %s에서만";
228
+ };
229
+ ko.prototype.commaOnTheLastDayOfTheMonth = function () {
230
+ return ", 해당 월의 마지막 날에";
231
+ };
232
+ ko.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
233
+ return ", 해당 월의 마지막 평일에";
234
+ };
235
+ ko.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
236
+ return ", 해당 월의 마지막 날 %s일 전";
237
+ };
238
+ ko.prototype.firstWeekday = function () {
239
+ return "첫 번째 평일";
240
+ };
241
+ ko.prototype.weekdayNearestDayX0 = function () {
242
+ return "평일 가장 가까운 날 %s";
243
+ };
244
+ ko.prototype.commaOnTheX0OfTheMonth = function () {
245
+ return ", 해당 월의 %s에";
246
+ };
247
+ ko.prototype.commaEveryX0Days = function () {
248
+ return ", %s일마다";
249
+ };
250
+ ko.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
251
+ return ", 해당 월의 %s일 및 %s일 사이";
252
+ };
253
+ ko.prototype.commaOnDayX0OfTheMonth = function () {
254
+ return ", 해당 월의 %s일에";
255
+ };
256
+ ko.prototype.commaEveryMinute = function () {
257
+ return ", 1분마다";
258
+ };
259
+ ko.prototype.commaEveryHour = function () {
260
+ return ", 1시간마다";
261
+ };
262
+ ko.prototype.commaEveryX0Years = function () {
263
+ return ", %s년마다";
264
+ };
265
+ ko.prototype.commaStartingX0 = function () {
266
+ return ", %s부터";
267
+ };
268
+ ko.prototype.daysOfTheWeek = function () {
269
+ return ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일"];
270
+ };
271
+ ko.prototype.monthsOfTheYear = function () {
272
+ return ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"];
273
+ };
274
+ return ko;
275
+ }());
276
+ exports.ko = ko;
277
+
278
+
279
+ (cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.ko) = new ko();
280
+
281
+ })();
282
+
283
+ /******/ return __webpack_exports__;
284
+ /******/ })()
285
+ ;
286
+ });
@@ -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/ko.min",["cronstrue"],e):"object"==typeof exports?exports["locales/ko.min"]=e(require("cronstrue")):t["locales/ko.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.ko=void 0;var u=function(){function t(){}return t.prototype.setPeriodBeforeTime=function(){return!0},t.prototype.pm=function(){return"오후"},t.prototype.am=function(){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"표현식 설명을 생성하는 중 오류가 발생했습니다. cron 표현식 구문을 확인하십시오."},t.prototype.everyMinute=function(){return"1분마다"},t.prototype.everyHour=function(){return"1시간마다"},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"1초마다"},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", 1분마다"},t.prototype.commaEveryHour=function(){return", 1시간마다"},t.prototype.commaEveryX0Years=function(){return", %s년마다"},t.prototype.commaStartingX0=function(){return", %s부터"},t.prototype.daysOfTheWeek=function(){return["일요일","월요일","화요일","수요일","목요일","금요일","토요일"]},t.prototype.monthsOfTheYear=function(){return["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"]},t}();o.ko=u,e().locales.ko=new u})(),n})()));