@nocobase/plugin-client 0.13.0-alpha.4 → 0.13.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/index.js +1 -11
- package/dist/index.js +37 -16
- package/dist/locale/cron/zh_CN.js +97 -42
- package/dist/locale/en_US.js +43 -28
- package/dist/locale/es_ES.js +328 -313
- package/dist/locale/fr_FR.js +329 -314
- package/dist/locale/index.js +160 -273
- package/dist/locale/ja_JP.js +635 -620
- package/dist/locale/pt_BR.js +365 -350
- package/dist/locale/ru_RU.js +519 -504
- package/dist/locale/tr_TR.js +388 -373
- package/dist/locale/uk_UA.js +720 -705
- package/dist/locale/zh_CN.js +793 -778
- package/dist/node_modules/cronstrue/LICENSE +21 -0
- package/dist/node_modules/cronstrue/bin/cli.js +26 -0
- package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
- package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.js +5 -0
- package/dist/node_modules/cronstrue/locales/af.js +287 -0
- package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ar.js +287 -0
- package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/be.js +284 -0
- package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ca.js +284 -0
- package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/cs.js +284 -0
- package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/da.js +284 -0
- package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/de.js +284 -0
- package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/en.js +287 -0
- package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/es.js +284 -0
- package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fa.js +277 -0
- package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fi.js +293 -0
- package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fr.js +287 -0
- package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/he.js +271 -0
- package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/hu.js +287 -0
- package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/id.js +287 -0
- package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/it.js +284 -0
- package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ja.js +286 -0
- package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ko.js +286 -0
- package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nb.js +284 -0
- package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nl.js +284 -0
- package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pl.js +284 -0
- package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ro.js +284 -0
- package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ru.js +327 -0
- package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sk.js +284 -0
- package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sl.js +284 -0
- package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sv.js +284 -0
- package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sw.js +284 -0
- package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/th.js +287 -0
- package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/tr.js +284 -0
- package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/uk.js +284 -0
- package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
- package/dist/node_modules/cronstrue/package.json +1 -0
- package/dist/server/antd.js +30 -9
- package/dist/server/cron.js +30 -9
- package/dist/server/cronstrue.js +26 -4
- package/dist/server/index.js +33 -11
- package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
- package/dist/server/server.js +74 -48
- package/dist/swagger/index.json +7 -0
- package/package.json +2 -2
- package/dist/locale/cron/zh_CN.d.ts +0 -34
- package/dist/locale/en_US.d.ts +0 -726
- package/dist/locale/es_ES.d.ts +0 -694
- package/dist/locale/fr_FR.d.ts +0 -712
- package/dist/locale/index.d.ts +0 -272
- package/dist/locale/ja_JP.d.ts +0 -628
- package/dist/locale/pt_BR.d.ts +0 -672
- package/dist/locale/ru_RU.d.ts +0 -508
- package/dist/locale/tr_TR.d.ts +0 -506
- package/dist/locale/uk_UA.d.ts +0 -714
- package/dist/locale/zh_CN.d.ts +0 -779
- package/dist/swagger/index.js +0 -19
|
@@ -0,0 +1,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/pl", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/pl"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/pl"] = 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.pl = void 0;
|
|
100
|
+
var pl = (function () {
|
|
101
|
+
function pl() {
|
|
102
|
+
}
|
|
103
|
+
pl.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
pl.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
pl.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
pl.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
pl.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return true;
|
|
117
|
+
};
|
|
118
|
+
pl.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "Wystąpił błąd podczas generowania opisu wyrażenia cron. Sprawdź składnię wyrażenia cron.";
|
|
120
|
+
};
|
|
121
|
+
pl.prototype.at = function () {
|
|
122
|
+
return "O";
|
|
123
|
+
};
|
|
124
|
+
pl.prototype.atSpace = function () {
|
|
125
|
+
return "O ";
|
|
126
|
+
};
|
|
127
|
+
pl.prototype.atX0 = function () {
|
|
128
|
+
return "o %s";
|
|
129
|
+
};
|
|
130
|
+
pl.prototype.atX0MinutesPastTheHour = function () {
|
|
131
|
+
return "w %s minucie";
|
|
132
|
+
};
|
|
133
|
+
pl.prototype.atX0SecondsPastTheMinute = function () {
|
|
134
|
+
return "w %s sekundzie";
|
|
135
|
+
};
|
|
136
|
+
pl.prototype.betweenX0AndX1 = function () {
|
|
137
|
+
return "od %s do %s";
|
|
138
|
+
};
|
|
139
|
+
pl.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
140
|
+
return ", od %s-ego do %s-ego dnia miesiąca";
|
|
141
|
+
};
|
|
142
|
+
pl.prototype.commaEveryDay = function () {
|
|
143
|
+
return ", co dzień";
|
|
144
|
+
};
|
|
145
|
+
pl.prototype.commaEveryX0Days = function () {
|
|
146
|
+
return ", co %s dni";
|
|
147
|
+
};
|
|
148
|
+
pl.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
149
|
+
return ", co %s dni tygodnia";
|
|
150
|
+
};
|
|
151
|
+
pl.prototype.commaEveryX0Months = function () {
|
|
152
|
+
return ", co %s miesięcy";
|
|
153
|
+
};
|
|
154
|
+
pl.prototype.commaEveryX0Years = function () {
|
|
155
|
+
return ", co %s lat";
|
|
156
|
+
};
|
|
157
|
+
pl.prototype.commaOnDayX0OfTheMonth = function () {
|
|
158
|
+
return ", %s-ego dnia miesiąca";
|
|
159
|
+
};
|
|
160
|
+
pl.prototype.commaOnlyInX0 = function () {
|
|
161
|
+
return ", tylko %s";
|
|
162
|
+
};
|
|
163
|
+
pl.prototype.commaOnlyOnX0 = function () {
|
|
164
|
+
return ", tylko %s";
|
|
165
|
+
};
|
|
166
|
+
pl.prototype.commaAndOnX0 = function () {
|
|
167
|
+
return ", i %s";
|
|
168
|
+
};
|
|
169
|
+
pl.prototype.commaOnThe = function () {
|
|
170
|
+
return ", ";
|
|
171
|
+
};
|
|
172
|
+
pl.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
173
|
+
return ", ostatni dzień miesiąca";
|
|
174
|
+
};
|
|
175
|
+
pl.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
176
|
+
return ", ostatni dzień roboczy miesiąca";
|
|
177
|
+
};
|
|
178
|
+
pl.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
179
|
+
return ", %s dni przed ostatnim dniem miesiąca";
|
|
180
|
+
};
|
|
181
|
+
pl.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
182
|
+
return ", ostatni %s miesiąca";
|
|
183
|
+
};
|
|
184
|
+
pl.prototype.commaOnTheX0OfTheMonth = function () {
|
|
185
|
+
return ", %s miesiąca";
|
|
186
|
+
};
|
|
187
|
+
pl.prototype.commaX0ThroughX1 = function () {
|
|
188
|
+
return ", od %s do %s";
|
|
189
|
+
};
|
|
190
|
+
pl.prototype.commaAndX0ThroughX1 = function () {
|
|
191
|
+
return ", i od %s do %s";
|
|
192
|
+
};
|
|
193
|
+
pl.prototype.everyHour = function () {
|
|
194
|
+
return "co godzinę";
|
|
195
|
+
};
|
|
196
|
+
pl.prototype.everyMinute = function () {
|
|
197
|
+
return "co minutę";
|
|
198
|
+
};
|
|
199
|
+
pl.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
200
|
+
return "Co minutę od %s do %s";
|
|
201
|
+
};
|
|
202
|
+
pl.prototype.everySecond = function () {
|
|
203
|
+
return "co sekundę";
|
|
204
|
+
};
|
|
205
|
+
pl.prototype.everyX0Hours = function () {
|
|
206
|
+
return "co %s godzin";
|
|
207
|
+
};
|
|
208
|
+
pl.prototype.everyX0Minutes = function () {
|
|
209
|
+
return "co %s minut";
|
|
210
|
+
};
|
|
211
|
+
pl.prototype.everyX0Seconds = function () {
|
|
212
|
+
return "co %s sekund";
|
|
213
|
+
};
|
|
214
|
+
pl.prototype.fifth = function () {
|
|
215
|
+
return "piąty";
|
|
216
|
+
};
|
|
217
|
+
pl.prototype.first = function () {
|
|
218
|
+
return "pierwszy";
|
|
219
|
+
};
|
|
220
|
+
pl.prototype.firstWeekday = function () {
|
|
221
|
+
return "pierwszy dzień roboczy";
|
|
222
|
+
};
|
|
223
|
+
pl.prototype.fourth = function () {
|
|
224
|
+
return "czwarty";
|
|
225
|
+
};
|
|
226
|
+
pl.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
227
|
+
return "minuty od %s do %s";
|
|
228
|
+
};
|
|
229
|
+
pl.prototype.second = function () {
|
|
230
|
+
return "drugi";
|
|
231
|
+
};
|
|
232
|
+
pl.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
233
|
+
return "sekundy od %s do %s";
|
|
234
|
+
};
|
|
235
|
+
pl.prototype.spaceAnd = function () {
|
|
236
|
+
return " i";
|
|
237
|
+
};
|
|
238
|
+
pl.prototype.spaceX0OfTheMonth = function () {
|
|
239
|
+
return " %s miesiąca";
|
|
240
|
+
};
|
|
241
|
+
pl.prototype.lastDay = function () {
|
|
242
|
+
return "ostatni dzień";
|
|
243
|
+
};
|
|
244
|
+
pl.prototype.third = function () {
|
|
245
|
+
return "trzeci";
|
|
246
|
+
};
|
|
247
|
+
pl.prototype.weekdayNearestDayX0 = function () {
|
|
248
|
+
return "dzień roboczy najbliższy %s-ego dnia";
|
|
249
|
+
};
|
|
250
|
+
pl.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", startowy %s";
|
|
252
|
+
};
|
|
253
|
+
pl.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["niedziela", "poniedziałek", "wtorek", "środa", "czwartek", "piątek", "sobota"];
|
|
255
|
+
};
|
|
256
|
+
pl.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"styczeń",
|
|
259
|
+
"luty",
|
|
260
|
+
"marzec",
|
|
261
|
+
"kwiecień",
|
|
262
|
+
"maj",
|
|
263
|
+
"czerwiec",
|
|
264
|
+
"lipiec",
|
|
265
|
+
"sierpień",
|
|
266
|
+
"wrzesień",
|
|
267
|
+
"październik",
|
|
268
|
+
"listopad",
|
|
269
|
+
"grudzień",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return pl;
|
|
273
|
+
}());
|
|
274
|
+
exports.pl = pl;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.pl) = new pl();
|
|
278
|
+
|
|
279
|
+
})();
|
|
280
|
+
|
|
281
|
+
/******/ return __webpack_exports__;
|
|
282
|
+
/******/ })()
|
|
283
|
+
;
|
|
284
|
+
});
|
|
@@ -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/pl.min",["cronstrue"],e):"object"==typeof exports?exports["locales/pl.min"]=e(require("cronstrue")):t["locales/pl.min"]=e(t.cronstrue)}(globalThis,(t=>(()=>{"use strict";var e={34:e=>{e.exports=t}},o={};function n(t){var r=o[t];if(void 0!==r)return r.exports;var u=o[t]={exports:{}};return e[t](u,u.exports,n),u.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 o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},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 r={};return(()=>{n.r(r);var t=n(34),e=n.n(t),o=r;Object.defineProperty(o,"__esModule",{value:!0}),o.pl=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"Wystąpił błąd podczas generowania opisu wyrażenia cron. Sprawdź składnię wyrażenia cron."},t.prototype.at=function(){return"O"},t.prototype.atSpace=function(){return"O "},t.prototype.atX0=function(){return"o %s"},t.prototype.atX0MinutesPastTheHour=function(){return"w %s minucie"},t.prototype.atX0SecondsPastTheMinute=function(){return"w %s sekundzie"},t.prototype.betweenX0AndX1=function(){return"od %s do %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", od %s-ego do %s-ego dnia miesiąca"},t.prototype.commaEveryDay=function(){return", co dzień"},t.prototype.commaEveryX0Days=function(){return", co %s dni"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", co %s dni tygodnia"},t.prototype.commaEveryX0Months=function(){return", co %s miesięcy"},t.prototype.commaEveryX0Years=function(){return", co %s lat"},t.prototype.commaOnDayX0OfTheMonth=function(){return", %s-ego dnia miesiąca"},t.prototype.commaOnlyInX0=function(){return", tylko %s"},t.prototype.commaOnlyOnX0=function(){return", tylko %s"},t.prototype.commaAndOnX0=function(){return", i %s"},t.prototype.commaOnThe=function(){return", "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", ostatni dzień miesiąca"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", ostatni dzień roboczy miesiąca"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dni przed ostatnim dniem miesiąca"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", ostatni %s miesiąca"},t.prototype.commaOnTheX0OfTheMonth=function(){return", %s miesiąca"},t.prototype.commaX0ThroughX1=function(){return", od %s do %s"},t.prototype.commaAndX0ThroughX1=function(){return", i od %s do %s"},t.prototype.everyHour=function(){return"co godzinę"},t.prototype.everyMinute=function(){return"co minutę"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Co minutę od %s do %s"},t.prototype.everySecond=function(){return"co sekundę"},t.prototype.everyX0Hours=function(){return"co %s godzin"},t.prototype.everyX0Minutes=function(){return"co %s minut"},t.prototype.everyX0Seconds=function(){return"co %s sekund"},t.prototype.fifth=function(){return"piąty"},t.prototype.first=function(){return"pierwszy"},t.prototype.firstWeekday=function(){return"pierwszy dzień roboczy"},t.prototype.fourth=function(){return"czwarty"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minuty od %s do %s"},t.prototype.second=function(){return"drugi"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekundy od %s do %s"},t.prototype.spaceAnd=function(){return" i"},t.prototype.spaceX0OfTheMonth=function(){return" %s miesiąca"},t.prototype.lastDay=function(){return"ostatni dzień"},t.prototype.third=function(){return"trzeci"},t.prototype.weekdayNearestDayX0=function(){return"dzień roboczy najbliższy %s-ego dnia"},t.prototype.commaStartingX0=function(){return", startowy %s"},t.prototype.daysOfTheWeek=function(){return["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"]},t.prototype.monthsOfTheYear=function(){return["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"]},t}();o.pl=u,e().locales.pl=new u})(),r})()));
|
|
@@ -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/pt_BR", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/pt_BR"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/pt_BR"] = 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.pt_BR = void 0;
|
|
100
|
+
var pt_BR = (function () {
|
|
101
|
+
function pt_BR() {
|
|
102
|
+
}
|
|
103
|
+
pt_BR.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
pt_BR.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
pt_BR.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
pt_BR.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
pt_BR.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return false;
|
|
117
|
+
};
|
|
118
|
+
pt_BR.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "Ocorreu um erro ao gerar a descrição da expressão Cron.";
|
|
120
|
+
};
|
|
121
|
+
pt_BR.prototype.at = function () {
|
|
122
|
+
return "às";
|
|
123
|
+
};
|
|
124
|
+
pt_BR.prototype.atSpace = function () {
|
|
125
|
+
return "às ";
|
|
126
|
+
};
|
|
127
|
+
pt_BR.prototype.atX0 = function () {
|
|
128
|
+
return "Às %s";
|
|
129
|
+
};
|
|
130
|
+
pt_BR.prototype.atX0MinutesPastTheHour = function () {
|
|
131
|
+
return "aos %s minutos da hora";
|
|
132
|
+
};
|
|
133
|
+
pt_BR.prototype.atX0SecondsPastTheMinute = function () {
|
|
134
|
+
return "aos %s segundos do minuto";
|
|
135
|
+
};
|
|
136
|
+
pt_BR.prototype.betweenX0AndX1 = function () {
|
|
137
|
+
return "entre %s e %s";
|
|
138
|
+
};
|
|
139
|
+
pt_BR.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
140
|
+
return ", entre os dias %s e %s do mês";
|
|
141
|
+
};
|
|
142
|
+
pt_BR.prototype.commaEveryDay = function () {
|
|
143
|
+
return ", a cada dia";
|
|
144
|
+
};
|
|
145
|
+
pt_BR.prototype.commaEveryX0Days = function () {
|
|
146
|
+
return ", a cada %s dias";
|
|
147
|
+
};
|
|
148
|
+
pt_BR.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
149
|
+
return ", a cada %s dias de semana";
|
|
150
|
+
};
|
|
151
|
+
pt_BR.prototype.commaEveryX0Months = function () {
|
|
152
|
+
return ", a cada %s meses";
|
|
153
|
+
};
|
|
154
|
+
pt_BR.prototype.commaOnDayX0OfTheMonth = function () {
|
|
155
|
+
return ", no dia %s do mês";
|
|
156
|
+
};
|
|
157
|
+
pt_BR.prototype.commaOnlyInX0 = function () {
|
|
158
|
+
return ", somente em %s";
|
|
159
|
+
};
|
|
160
|
+
pt_BR.prototype.commaOnlyOnX0 = function () {
|
|
161
|
+
return ", somente de %s";
|
|
162
|
+
};
|
|
163
|
+
pt_BR.prototype.commaAndOnX0 = function () {
|
|
164
|
+
return ", e de %s";
|
|
165
|
+
};
|
|
166
|
+
pt_BR.prototype.commaOnThe = function () {
|
|
167
|
+
return ", na ";
|
|
168
|
+
};
|
|
169
|
+
pt_BR.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
170
|
+
return ", no último dia do mês";
|
|
171
|
+
};
|
|
172
|
+
pt_BR.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
173
|
+
return ", no último dia da semana do mês";
|
|
174
|
+
};
|
|
175
|
+
pt_BR.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
176
|
+
return ", %s dias antes do último dia do mês";
|
|
177
|
+
};
|
|
178
|
+
pt_BR.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
179
|
+
return ", na última %s do mês";
|
|
180
|
+
};
|
|
181
|
+
pt_BR.prototype.commaOnTheX0OfTheMonth = function () {
|
|
182
|
+
return ", no %s do mês";
|
|
183
|
+
};
|
|
184
|
+
pt_BR.prototype.commaX0ThroughX1 = function () {
|
|
185
|
+
return ", de %s a %s";
|
|
186
|
+
};
|
|
187
|
+
pt_BR.prototype.commaAndX0ThroughX1 = function () {
|
|
188
|
+
return ", e de %s a %s";
|
|
189
|
+
};
|
|
190
|
+
pt_BR.prototype.everyHour = function () {
|
|
191
|
+
return "a cada hora";
|
|
192
|
+
};
|
|
193
|
+
pt_BR.prototype.everyMinute = function () {
|
|
194
|
+
return "a cada minuto";
|
|
195
|
+
};
|
|
196
|
+
pt_BR.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
197
|
+
return "a cada minuto entre %s e %s";
|
|
198
|
+
};
|
|
199
|
+
pt_BR.prototype.everySecond = function () {
|
|
200
|
+
return "a cada segundo";
|
|
201
|
+
};
|
|
202
|
+
pt_BR.prototype.everyX0Hours = function () {
|
|
203
|
+
return "a cada %s horas";
|
|
204
|
+
};
|
|
205
|
+
pt_BR.prototype.everyX0Minutes = function () {
|
|
206
|
+
return "a cada %s minutos";
|
|
207
|
+
};
|
|
208
|
+
pt_BR.prototype.everyX0Seconds = function () {
|
|
209
|
+
return "a cada %s segundos";
|
|
210
|
+
};
|
|
211
|
+
pt_BR.prototype.fifth = function () {
|
|
212
|
+
return "quinta";
|
|
213
|
+
};
|
|
214
|
+
pt_BR.prototype.first = function () {
|
|
215
|
+
return "primeira";
|
|
216
|
+
};
|
|
217
|
+
pt_BR.prototype.firstWeekday = function () {
|
|
218
|
+
return "primeiro dia da semana";
|
|
219
|
+
};
|
|
220
|
+
pt_BR.prototype.fourth = function () {
|
|
221
|
+
return "quarta";
|
|
222
|
+
};
|
|
223
|
+
pt_BR.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
224
|
+
return "do minuto %s até %s de cada hora";
|
|
225
|
+
};
|
|
226
|
+
pt_BR.prototype.second = function () {
|
|
227
|
+
return "segunda";
|
|
228
|
+
};
|
|
229
|
+
pt_BR.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
230
|
+
return "No segundo %s até %s de cada minuto";
|
|
231
|
+
};
|
|
232
|
+
pt_BR.prototype.spaceAnd = function () {
|
|
233
|
+
return " e";
|
|
234
|
+
};
|
|
235
|
+
pt_BR.prototype.spaceX0OfTheMonth = function () {
|
|
236
|
+
return " %s do mês";
|
|
237
|
+
};
|
|
238
|
+
pt_BR.prototype.lastDay = function () {
|
|
239
|
+
return "o último dia";
|
|
240
|
+
};
|
|
241
|
+
pt_BR.prototype.third = function () {
|
|
242
|
+
return "terceira";
|
|
243
|
+
};
|
|
244
|
+
pt_BR.prototype.weekdayNearestDayX0 = function () {
|
|
245
|
+
return "dia da semana mais próximo do dia %s";
|
|
246
|
+
};
|
|
247
|
+
pt_BR.prototype.commaEveryX0Years = function () {
|
|
248
|
+
return ", a cada %s anos";
|
|
249
|
+
};
|
|
250
|
+
pt_BR.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", iniciando %s";
|
|
252
|
+
};
|
|
253
|
+
pt_BR.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["domingo", "segunda-feira", "terça-feira", "quarta-feira", "quinta-feira", "sexta-feira", "sábado"];
|
|
255
|
+
};
|
|
256
|
+
pt_BR.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"janeiro",
|
|
259
|
+
"fevereiro",
|
|
260
|
+
"março",
|
|
261
|
+
"abril",
|
|
262
|
+
"maio",
|
|
263
|
+
"junho",
|
|
264
|
+
"julho",
|
|
265
|
+
"agosto",
|
|
266
|
+
"setembro",
|
|
267
|
+
"outubro",
|
|
268
|
+
"novembro",
|
|
269
|
+
"dezembro",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return pt_BR;
|
|
273
|
+
}());
|
|
274
|
+
exports.pt_BR = pt_BR;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.pt_BR) = new pt_BR();
|
|
278
|
+
|
|
279
|
+
})();
|
|
280
|
+
|
|
281
|
+
/******/ return __webpack_exports__;
|
|
282
|
+
/******/ })()
|
|
283
|
+
;
|
|
284
|
+
});
|
|
@@ -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/pt_BR.min",["cronstrue"],e):"object"==typeof exports?exports["locales/pt_BR.min"]=e(require("cronstrue")):t["locales/pt_BR.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 a=o[t]={exports:{}};return e[t](a,a.exports,r),a.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.pt_BR=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"Ocorreu um erro ao gerar a descrição da expressão Cron."},t.prototype.at=function(){return"às"},t.prototype.atSpace=function(){return"às "},t.prototype.atX0=function(){return"Às %s"},t.prototype.atX0MinutesPastTheHour=function(){return"aos %s minutos da hora"},t.prototype.atX0SecondsPastTheMinute=function(){return"aos %s segundos do minuto"},t.prototype.betweenX0AndX1=function(){return"entre %s e %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", entre os dias %s e %s do mês"},t.prototype.commaEveryDay=function(){return", a cada dia"},t.prototype.commaEveryX0Days=function(){return", a cada %s dias"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", a cada %s dias de semana"},t.prototype.commaEveryX0Months=function(){return", a cada %s meses"},t.prototype.commaOnDayX0OfTheMonth=function(){return", no dia %s do mês"},t.prototype.commaOnlyInX0=function(){return", somente em %s"},t.prototype.commaOnlyOnX0=function(){return", somente de %s"},t.prototype.commaAndOnX0=function(){return", e de %s"},t.prototype.commaOnThe=function(){return", na "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", no último dia do mês"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", no último dia da semana do mês"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dias antes do último dia do mês"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", na última %s do mês"},t.prototype.commaOnTheX0OfTheMonth=function(){return", no %s do mês"},t.prototype.commaX0ThroughX1=function(){return", de %s a %s"},t.prototype.commaAndX0ThroughX1=function(){return", e de %s a %s"},t.prototype.everyHour=function(){return"a cada hora"},t.prototype.everyMinute=function(){return"a cada minuto"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"a cada minuto entre %s e %s"},t.prototype.everySecond=function(){return"a cada segundo"},t.prototype.everyX0Hours=function(){return"a cada %s horas"},t.prototype.everyX0Minutes=function(){return"a cada %s minutos"},t.prototype.everyX0Seconds=function(){return"a cada %s segundos"},t.prototype.fifth=function(){return"quinta"},t.prototype.first=function(){return"primeira"},t.prototype.firstWeekday=function(){return"primeiro dia da semana"},t.prototype.fourth=function(){return"quarta"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"do minuto %s até %s de cada hora"},t.prototype.second=function(){return"segunda"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"No segundo %s até %s de cada minuto"},t.prototype.spaceAnd=function(){return" e"},t.prototype.spaceX0OfTheMonth=function(){return" %s do mês"},t.prototype.lastDay=function(){return"o último dia"},t.prototype.third=function(){return"terceira"},t.prototype.weekdayNearestDayX0=function(){return"dia da semana mais próximo do dia %s"},t.prototype.commaEveryX0Years=function(){return", a cada %s anos"},t.prototype.commaStartingX0=function(){return", iniciando %s"},t.prototype.daysOfTheWeek=function(){return["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"]},t.prototype.monthsOfTheYear=function(){return["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]},t}();o.pt_BR=a,e().locales.pt_BR=new a})(),n})()));
|