@nocobase/plugin-client 0.13.0-alpha.4 → 0.13.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/index.js +1 -11
- package/dist/index.js +37 -16
- package/dist/locale/cron/zh_CN.js +97 -42
- package/dist/locale/en_US.js +43 -28
- package/dist/locale/es_ES.js +328 -313
- package/dist/locale/fr_FR.js +329 -314
- package/dist/locale/index.js +160 -273
- package/dist/locale/ja_JP.js +635 -620
- package/dist/locale/pt_BR.js +365 -350
- package/dist/locale/ru_RU.js +519 -504
- package/dist/locale/tr_TR.js +388 -373
- package/dist/locale/uk_UA.js +720 -705
- package/dist/locale/zh_CN.js +793 -778
- package/dist/node_modules/cronstrue/LICENSE +21 -0
- package/dist/node_modules/cronstrue/bin/cli.js +26 -0
- package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
- package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.js +5 -0
- package/dist/node_modules/cronstrue/locales/af.js +287 -0
- package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ar.js +287 -0
- package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/be.js +284 -0
- package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ca.js +284 -0
- package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/cs.js +284 -0
- package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/da.js +284 -0
- package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/de.js +284 -0
- package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/en.js +287 -0
- package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/es.js +284 -0
- package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fa.js +277 -0
- package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fi.js +293 -0
- package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fr.js +287 -0
- package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/he.js +271 -0
- package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/hu.js +287 -0
- package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/id.js +287 -0
- package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/it.js +284 -0
- package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ja.js +286 -0
- package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ko.js +286 -0
- package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nb.js +284 -0
- package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nl.js +284 -0
- package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pl.js +284 -0
- package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ro.js +284 -0
- package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ru.js +327 -0
- package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sk.js +284 -0
- package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sl.js +284 -0
- package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sv.js +284 -0
- package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sw.js +284 -0
- package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/th.js +287 -0
- package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/tr.js +284 -0
- package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/uk.js +284 -0
- package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
- package/dist/node_modules/cronstrue/package.json +1 -0
- package/dist/server/antd.js +30 -9
- package/dist/server/cron.js +30 -9
- package/dist/server/cronstrue.js +26 -4
- package/dist/server/index.js +33 -11
- package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
- package/dist/server/server.js +74 -48
- package/dist/swagger/index.json +7 -0
- package/package.json +2 -2
- package/dist/locale/cron/zh_CN.d.ts +0 -34
- package/dist/locale/en_US.d.ts +0 -726
- package/dist/locale/es_ES.d.ts +0 -694
- package/dist/locale/fr_FR.d.ts +0 -712
- package/dist/locale/index.d.ts +0 -272
- package/dist/locale/ja_JP.d.ts +0 -628
- package/dist/locale/pt_BR.d.ts +0 -672
- package/dist/locale/ru_RU.d.ts +0 -508
- package/dist/locale/tr_TR.d.ts +0 -506
- package/dist/locale/uk_UA.d.ts +0 -714
- package/dist/locale/zh_CN.d.ts +0 -779
- package/dist/swagger/index.js +0 -19
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("cronstrue"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define("locales/pt_PT", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/pt_PT"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/pt_PT"] = 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_PT = void 0;
|
|
100
|
+
var pt_PT = (function () {
|
|
101
|
+
function pt_PT() {
|
|
102
|
+
}
|
|
103
|
+
pt_PT.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
pt_PT.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
pt_PT.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
pt_PT.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
pt_PT.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return true;
|
|
117
|
+
};
|
|
118
|
+
pt_PT.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "Ocorreu um erro ao gerar a descrição da expressão Cron.";
|
|
120
|
+
};
|
|
121
|
+
pt_PT.prototype.at = function () {
|
|
122
|
+
return "às";
|
|
123
|
+
};
|
|
124
|
+
pt_PT.prototype.atSpace = function () {
|
|
125
|
+
return "às ";
|
|
126
|
+
};
|
|
127
|
+
pt_PT.prototype.atX0 = function () {
|
|
128
|
+
return "Às %s";
|
|
129
|
+
};
|
|
130
|
+
pt_PT.prototype.atX0MinutesPastTheHour = function () {
|
|
131
|
+
return "aos %s minutos da hora";
|
|
132
|
+
};
|
|
133
|
+
pt_PT.prototype.atX0SecondsPastTheMinute = function () {
|
|
134
|
+
return "aos %s segundos do minuto";
|
|
135
|
+
};
|
|
136
|
+
pt_PT.prototype.betweenX0AndX1 = function () {
|
|
137
|
+
return "entre %s e %s";
|
|
138
|
+
};
|
|
139
|
+
pt_PT.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
140
|
+
return ", entre os dias %s e %s do mês";
|
|
141
|
+
};
|
|
142
|
+
pt_PT.prototype.commaEveryDay = function () {
|
|
143
|
+
return ", a cada dia";
|
|
144
|
+
};
|
|
145
|
+
pt_PT.prototype.commaEveryX0Days = function () {
|
|
146
|
+
return ", a cada %s dias";
|
|
147
|
+
};
|
|
148
|
+
pt_PT.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
149
|
+
return ", a cada %s dias de semana";
|
|
150
|
+
};
|
|
151
|
+
pt_PT.prototype.commaEveryX0Months = function () {
|
|
152
|
+
return ", a cada %s meses";
|
|
153
|
+
};
|
|
154
|
+
pt_PT.prototype.commaOnDayX0OfTheMonth = function () {
|
|
155
|
+
return ", no dia %s do mês";
|
|
156
|
+
};
|
|
157
|
+
pt_PT.prototype.commaOnlyInX0 = function () {
|
|
158
|
+
return ", somente em %s";
|
|
159
|
+
};
|
|
160
|
+
pt_PT.prototype.commaOnlyOnX0 = function () {
|
|
161
|
+
return ", somente de %s";
|
|
162
|
+
};
|
|
163
|
+
pt_PT.prototype.commaAndOnX0 = function () {
|
|
164
|
+
return ", e de %s";
|
|
165
|
+
};
|
|
166
|
+
pt_PT.prototype.commaOnThe = function () {
|
|
167
|
+
return ", na ";
|
|
168
|
+
};
|
|
169
|
+
pt_PT.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
170
|
+
return ", no último dia do mês";
|
|
171
|
+
};
|
|
172
|
+
pt_PT.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
173
|
+
return ", no último dia da semana do mês";
|
|
174
|
+
};
|
|
175
|
+
pt_PT.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
176
|
+
return ", %s dias antes do último dia do mês";
|
|
177
|
+
};
|
|
178
|
+
pt_PT.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
179
|
+
return ", na última %s do mês";
|
|
180
|
+
};
|
|
181
|
+
pt_PT.prototype.commaOnTheX0OfTheMonth = function () {
|
|
182
|
+
return ", no %s do mês";
|
|
183
|
+
};
|
|
184
|
+
pt_PT.prototype.commaX0ThroughX1 = function () {
|
|
185
|
+
return ", de %s a %s";
|
|
186
|
+
};
|
|
187
|
+
pt_PT.prototype.commaAndX0ThroughX1 = function () {
|
|
188
|
+
return ", e de %s a %s";
|
|
189
|
+
};
|
|
190
|
+
pt_PT.prototype.everyHour = function () {
|
|
191
|
+
return "a cada hora";
|
|
192
|
+
};
|
|
193
|
+
pt_PT.prototype.everyMinute = function () {
|
|
194
|
+
return "a cada minuto";
|
|
195
|
+
};
|
|
196
|
+
pt_PT.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
197
|
+
return "a cada minuto entre %s e %s";
|
|
198
|
+
};
|
|
199
|
+
pt_PT.prototype.everySecond = function () {
|
|
200
|
+
return "a cada segundo";
|
|
201
|
+
};
|
|
202
|
+
pt_PT.prototype.everyX0Hours = function () {
|
|
203
|
+
return "a cada %s horas";
|
|
204
|
+
};
|
|
205
|
+
pt_PT.prototype.everyX0Minutes = function () {
|
|
206
|
+
return "a cada %s minutos";
|
|
207
|
+
};
|
|
208
|
+
pt_PT.prototype.everyX0Seconds = function () {
|
|
209
|
+
return "a cada %s segundos";
|
|
210
|
+
};
|
|
211
|
+
pt_PT.prototype.fifth = function () {
|
|
212
|
+
return "quinta";
|
|
213
|
+
};
|
|
214
|
+
pt_PT.prototype.first = function () {
|
|
215
|
+
return "primeira";
|
|
216
|
+
};
|
|
217
|
+
pt_PT.prototype.firstWeekday = function () {
|
|
218
|
+
return "primeiro dia da semana";
|
|
219
|
+
};
|
|
220
|
+
pt_PT.prototype.fourth = function () {
|
|
221
|
+
return "quarta";
|
|
222
|
+
};
|
|
223
|
+
pt_PT.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
224
|
+
return "do minuto %s até %s de cada hora";
|
|
225
|
+
};
|
|
226
|
+
pt_PT.prototype.second = function () {
|
|
227
|
+
return "segunda";
|
|
228
|
+
};
|
|
229
|
+
pt_PT.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
230
|
+
return "No segundo %s até %s de cada minuto";
|
|
231
|
+
};
|
|
232
|
+
pt_PT.prototype.spaceAnd = function () {
|
|
233
|
+
return " e";
|
|
234
|
+
};
|
|
235
|
+
pt_PT.prototype.spaceX0OfTheMonth = function () {
|
|
236
|
+
return " %s do mês";
|
|
237
|
+
};
|
|
238
|
+
pt_PT.prototype.lastDay = function () {
|
|
239
|
+
return "o último dia";
|
|
240
|
+
};
|
|
241
|
+
pt_PT.prototype.third = function () {
|
|
242
|
+
return "terceira";
|
|
243
|
+
};
|
|
244
|
+
pt_PT.prototype.weekdayNearestDayX0 = function () {
|
|
245
|
+
return "dia da semana mais próximo do dia %s";
|
|
246
|
+
};
|
|
247
|
+
pt_PT.prototype.commaEveryX0Years = function () {
|
|
248
|
+
return ", a cada %s anos";
|
|
249
|
+
};
|
|
250
|
+
pt_PT.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", iniciando %s";
|
|
252
|
+
};
|
|
253
|
+
pt_PT.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["domingo", "segunda-feira", "terça-feira", "quarta-feira", "quinta-feira", "sexta-feira", "sábado"];
|
|
255
|
+
};
|
|
256
|
+
pt_PT.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_PT;
|
|
273
|
+
}());
|
|
274
|
+
exports.pt_PT = pt_PT;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.pt_PT) = new pt_PT();
|
|
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_PT.min",["cronstrue"],e):"object"==typeof exports?exports["locales/pt_PT.min"]=e(require("cronstrue")):t["locales/pt_PT.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_PT=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!0},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_PT=a,e().locales.pt_PT=new a})(),n})()));
|
|
@@ -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/ro", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/ro"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/ro"] = 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.ro = void 0;
|
|
100
|
+
var ro = (function () {
|
|
101
|
+
function ro() {
|
|
102
|
+
}
|
|
103
|
+
ro.prototype.use24HourTimeFormatByDefault = function () {
|
|
104
|
+
return true;
|
|
105
|
+
};
|
|
106
|
+
ro.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
107
|
+
return "Eroare la generarea descrierii. Verificați sintaxa.";
|
|
108
|
+
};
|
|
109
|
+
ro.prototype.at = function () {
|
|
110
|
+
return "La";
|
|
111
|
+
};
|
|
112
|
+
ro.prototype.atSpace = function () {
|
|
113
|
+
return "La ";
|
|
114
|
+
};
|
|
115
|
+
ro.prototype.atX0 = function () {
|
|
116
|
+
return "la %s";
|
|
117
|
+
};
|
|
118
|
+
ro.prototype.atX0MinutesPastTheHour = function () {
|
|
119
|
+
return "la și %s minute";
|
|
120
|
+
};
|
|
121
|
+
ro.prototype.atX0SecondsPastTheMinute = function () {
|
|
122
|
+
return "la și %s secunde";
|
|
123
|
+
};
|
|
124
|
+
ro.prototype.betweenX0AndX1 = function () {
|
|
125
|
+
return "între %s și %s";
|
|
126
|
+
};
|
|
127
|
+
ro.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
128
|
+
return ", între zilele %s și %s ale lunii";
|
|
129
|
+
};
|
|
130
|
+
ro.prototype.commaEveryDay = function () {
|
|
131
|
+
return ", în fiecare zi";
|
|
132
|
+
};
|
|
133
|
+
ro.prototype.commaEveryX0Days = function () {
|
|
134
|
+
return ", la fiecare %s zile";
|
|
135
|
+
};
|
|
136
|
+
ro.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
137
|
+
return ", la fiecare a %s-a zi a săptămânii";
|
|
138
|
+
};
|
|
139
|
+
ro.prototype.commaEveryX0Months = function () {
|
|
140
|
+
return ", la fiecare %s luni";
|
|
141
|
+
};
|
|
142
|
+
ro.prototype.commaEveryX0Years = function () {
|
|
143
|
+
return ", o dată la %s ani";
|
|
144
|
+
};
|
|
145
|
+
ro.prototype.commaOnDayX0OfTheMonth = function () {
|
|
146
|
+
return ", în ziua %s a lunii";
|
|
147
|
+
};
|
|
148
|
+
ro.prototype.commaOnlyInX0 = function () {
|
|
149
|
+
return ", doar în %s";
|
|
150
|
+
};
|
|
151
|
+
ro.prototype.commaOnlyOnX0 = function () {
|
|
152
|
+
return ", doar %s";
|
|
153
|
+
};
|
|
154
|
+
ro.prototype.commaAndOnX0 = function () {
|
|
155
|
+
return ", și %s";
|
|
156
|
+
};
|
|
157
|
+
ro.prototype.commaOnThe = function () {
|
|
158
|
+
return ", în ";
|
|
159
|
+
};
|
|
160
|
+
ro.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
161
|
+
return ", în ultima zi a lunii";
|
|
162
|
+
};
|
|
163
|
+
ro.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
164
|
+
return ", în ultima zi lucrătoare a lunii";
|
|
165
|
+
};
|
|
166
|
+
ro.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
167
|
+
return ", %s zile înainte de ultima zi a lunii";
|
|
168
|
+
};
|
|
169
|
+
ro.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
170
|
+
return ", în ultima %s a lunii";
|
|
171
|
+
};
|
|
172
|
+
ro.prototype.commaOnTheX0OfTheMonth = function () {
|
|
173
|
+
return ", în %s a lunii";
|
|
174
|
+
};
|
|
175
|
+
ro.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", de %s până %s";
|
|
177
|
+
};
|
|
178
|
+
ro.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", și de %s până %s";
|
|
180
|
+
};
|
|
181
|
+
ro.prototype.everyHour = function () {
|
|
182
|
+
return "în fiecare oră";
|
|
183
|
+
};
|
|
184
|
+
ro.prototype.everyMinute = function () {
|
|
185
|
+
return "în fiecare minut";
|
|
186
|
+
};
|
|
187
|
+
ro.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
188
|
+
return "În fiecare minut între %s și %s";
|
|
189
|
+
};
|
|
190
|
+
ro.prototype.everySecond = function () {
|
|
191
|
+
return "în fiecare secundă";
|
|
192
|
+
};
|
|
193
|
+
ro.prototype.everyX0Hours = function () {
|
|
194
|
+
return "la fiecare %s ore";
|
|
195
|
+
};
|
|
196
|
+
ro.prototype.everyX0Minutes = function () {
|
|
197
|
+
return "la fiecare %s minute";
|
|
198
|
+
};
|
|
199
|
+
ro.prototype.everyX0Seconds = function () {
|
|
200
|
+
return "la fiecare %s secunde";
|
|
201
|
+
};
|
|
202
|
+
ro.prototype.fifth = function () {
|
|
203
|
+
return "a cincea";
|
|
204
|
+
};
|
|
205
|
+
ro.prototype.first = function () {
|
|
206
|
+
return "prima";
|
|
207
|
+
};
|
|
208
|
+
ro.prototype.firstWeekday = function () {
|
|
209
|
+
return "prima zi a săptămânii";
|
|
210
|
+
};
|
|
211
|
+
ro.prototype.fourth = function () {
|
|
212
|
+
return "a patra";
|
|
213
|
+
};
|
|
214
|
+
ro.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
215
|
+
return "între minutele %s și %s";
|
|
216
|
+
};
|
|
217
|
+
ro.prototype.second = function () {
|
|
218
|
+
return "a doua";
|
|
219
|
+
};
|
|
220
|
+
ro.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
221
|
+
return "între secunda %s și secunda %s";
|
|
222
|
+
};
|
|
223
|
+
ro.prototype.spaceAnd = function () {
|
|
224
|
+
return " și";
|
|
225
|
+
};
|
|
226
|
+
ro.prototype.spaceX0OfTheMonth = function () {
|
|
227
|
+
return " %s a lunii";
|
|
228
|
+
};
|
|
229
|
+
ro.prototype.lastDay = function () {
|
|
230
|
+
return "ultima zi";
|
|
231
|
+
};
|
|
232
|
+
ro.prototype.third = function () {
|
|
233
|
+
return "a treia";
|
|
234
|
+
};
|
|
235
|
+
ro.prototype.weekdayNearestDayX0 = function () {
|
|
236
|
+
return "cea mai apropiată zi a săptămânii de ziua %s";
|
|
237
|
+
};
|
|
238
|
+
ro.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
239
|
+
return ", din %s până în %s";
|
|
240
|
+
};
|
|
241
|
+
ro.prototype.commaYearX0ThroughYearX1 = function () {
|
|
242
|
+
return ", din %s până în %s";
|
|
243
|
+
};
|
|
244
|
+
ro.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
245
|
+
return "la și %s de minute";
|
|
246
|
+
};
|
|
247
|
+
ro.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
248
|
+
return "la și %s de secunde";
|
|
249
|
+
};
|
|
250
|
+
ro.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", pornire %s";
|
|
252
|
+
};
|
|
253
|
+
ro.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["duminică", "luni", "marți", "miercuri", "joi", "vineri", "sâmbătă"];
|
|
255
|
+
};
|
|
256
|
+
ro.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"ianuarie",
|
|
259
|
+
"februarie",
|
|
260
|
+
"martie",
|
|
261
|
+
"aprilie",
|
|
262
|
+
"mai",
|
|
263
|
+
"iunie",
|
|
264
|
+
"iulie",
|
|
265
|
+
"august",
|
|
266
|
+
"septembrie",
|
|
267
|
+
"octombrie",
|
|
268
|
+
"noiembrie",
|
|
269
|
+
"decembrie",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return ro;
|
|
273
|
+
}());
|
|
274
|
+
exports.ro = ro;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.ro) = new ro();
|
|
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/ro.min",["cronstrue"],t):"object"==typeof exports?exports["locales/ro.min"]=t(require("cronstrue")):e["locales/ro.min"]=t(e.cronstrue)}(globalThis,(e=>(()=>{"use strict";var t={34:t=>{t.exports=e}},n={};function r(e){var o=n[e];if(void 0!==o)return o.exports;var i=n[e]={exports:{}};return t[e](i,i.exports,r),i.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{r.r(o);var e=r(34),t=r.n(e),n=o;Object.defineProperty(n,"__esModule",{value:!0}),n.ro=void 0;var i=function(){function e(){}return e.prototype.use24HourTimeFormatByDefault=function(){return!0},e.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Eroare la generarea descrierii. Verificați sintaxa."},e.prototype.at=function(){return"La"},e.prototype.atSpace=function(){return"La "},e.prototype.atX0=function(){return"la %s"},e.prototype.atX0MinutesPastTheHour=function(){return"la și %s minute"},e.prototype.atX0SecondsPastTheMinute=function(){return"la și %s secunde"},e.prototype.betweenX0AndX1=function(){return"între %s și %s"},e.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", între zilele %s și %s ale lunii"},e.prototype.commaEveryDay=function(){return", în fiecare zi"},e.prototype.commaEveryX0Days=function(){return", la fiecare %s zile"},e.prototype.commaEveryX0DaysOfTheWeek=function(){return", la fiecare a %s-a zi a săptămânii"},e.prototype.commaEveryX0Months=function(){return", la fiecare %s luni"},e.prototype.commaEveryX0Years=function(){return", o dată la %s ani"},e.prototype.commaOnDayX0OfTheMonth=function(){return", în ziua %s a lunii"},e.prototype.commaOnlyInX0=function(){return", doar în %s"},e.prototype.commaOnlyOnX0=function(){return", doar %s"},e.prototype.commaAndOnX0=function(){return", și %s"},e.prototype.commaOnThe=function(){return", în "},e.prototype.commaOnTheLastDayOfTheMonth=function(){return", în ultima zi a lunii"},e.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", în ultima zi lucrătoare a lunii"},e.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s zile înainte de ultima zi a lunii"},e.prototype.commaOnTheLastX0OfTheMonth=function(){return", în ultima %s a lunii"},e.prototype.commaOnTheX0OfTheMonth=function(){return", în %s a lunii"},e.prototype.commaX0ThroughX1=function(){return", de %s până %s"},e.prototype.commaAndX0ThroughX1=function(){return", și de %s până %s"},e.prototype.everyHour=function(){return"în fiecare oră"},e.prototype.everyMinute=function(){return"în fiecare minut"},e.prototype.everyMinuteBetweenX0AndX1=function(){return"În fiecare minut între %s și %s"},e.prototype.everySecond=function(){return"în fiecare secundă"},e.prototype.everyX0Hours=function(){return"la fiecare %s ore"},e.prototype.everyX0Minutes=function(){return"la fiecare %s minute"},e.prototype.everyX0Seconds=function(){return"la fiecare %s secunde"},e.prototype.fifth=function(){return"a cincea"},e.prototype.first=function(){return"prima"},e.prototype.firstWeekday=function(){return"prima zi a săptămânii"},e.prototype.fourth=function(){return"a patra"},e.prototype.minutesX0ThroughX1PastTheHour=function(){return"între minutele %s și %s"},e.prototype.second=function(){return"a doua"},e.prototype.secondsX0ThroughX1PastTheMinute=function(){return"între secunda %s și secunda %s"},e.prototype.spaceAnd=function(){return" și"},e.prototype.spaceX0OfTheMonth=function(){return" %s a lunii"},e.prototype.lastDay=function(){return"ultima zi"},e.prototype.third=function(){return"a treia"},e.prototype.weekdayNearestDayX0=function(){return"cea mai apropiată zi a săptămânii de ziua %s"},e.prototype.commaMonthX0ThroughMonthX1=function(){return", din %s până în %s"},e.prototype.commaYearX0ThroughYearX1=function(){return", din %s până în %s"},e.prototype.atX0MinutesPastTheHourGt20=function(){return"la și %s de minute"},e.prototype.atX0SecondsPastTheMinuteGt20=function(){return"la și %s de secunde"},e.prototype.commaStartingX0=function(){return", pornire %s"},e.prototype.daysOfTheWeek=function(){return["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"]},e.prototype.monthsOfTheYear=function(){return["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"]},e}();n.ro=i,t().locales.ro=new i})(),o})()));
|