@nocobase/plugin-client 0.13.0-alpha.3 → 0.13.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/index.js +1 -11
- package/dist/index.js +37 -16
- package/dist/locale/cron/zh_CN.js +97 -42
- package/dist/locale/en_US.js +43 -28
- package/dist/locale/es_ES.js +328 -313
- package/dist/locale/fr_FR.js +329 -314
- package/dist/locale/index.js +160 -273
- package/dist/locale/ja_JP.js +635 -620
- package/dist/locale/pt_BR.js +365 -350
- package/dist/locale/ru_RU.js +519 -504
- package/dist/locale/tr_TR.js +388 -373
- package/dist/locale/uk_UA.js +720 -705
- package/dist/locale/zh_CN.js +793 -778
- package/dist/node_modules/cronstrue/LICENSE +21 -0
- package/dist/node_modules/cronstrue/bin/cli.js +26 -0
- package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
- package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.js +5 -0
- package/dist/node_modules/cronstrue/locales/af.js +287 -0
- package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ar.js +287 -0
- package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/be.js +284 -0
- package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ca.js +284 -0
- package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/cs.js +284 -0
- package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/da.js +284 -0
- package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/de.js +284 -0
- package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/en.js +287 -0
- package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/es.js +284 -0
- package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fa.js +277 -0
- package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fi.js +293 -0
- package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fr.js +287 -0
- package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/he.js +271 -0
- package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/hu.js +287 -0
- package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/id.js +287 -0
- package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/it.js +284 -0
- package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ja.js +286 -0
- package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ko.js +286 -0
- package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nb.js +284 -0
- package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nl.js +284 -0
- package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pl.js +284 -0
- package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ro.js +284 -0
- package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ru.js +327 -0
- package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sk.js +284 -0
- package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sl.js +284 -0
- package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sv.js +284 -0
- package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sw.js +284 -0
- package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/th.js +287 -0
- package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/tr.js +284 -0
- package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/uk.js +284 -0
- package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
- package/dist/node_modules/cronstrue/package.json +1 -0
- package/dist/server/antd.js +30 -9
- package/dist/server/cron.js +30 -9
- package/dist/server/cronstrue.js +26 -4
- package/dist/server/index.js +33 -11
- package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
- package/dist/server/server.js +74 -48
- package/dist/swagger/index.json +7 -0
- package/package.json +2 -2
- package/dist/locale/cron/zh_CN.d.ts +0 -34
- package/dist/locale/en_US.d.ts +0 -726
- package/dist/locale/es_ES.d.ts +0 -694
- package/dist/locale/fr_FR.d.ts +0 -712
- package/dist/locale/index.d.ts +0 -272
- package/dist/locale/ja_JP.d.ts +0 -628
- package/dist/locale/pt_BR.d.ts +0 -672
- package/dist/locale/ru_RU.d.ts +0 -508
- package/dist/locale/tr_TR.d.ts +0 -506
- package/dist/locale/uk_UA.d.ts +0 -714
- package/dist/locale/zh_CN.d.ts +0 -779
- package/dist/swagger/index.js +0 -19
|
@@ -0,0 +1,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/id", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/id"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/id"] = 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.id = void 0;
|
|
100
|
+
var id = (function () {
|
|
101
|
+
function id() {
|
|
102
|
+
}
|
|
103
|
+
id.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
id.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
id.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
id.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
id.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return false;
|
|
117
|
+
};
|
|
118
|
+
id.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "Terjadi kesalahan saat membuat deskripsi ekspresi. Periksa sintaks ekspresi cron.";
|
|
120
|
+
};
|
|
121
|
+
id.prototype.everyMinute = function () {
|
|
122
|
+
return "setiap menit";
|
|
123
|
+
};
|
|
124
|
+
id.prototype.everyHour = function () {
|
|
125
|
+
return "setiap jam";
|
|
126
|
+
};
|
|
127
|
+
id.prototype.atSpace = function () {
|
|
128
|
+
return "Pada ";
|
|
129
|
+
};
|
|
130
|
+
id.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
131
|
+
return "Setiap menit diantara %s dan %s";
|
|
132
|
+
};
|
|
133
|
+
id.prototype.at = function () {
|
|
134
|
+
return "Pada";
|
|
135
|
+
};
|
|
136
|
+
id.prototype.spaceAnd = function () {
|
|
137
|
+
return " dan";
|
|
138
|
+
};
|
|
139
|
+
id.prototype.everySecond = function () {
|
|
140
|
+
return "setiap detik";
|
|
141
|
+
};
|
|
142
|
+
id.prototype.everyX0Seconds = function () {
|
|
143
|
+
return "setiap %s detik";
|
|
144
|
+
};
|
|
145
|
+
id.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
146
|
+
return "detik ke %s sampai %s melewati menit";
|
|
147
|
+
};
|
|
148
|
+
id.prototype.atX0SecondsPastTheMinute = function () {
|
|
149
|
+
return "pada %s detik lewat satu menit";
|
|
150
|
+
};
|
|
151
|
+
id.prototype.everyX0Minutes = function () {
|
|
152
|
+
return "setiap %s menit";
|
|
153
|
+
};
|
|
154
|
+
id.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
155
|
+
return "menit ke %s sampai %s melewati jam";
|
|
156
|
+
};
|
|
157
|
+
id.prototype.atX0MinutesPastTheHour = function () {
|
|
158
|
+
return "pada %s menit melewati jam";
|
|
159
|
+
};
|
|
160
|
+
id.prototype.everyX0Hours = function () {
|
|
161
|
+
return "setiap %s jam";
|
|
162
|
+
};
|
|
163
|
+
id.prototype.betweenX0AndX1 = function () {
|
|
164
|
+
return "diantara %s dan %s";
|
|
165
|
+
};
|
|
166
|
+
id.prototype.atX0 = function () {
|
|
167
|
+
return "pada %s";
|
|
168
|
+
};
|
|
169
|
+
id.prototype.commaEveryDay = function () {
|
|
170
|
+
return ", setiap hari";
|
|
171
|
+
};
|
|
172
|
+
id.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
173
|
+
return ", setiap hari %s dalam seminggu";
|
|
174
|
+
};
|
|
175
|
+
id.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", %s sampai %s";
|
|
177
|
+
};
|
|
178
|
+
id.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", dan %s sampai %s";
|
|
180
|
+
};
|
|
181
|
+
id.prototype.first = function () {
|
|
182
|
+
return "pertama";
|
|
183
|
+
};
|
|
184
|
+
id.prototype.second = function () {
|
|
185
|
+
return "kedua";
|
|
186
|
+
};
|
|
187
|
+
id.prototype.third = function () {
|
|
188
|
+
return "ketiga";
|
|
189
|
+
};
|
|
190
|
+
id.prototype.fourth = function () {
|
|
191
|
+
return "keempat";
|
|
192
|
+
};
|
|
193
|
+
id.prototype.fifth = function () {
|
|
194
|
+
return "kelima";
|
|
195
|
+
};
|
|
196
|
+
id.prototype.commaOnThe = function () {
|
|
197
|
+
return ", di ";
|
|
198
|
+
};
|
|
199
|
+
id.prototype.spaceX0OfTheMonth = function () {
|
|
200
|
+
return " %s pada bulan";
|
|
201
|
+
};
|
|
202
|
+
id.prototype.lastDay = function () {
|
|
203
|
+
return "hari terakhir";
|
|
204
|
+
};
|
|
205
|
+
id.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
206
|
+
return ", pada %s terakhir bulan ini";
|
|
207
|
+
};
|
|
208
|
+
id.prototype.commaOnlyOnX0 = function () {
|
|
209
|
+
return ", hanya pada %s";
|
|
210
|
+
};
|
|
211
|
+
id.prototype.commaAndOnX0 = function () {
|
|
212
|
+
return ", dan pada %s";
|
|
213
|
+
};
|
|
214
|
+
id.prototype.commaEveryX0Months = function () {
|
|
215
|
+
return ", setiap bulan %s ";
|
|
216
|
+
};
|
|
217
|
+
id.prototype.commaOnlyInX0 = function () {
|
|
218
|
+
return ", hanya pada %s";
|
|
219
|
+
};
|
|
220
|
+
id.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
221
|
+
return ", pada hari terakhir bulan ini";
|
|
222
|
+
};
|
|
223
|
+
id.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
224
|
+
return ", pada hari kerja terakhir setiap bulan";
|
|
225
|
+
};
|
|
226
|
+
id.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
227
|
+
return ", %s hari sebelum hari terakhir setiap bulan";
|
|
228
|
+
};
|
|
229
|
+
id.prototype.firstWeekday = function () {
|
|
230
|
+
return "hari kerja pertama";
|
|
231
|
+
};
|
|
232
|
+
id.prototype.weekdayNearestDayX0 = function () {
|
|
233
|
+
return "hari kerja terdekat %s";
|
|
234
|
+
};
|
|
235
|
+
id.prototype.commaOnTheX0OfTheMonth = function () {
|
|
236
|
+
return ", pada %s bulan ini";
|
|
237
|
+
};
|
|
238
|
+
id.prototype.commaEveryX0Days = function () {
|
|
239
|
+
return ", setiap %s hari";
|
|
240
|
+
};
|
|
241
|
+
id.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
242
|
+
return ", antara hari %s dan %s dalam sebulan";
|
|
243
|
+
};
|
|
244
|
+
id.prototype.commaOnDayX0OfTheMonth = function () {
|
|
245
|
+
return ", pada hari %s dalam sebulan";
|
|
246
|
+
};
|
|
247
|
+
id.prototype.commaEveryHour = function () {
|
|
248
|
+
return ", setiap jam";
|
|
249
|
+
};
|
|
250
|
+
id.prototype.commaEveryX0Years = function () {
|
|
251
|
+
return ", setiap %s tahun";
|
|
252
|
+
};
|
|
253
|
+
id.prototype.commaStartingX0 = function () {
|
|
254
|
+
return ", mulai pada %s";
|
|
255
|
+
};
|
|
256
|
+
id.prototype.daysOfTheWeek = function () {
|
|
257
|
+
return ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"];
|
|
258
|
+
};
|
|
259
|
+
id.prototype.monthsOfTheYear = function () {
|
|
260
|
+
return [
|
|
261
|
+
"Januari",
|
|
262
|
+
"Februari",
|
|
263
|
+
"Maret",
|
|
264
|
+
"April",
|
|
265
|
+
"Mei",
|
|
266
|
+
"Juni",
|
|
267
|
+
"Juli",
|
|
268
|
+
"Agustus",
|
|
269
|
+
"September",
|
|
270
|
+
"Oktober",
|
|
271
|
+
"November",
|
|
272
|
+
"Desember",
|
|
273
|
+
];
|
|
274
|
+
};
|
|
275
|
+
return id;
|
|
276
|
+
}());
|
|
277
|
+
exports.id = id;
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.id) = new id();
|
|
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/id.min",["cronstrue"],e):"object"==typeof exports?exports["locales/id.min"]=e(require("cronstrue")):t["locales/id.min"]=e(t.cronstrue)}(globalThis,(t=>(()=>{"use strict";var e={34:e=>{e.exports=t}},r={};function n(t){var o=r[t];if(void 0!==o)return o.exports;var a=r[t]={exports:{}};return e[t](a,a.exports,n),a.exports}n.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};return(()=>{n.r(o);var t=n(34),e=n.n(t),r=o;Object.defineProperty(r,"__esModule",{value:!0}),r.id=void 0;var a=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"Terjadi kesalahan saat membuat deskripsi ekspresi. Periksa sintaks ekspresi cron."},t.prototype.everyMinute=function(){return"setiap menit"},t.prototype.everyHour=function(){return"setiap jam"},t.prototype.atSpace=function(){return"Pada "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Setiap menit diantara %s dan %s"},t.prototype.at=function(){return"Pada"},t.prototype.spaceAnd=function(){return" dan"},t.prototype.everySecond=function(){return"setiap detik"},t.prototype.everyX0Seconds=function(){return"setiap %s detik"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"detik ke %s sampai %s melewati menit"},t.prototype.atX0SecondsPastTheMinute=function(){return"pada %s detik lewat satu menit"},t.prototype.everyX0Minutes=function(){return"setiap %s menit"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"menit ke %s sampai %s melewati jam"},t.prototype.atX0MinutesPastTheHour=function(){return"pada %s menit melewati jam"},t.prototype.everyX0Hours=function(){return"setiap %s jam"},t.prototype.betweenX0AndX1=function(){return"diantara %s dan %s"},t.prototype.atX0=function(){return"pada %s"},t.prototype.commaEveryDay=function(){return", setiap hari"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", setiap hari %s dalam seminggu"},t.prototype.commaX0ThroughX1=function(){return", %s sampai %s"},t.prototype.commaAndX0ThroughX1=function(){return", dan %s sampai %s"},t.prototype.first=function(){return"pertama"},t.prototype.second=function(){return"kedua"},t.prototype.third=function(){return"ketiga"},t.prototype.fourth=function(){return"keempat"},t.prototype.fifth=function(){return"kelima"},t.prototype.commaOnThe=function(){return", di "},t.prototype.spaceX0OfTheMonth=function(){return" %s pada bulan"},t.prototype.lastDay=function(){return"hari terakhir"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", pada %s terakhir bulan ini"},t.prototype.commaOnlyOnX0=function(){return", hanya pada %s"},t.prototype.commaAndOnX0=function(){return", dan pada %s"},t.prototype.commaEveryX0Months=function(){return", setiap bulan %s "},t.prototype.commaOnlyInX0=function(){return", hanya pada %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", pada hari terakhir bulan ini"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", pada hari kerja terakhir setiap bulan"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s hari sebelum hari terakhir setiap bulan"},t.prototype.firstWeekday=function(){return"hari kerja pertama"},t.prototype.weekdayNearestDayX0=function(){return"hari kerja terdekat %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", pada %s bulan ini"},t.prototype.commaEveryX0Days=function(){return", setiap %s hari"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", antara hari %s dan %s dalam sebulan"},t.prototype.commaOnDayX0OfTheMonth=function(){return", pada hari %s dalam sebulan"},t.prototype.commaEveryHour=function(){return", setiap jam"},t.prototype.commaEveryX0Years=function(){return", setiap %s tahun"},t.prototype.commaStartingX0=function(){return", mulai pada %s"},t.prototype.daysOfTheWeek=function(){return["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"]},t.prototype.monthsOfTheYear=function(){return["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]},t}();r.id=a,e().locales.id=new a})(),o})()));
|
|
@@ -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/it", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/it"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/it"] = 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.it = void 0;
|
|
100
|
+
var it = (function () {
|
|
101
|
+
function it() {
|
|
102
|
+
}
|
|
103
|
+
it.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
it.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
it.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
it.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
it.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return true;
|
|
117
|
+
};
|
|
118
|
+
it.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "È verificato un errore durante la generazione la descrizione espressione. Controllare la sintassi delle espressioni cron.";
|
|
120
|
+
};
|
|
121
|
+
it.prototype.at = function () {
|
|
122
|
+
return "Alle";
|
|
123
|
+
};
|
|
124
|
+
it.prototype.atSpace = function () {
|
|
125
|
+
return "Alle ";
|
|
126
|
+
};
|
|
127
|
+
it.prototype.atX0 = function () {
|
|
128
|
+
return "alle %s";
|
|
129
|
+
};
|
|
130
|
+
it.prototype.atX0MinutesPastTheHour = function () {
|
|
131
|
+
return "al %s minuto passata l'ora";
|
|
132
|
+
};
|
|
133
|
+
it.prototype.atX0SecondsPastTheMinute = function () {
|
|
134
|
+
return "al %s secondo passato il minuto";
|
|
135
|
+
};
|
|
136
|
+
it.prototype.betweenX0AndX1 = function () {
|
|
137
|
+
return "tra le %s e le %s";
|
|
138
|
+
};
|
|
139
|
+
it.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
140
|
+
return ", tra il giorno %s e %s del mese";
|
|
141
|
+
};
|
|
142
|
+
it.prototype.commaEveryDay = function () {
|
|
143
|
+
return ", ogni giorno";
|
|
144
|
+
};
|
|
145
|
+
it.prototype.commaEveryX0Days = function () {
|
|
146
|
+
return ", ogni %s giorni";
|
|
147
|
+
};
|
|
148
|
+
it.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
149
|
+
return ", ogni %s giorni della settimana";
|
|
150
|
+
};
|
|
151
|
+
it.prototype.commaEveryX0Months = function () {
|
|
152
|
+
return ", ogni %s mesi";
|
|
153
|
+
};
|
|
154
|
+
it.prototype.commaEveryX0Years = function () {
|
|
155
|
+
return ", ogni %s anni";
|
|
156
|
+
};
|
|
157
|
+
it.prototype.commaOnDayX0OfTheMonth = function () {
|
|
158
|
+
return ", il giorno %s del mese";
|
|
159
|
+
};
|
|
160
|
+
it.prototype.commaOnlyInX0 = function () {
|
|
161
|
+
return ", solo in %s";
|
|
162
|
+
};
|
|
163
|
+
it.prototype.commaOnlyOnX0 = function () {
|
|
164
|
+
return ", solo il %s";
|
|
165
|
+
};
|
|
166
|
+
it.prototype.commaAndOnX0 = function () {
|
|
167
|
+
return ", e il %s";
|
|
168
|
+
};
|
|
169
|
+
it.prototype.commaOnThe = function () {
|
|
170
|
+
return ", il ";
|
|
171
|
+
};
|
|
172
|
+
it.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
173
|
+
return ", l'ultimo giorno del mese";
|
|
174
|
+
};
|
|
175
|
+
it.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
176
|
+
return ", nell'ultima settimana del mese";
|
|
177
|
+
};
|
|
178
|
+
it.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
179
|
+
return ", %s giorni prima dell'ultimo giorno del mese";
|
|
180
|
+
};
|
|
181
|
+
it.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
182
|
+
return ", l'ultimo %s del mese";
|
|
183
|
+
};
|
|
184
|
+
it.prototype.commaOnTheX0OfTheMonth = function () {
|
|
185
|
+
return ", il %s del mese";
|
|
186
|
+
};
|
|
187
|
+
it.prototype.commaX0ThroughX1 = function () {
|
|
188
|
+
return ", %s al %s";
|
|
189
|
+
};
|
|
190
|
+
it.prototype.commaAndX0ThroughX1 = function () {
|
|
191
|
+
return ", e %s al %s";
|
|
192
|
+
};
|
|
193
|
+
it.prototype.everyHour = function () {
|
|
194
|
+
return "ogni ora";
|
|
195
|
+
};
|
|
196
|
+
it.prototype.everyMinute = function () {
|
|
197
|
+
return "ogni minuto";
|
|
198
|
+
};
|
|
199
|
+
it.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
200
|
+
return "Ogni minuto tra le %s e le %s";
|
|
201
|
+
};
|
|
202
|
+
it.prototype.everySecond = function () {
|
|
203
|
+
return "ogni secondo";
|
|
204
|
+
};
|
|
205
|
+
it.prototype.everyX0Hours = function () {
|
|
206
|
+
return "ogni %s ore";
|
|
207
|
+
};
|
|
208
|
+
it.prototype.everyX0Minutes = function () {
|
|
209
|
+
return "ogni %s minuti";
|
|
210
|
+
};
|
|
211
|
+
it.prototype.everyX0Seconds = function () {
|
|
212
|
+
return "ogni %s secondi";
|
|
213
|
+
};
|
|
214
|
+
it.prototype.fifth = function () {
|
|
215
|
+
return "quinto";
|
|
216
|
+
};
|
|
217
|
+
it.prototype.first = function () {
|
|
218
|
+
return "primo";
|
|
219
|
+
};
|
|
220
|
+
it.prototype.firstWeekday = function () {
|
|
221
|
+
return "primo giorno della settimana";
|
|
222
|
+
};
|
|
223
|
+
it.prototype.fourth = function () {
|
|
224
|
+
return "quarto";
|
|
225
|
+
};
|
|
226
|
+
it.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
227
|
+
return "minuti %s al %s dopo l'ora";
|
|
228
|
+
};
|
|
229
|
+
it.prototype.second = function () {
|
|
230
|
+
return "secondo";
|
|
231
|
+
};
|
|
232
|
+
it.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
233
|
+
return "secondi %s al %s oltre il minuto";
|
|
234
|
+
};
|
|
235
|
+
it.prototype.spaceAnd = function () {
|
|
236
|
+
return " e";
|
|
237
|
+
};
|
|
238
|
+
it.prototype.spaceX0OfTheMonth = function () {
|
|
239
|
+
return " %s del mese";
|
|
240
|
+
};
|
|
241
|
+
it.prototype.lastDay = function () {
|
|
242
|
+
return "l'ultimo giorno";
|
|
243
|
+
};
|
|
244
|
+
it.prototype.third = function () {
|
|
245
|
+
return "terzo";
|
|
246
|
+
};
|
|
247
|
+
it.prototype.weekdayNearestDayX0 = function () {
|
|
248
|
+
return "giorno della settimana più vicino al %s";
|
|
249
|
+
};
|
|
250
|
+
it.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", a partire %s";
|
|
252
|
+
};
|
|
253
|
+
it.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["domenica", "lunedì", "martedì", "mercoledì", "giovedì", "venerdì", "sabato"];
|
|
255
|
+
};
|
|
256
|
+
it.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"gennaio",
|
|
259
|
+
"febbraio",
|
|
260
|
+
"marzo",
|
|
261
|
+
"aprile",
|
|
262
|
+
"maggio",
|
|
263
|
+
"giugno",
|
|
264
|
+
"luglio",
|
|
265
|
+
"agosto",
|
|
266
|
+
"settembre",
|
|
267
|
+
"ottobre",
|
|
268
|
+
"novembre",
|
|
269
|
+
"dicembre",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return it;
|
|
273
|
+
}());
|
|
274
|
+
exports.it = it;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.it) = new it();
|
|
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/it.min",["cronstrue"],t):"object"==typeof exports?exports["locales/it.min"]=t(require("cronstrue")):e["locales/it.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 i=o[e]={exports:{}};return t[e](i,i.exports,n),i.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.it=void 0;var i=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!0},e.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"È verificato un errore durante la generazione la descrizione espressione. Controllare la sintassi delle espressioni cron."},e.prototype.at=function(){return"Alle"},e.prototype.atSpace=function(){return"Alle "},e.prototype.atX0=function(){return"alle %s"},e.prototype.atX0MinutesPastTheHour=function(){return"al %s minuto passata l'ora"},e.prototype.atX0SecondsPastTheMinute=function(){return"al %s secondo passato il minuto"},e.prototype.betweenX0AndX1=function(){return"tra le %s e le %s"},e.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", tra il giorno %s e %s del mese"},e.prototype.commaEveryDay=function(){return", ogni giorno"},e.prototype.commaEveryX0Days=function(){return", ogni %s giorni"},e.prototype.commaEveryX0DaysOfTheWeek=function(){return", ogni %s giorni della settimana"},e.prototype.commaEveryX0Months=function(){return", ogni %s mesi"},e.prototype.commaEveryX0Years=function(){return", ogni %s anni"},e.prototype.commaOnDayX0OfTheMonth=function(){return", il giorno %s del mese"},e.prototype.commaOnlyInX0=function(){return", solo in %s"},e.prototype.commaOnlyOnX0=function(){return", solo il %s"},e.prototype.commaAndOnX0=function(){return", e il %s"},e.prototype.commaOnThe=function(){return", il "},e.prototype.commaOnTheLastDayOfTheMonth=function(){return", l'ultimo giorno del mese"},e.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", nell'ultima settimana del mese"},e.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s giorni prima dell'ultimo giorno del mese"},e.prototype.commaOnTheLastX0OfTheMonth=function(){return", l'ultimo %s del mese"},e.prototype.commaOnTheX0OfTheMonth=function(){return", il %s del mese"},e.prototype.commaX0ThroughX1=function(){return", %s al %s"},e.prototype.commaAndX0ThroughX1=function(){return", e %s al %s"},e.prototype.everyHour=function(){return"ogni ora"},e.prototype.everyMinute=function(){return"ogni minuto"},e.prototype.everyMinuteBetweenX0AndX1=function(){return"Ogni minuto tra le %s e le %s"},e.prototype.everySecond=function(){return"ogni secondo"},e.prototype.everyX0Hours=function(){return"ogni %s ore"},e.prototype.everyX0Minutes=function(){return"ogni %s minuti"},e.prototype.everyX0Seconds=function(){return"ogni %s secondi"},e.prototype.fifth=function(){return"quinto"},e.prototype.first=function(){return"primo"},e.prototype.firstWeekday=function(){return"primo giorno della settimana"},e.prototype.fourth=function(){return"quarto"},e.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuti %s al %s dopo l'ora"},e.prototype.second=function(){return"secondo"},e.prototype.secondsX0ThroughX1PastTheMinute=function(){return"secondi %s al %s oltre il minuto"},e.prototype.spaceAnd=function(){return" e"},e.prototype.spaceX0OfTheMonth=function(){return" %s del mese"},e.prototype.lastDay=function(){return"l'ultimo giorno"},e.prototype.third=function(){return"terzo"},e.prototype.weekdayNearestDayX0=function(){return"giorno della settimana più vicino al %s"},e.prototype.commaStartingX0=function(){return", a partire %s"},e.prototype.daysOfTheWeek=function(){return["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"]},e.prototype.monthsOfTheYear=function(){return["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]},e}();o.it=i,t().locales.it=new i})(),r})()));
|