@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,327 @@
|
|
|
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/ru", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/ru"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/ru"] = 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.ru = void 0;
|
|
100
|
+
var getPhraseByNumber = function (str, words) {
|
|
101
|
+
var number = Number(str);
|
|
102
|
+
return number !== undefined
|
|
103
|
+
? words[number % 100 > 4 && number % 100 < 20 ? 2 : [2, 0, 1, 1, 1, 2][number % 10 < 5 ? Math.abs(number) % 10 : 5]]
|
|
104
|
+
: words[2];
|
|
105
|
+
};
|
|
106
|
+
var getPhraseByDayOfWeek = function (str, words) {
|
|
107
|
+
var number = Number(str);
|
|
108
|
+
return number !== undefined
|
|
109
|
+
? words[number === 0 ? 0 : number === 1 || number === 2 || number === 4 ? 1 : 2]
|
|
110
|
+
: words[1];
|
|
111
|
+
};
|
|
112
|
+
var ru = (function () {
|
|
113
|
+
function ru() {
|
|
114
|
+
}
|
|
115
|
+
ru.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
116
|
+
return null;
|
|
117
|
+
};
|
|
118
|
+
ru.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
119
|
+
return null;
|
|
120
|
+
};
|
|
121
|
+
ru.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
122
|
+
return null;
|
|
123
|
+
};
|
|
124
|
+
ru.prototype.commaYearX0ThroughYearX1 = function () {
|
|
125
|
+
return null;
|
|
126
|
+
};
|
|
127
|
+
ru.prototype.use24HourTimeFormatByDefault = function () {
|
|
128
|
+
return true;
|
|
129
|
+
};
|
|
130
|
+
ru.prototype.everyMinute = function () {
|
|
131
|
+
return "каждую минуту";
|
|
132
|
+
};
|
|
133
|
+
ru.prototype.everyHour = function () {
|
|
134
|
+
return "каждый час";
|
|
135
|
+
};
|
|
136
|
+
ru.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
137
|
+
return "Произошла ошибка во время генерации описания выражения. Проверьте синтаксис крон-выражения.";
|
|
138
|
+
};
|
|
139
|
+
ru.prototype.atSpace = function () {
|
|
140
|
+
return "В ";
|
|
141
|
+
};
|
|
142
|
+
ru.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
143
|
+
return "Каждую минуту с %s по %s";
|
|
144
|
+
};
|
|
145
|
+
ru.prototype.at = function () {
|
|
146
|
+
return "В";
|
|
147
|
+
};
|
|
148
|
+
ru.prototype.spaceAnd = function () {
|
|
149
|
+
return " и";
|
|
150
|
+
};
|
|
151
|
+
ru.prototype.everySecond = function () {
|
|
152
|
+
return "каждую секунду";
|
|
153
|
+
};
|
|
154
|
+
ru.prototype.everyX0Seconds = function (s) {
|
|
155
|
+
return getPhraseByNumber(s, ["каждую %s секунду", "каждые %s секунды", "каждые %s секунд"]);
|
|
156
|
+
};
|
|
157
|
+
ru.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
158
|
+
return "секунды с %s по %s";
|
|
159
|
+
};
|
|
160
|
+
ru.prototype.atX0SecondsPastTheMinute = function (s) {
|
|
161
|
+
return getPhraseByNumber(s, ["в %s секунду", "в %s секунды", "в %s секунд"]);
|
|
162
|
+
};
|
|
163
|
+
ru.prototype.everyX0Minutes = function (s) {
|
|
164
|
+
return getPhraseByNumber(s, ["каждую %s минуту", "каждые %s минуты", "каждые %s минут"]);
|
|
165
|
+
};
|
|
166
|
+
ru.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
167
|
+
return "минуты с %s по %s";
|
|
168
|
+
};
|
|
169
|
+
ru.prototype.atX0MinutesPastTheHour = function (s) {
|
|
170
|
+
return getPhraseByNumber(s, ["в %s минуту", "в %s минуты", "в %s минут"]);
|
|
171
|
+
};
|
|
172
|
+
ru.prototype.everyX0Hours = function (s) {
|
|
173
|
+
return getPhraseByNumber(s, ["каждый %s час", "каждые %s часа", "каждые %s часов"]);
|
|
174
|
+
};
|
|
175
|
+
ru.prototype.betweenX0AndX1 = function () {
|
|
176
|
+
return "с %s по %s";
|
|
177
|
+
};
|
|
178
|
+
ru.prototype.atX0 = function () {
|
|
179
|
+
return "в %s";
|
|
180
|
+
};
|
|
181
|
+
ru.prototype.commaEveryDay = function () {
|
|
182
|
+
return ", каждый день";
|
|
183
|
+
};
|
|
184
|
+
ru.prototype.commaEveryX0DaysOfTheWeek = function (s) {
|
|
185
|
+
return getPhraseByNumber(s, ["", ", каждые %s дня недели", ", каждые %s дней недели"]);
|
|
186
|
+
};
|
|
187
|
+
ru.prototype.commaX0ThroughX1 = function (s) {
|
|
188
|
+
return s && (s[0] == "2" || s[0] == "3") ? ", со %s по %s" : ", с %s по %s";
|
|
189
|
+
};
|
|
190
|
+
ru.prototype.commaAndX0ThroughX1 = function (s) {
|
|
191
|
+
return s && (s[0] == "2" || s[0] == "3") ? " и со %s по %s" : " и с %s по %s";
|
|
192
|
+
};
|
|
193
|
+
ru.prototype.first = function (s) {
|
|
194
|
+
return getPhraseByDayOfWeek(s, ["первое", "первый", "первую"]);
|
|
195
|
+
};
|
|
196
|
+
ru.prototype.second = function (s) {
|
|
197
|
+
return getPhraseByDayOfWeek(s, ["второе", "второй", "вторую"]);
|
|
198
|
+
};
|
|
199
|
+
ru.prototype.third = function (s) {
|
|
200
|
+
return getPhraseByDayOfWeek(s, ["третье", "третий", "третью"]);
|
|
201
|
+
};
|
|
202
|
+
ru.prototype.fourth = function (s) {
|
|
203
|
+
return getPhraseByDayOfWeek(s, ["четвертое", "четвертый", "четвертую"]);
|
|
204
|
+
};
|
|
205
|
+
ru.prototype.fifth = function (s) {
|
|
206
|
+
return getPhraseByDayOfWeek(s, ["пятое", "пятый", "пятую"]);
|
|
207
|
+
};
|
|
208
|
+
ru.prototype.commaOnThe = function (s) {
|
|
209
|
+
return s === "2" ? ", во " : ", в ";
|
|
210
|
+
};
|
|
211
|
+
ru.prototype.spaceX0OfTheMonth = function () {
|
|
212
|
+
return " %s месяца";
|
|
213
|
+
};
|
|
214
|
+
ru.prototype.lastDay = function () {
|
|
215
|
+
return "последний день";
|
|
216
|
+
};
|
|
217
|
+
ru.prototype.commaOnTheLastX0OfTheMonth = function (s) {
|
|
218
|
+
return getPhraseByDayOfWeek(s, [", в последнее %s месяца", ", в последний %s месяца", ", в последнюю %s месяца"]);
|
|
219
|
+
};
|
|
220
|
+
ru.prototype.commaOnlyOnX0 = function (s) {
|
|
221
|
+
return s && s[0] === "2" ? ", только во %s" : ", только в %s";
|
|
222
|
+
};
|
|
223
|
+
ru.prototype.commaAndOnX0 = function () {
|
|
224
|
+
return ", и %s";
|
|
225
|
+
};
|
|
226
|
+
ru.prototype.commaEveryX0Months = function (s) {
|
|
227
|
+
return getPhraseByNumber(s, ["", " каждые %s месяца", " каждые %s месяцев"]);
|
|
228
|
+
};
|
|
229
|
+
ru.prototype.commaOnlyInMonthX0 = function () {
|
|
230
|
+
return ", только %s";
|
|
231
|
+
};
|
|
232
|
+
ru.prototype.commaOnlyInX0 = function () {
|
|
233
|
+
return ", только в %s";
|
|
234
|
+
};
|
|
235
|
+
ru.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
236
|
+
return ", в последний день месяца";
|
|
237
|
+
};
|
|
238
|
+
ru.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
239
|
+
return ", в последний будний день месяца";
|
|
240
|
+
};
|
|
241
|
+
ru.prototype.commaDaysBeforeTheLastDayOfTheMonth = function (s) {
|
|
242
|
+
return getPhraseByNumber(s, [
|
|
243
|
+
", за %s день до конца месяца",
|
|
244
|
+
", за %s дня до конца месяца",
|
|
245
|
+
", за %s дней до конца месяца",
|
|
246
|
+
]);
|
|
247
|
+
};
|
|
248
|
+
ru.prototype.firstWeekday = function () {
|
|
249
|
+
return "первый будний день";
|
|
250
|
+
};
|
|
251
|
+
ru.prototype.weekdayNearestDayX0 = function () {
|
|
252
|
+
return "ближайший будний день к %s числу";
|
|
253
|
+
};
|
|
254
|
+
ru.prototype.commaOnTheX0OfTheMonth = function () {
|
|
255
|
+
return ", в %s месяца";
|
|
256
|
+
};
|
|
257
|
+
ru.prototype.commaEveryX0Days = function (s) {
|
|
258
|
+
return getPhraseByNumber(s, [", каждый %s день", ", каждые %s дня", ", каждые %s дней"]);
|
|
259
|
+
};
|
|
260
|
+
ru.prototype.commaBetweenDayX0AndX1OfTheMonth = function (s) {
|
|
261
|
+
return s && s.substring(0, s.indexOf("-")) == "2" ? ", со %s по %s число месяца" : ", с %s по %s число месяца";
|
|
262
|
+
};
|
|
263
|
+
ru.prototype.commaOnDayX0OfTheMonth = function (s) {
|
|
264
|
+
return s && s[0] == "2" ? ", во %s число месяца" : ", в %s число месяца";
|
|
265
|
+
};
|
|
266
|
+
ru.prototype.commaEveryX0Years = function (s) {
|
|
267
|
+
return getPhraseByNumber(s, [", каждый %s год", ", каждые %s года", ", каждые %s лет"]);
|
|
268
|
+
};
|
|
269
|
+
ru.prototype.commaStartingX0 = function () {
|
|
270
|
+
return ", начало %s";
|
|
271
|
+
};
|
|
272
|
+
ru.prototype.daysOfTheWeek = function () {
|
|
273
|
+
return ["воскресенье", "понедельник", "вторник", "среда", "четверг", "пятница", "суббота"];
|
|
274
|
+
};
|
|
275
|
+
ru.prototype.daysOfTheWeekInCase = function (f) {
|
|
276
|
+
if (f === void 0) { f = 2; }
|
|
277
|
+
return f == 1
|
|
278
|
+
? ["воскресенья", "понедельника", "вторника", "среды", "четверга", "пятницы", "субботы"]
|
|
279
|
+
: ["воскресенье", "понедельник", "вторник", "среду", "четверг", "пятницу", "субботу"];
|
|
280
|
+
};
|
|
281
|
+
ru.prototype.monthsOfTheYear = function () {
|
|
282
|
+
return [
|
|
283
|
+
"январь",
|
|
284
|
+
"февраль",
|
|
285
|
+
"март",
|
|
286
|
+
"апрель",
|
|
287
|
+
"май",
|
|
288
|
+
"июнь",
|
|
289
|
+
"июль",
|
|
290
|
+
"август",
|
|
291
|
+
"сентябрь",
|
|
292
|
+
"октябрь",
|
|
293
|
+
"ноябрь",
|
|
294
|
+
"декабрь",
|
|
295
|
+
];
|
|
296
|
+
};
|
|
297
|
+
ru.prototype.monthsOfTheYearInCase = function (f) {
|
|
298
|
+
return f == 1
|
|
299
|
+
? [
|
|
300
|
+
"января",
|
|
301
|
+
"февраля",
|
|
302
|
+
"марта",
|
|
303
|
+
"апреля",
|
|
304
|
+
"мая",
|
|
305
|
+
"июня",
|
|
306
|
+
"июля",
|
|
307
|
+
"августа",
|
|
308
|
+
"сентября",
|
|
309
|
+
"октября",
|
|
310
|
+
"ноября",
|
|
311
|
+
"декабря",
|
|
312
|
+
]
|
|
313
|
+
: this.monthsOfTheYear();
|
|
314
|
+
};
|
|
315
|
+
return ru;
|
|
316
|
+
}());
|
|
317
|
+
exports.ru = ru;
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.ru) = new ru();
|
|
321
|
+
|
|
322
|
+
})();
|
|
323
|
+
|
|
324
|
+
/******/ return __webpack_exports__;
|
|
325
|
+
/******/ })()
|
|
326
|
+
;
|
|
327
|
+
});
|
|
@@ -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/ru.min",["cronstrue"],e):"object"==typeof exports?exports["locales/ru.min"]=e(require("cronstrue")):t["locales/ru.min"]=e(t.cronstrue)}(globalThis,(t=>(()=>{"use strict";var e={34:e=>{e.exports=t}},o={};function r(t){var n=o[t];if(void 0!==n)return n.exports;var u=o[t]={exports:{}};return e[t](u,u.exports,r),u.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var o in e)r.o(e,o)&&!r.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var n={};return(()=>{r.r(n);var t=r(34),e=r.n(t),o=n;Object.defineProperty(o,"__esModule",{value:!0}),o.ru=void 0;var u=function(t,e){var o=Number(t);return void 0!==o?e[o%100>4&&o%100<20?2:[2,0,1,1,1,2][o%10<5?Math.abs(o)%10:5]]:e[2]},p=function(t,e){var o=Number(t);return void 0!==o?e[0===o?0:1===o||2===o||4===o?1:2]:e[1]},s=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.everyMinute=function(){return"каждую минуту"},t.prototype.everyHour=function(){return"каждый час"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Произошла ошибка во время генерации описания выражения. Проверьте синтаксис крон-выражения."},t.prototype.atSpace=function(){return"В "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Каждую минуту с %s по %s"},t.prototype.at=function(){return"В"},t.prototype.spaceAnd=function(){return" и"},t.prototype.everySecond=function(){return"каждую секунду"},t.prototype.everyX0Seconds=function(t){return u(t,["каждую %s секунду","каждые %s секунды","каждые %s секунд"])},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"секунды с %s по %s"},t.prototype.atX0SecondsPastTheMinute=function(t){return u(t,["в %s секунду","в %s секунды","в %s секунд"])},t.prototype.everyX0Minutes=function(t){return u(t,["каждую %s минуту","каждые %s минуты","каждые %s минут"])},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"минуты с %s по %s"},t.prototype.atX0MinutesPastTheHour=function(t){return u(t,["в %s минуту","в %s минуты","в %s минут"])},t.prototype.everyX0Hours=function(t){return u(t,["каждый %s час","каждые %s часа","каждые %s часов"])},t.prototype.betweenX0AndX1=function(){return"с %s по %s"},t.prototype.atX0=function(){return"в %s"},t.prototype.commaEveryDay=function(){return", каждый день"},t.prototype.commaEveryX0DaysOfTheWeek=function(t){return u(t,["",", каждые %s дня недели",", каждые %s дней недели"])},t.prototype.commaX0ThroughX1=function(t){return!t||"2"!=t[0]&&"3"!=t[0]?", с %s по %s":", со %s по %s"},t.prototype.commaAndX0ThroughX1=function(t){return!t||"2"!=t[0]&&"3"!=t[0]?" и с %s по %s":" и со %s по %s"},t.prototype.first=function(t){return p(t,["первое","первый","первую"])},t.prototype.second=function(t){return p(t,["второе","второй","вторую"])},t.prototype.third=function(t){return p(t,["третье","третий","третью"])},t.prototype.fourth=function(t){return p(t,["четвертое","четвертый","четвертую"])},t.prototype.fifth=function(t){return p(t,["пятое","пятый","пятую"])},t.prototype.commaOnThe=function(t){return"2"===t?", во ":", в "},t.prototype.spaceX0OfTheMonth=function(){return" %s месяца"},t.prototype.lastDay=function(){return"последний день"},t.prototype.commaOnTheLastX0OfTheMonth=function(t){return p(t,[", в последнее %s месяца",", в последний %s месяца",", в последнюю %s месяца"])},t.prototype.commaOnlyOnX0=function(t){return t&&"2"===t[0]?", только во %s":", только в %s"},t.prototype.commaAndOnX0=function(){return", и %s"},t.prototype.commaEveryX0Months=function(t){return u(t,[""," каждые %s месяца"," каждые %s месяцев"])},t.prototype.commaOnlyInMonthX0=function(){return", только %s"},t.prototype.commaOnlyInX0=function(){return", только в %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", в последний день месяца"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", в последний будний день месяца"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(t){return u(t,[", за %s день до конца месяца",", за %s дня до конца месяца",", за %s дней до конца месяца"])},t.prototype.firstWeekday=function(){return"первый будний день"},t.prototype.weekdayNearestDayX0=function(){return"ближайший будний день к %s числу"},t.prototype.commaOnTheX0OfTheMonth=function(){return", в %s месяца"},t.prototype.commaEveryX0Days=function(t){return u(t,[", каждый %s день",", каждые %s дня",", каждые %s дней"])},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(t){return t&&"2"==t.substring(0,t.indexOf("-"))?", со %s по %s число месяца":", с %s по %s число месяца"},t.prototype.commaOnDayX0OfTheMonth=function(t){return t&&"2"==t[0]?", во %s число месяца":", в %s число месяца"},t.prototype.commaEveryX0Years=function(t){return u(t,[", каждый %s год",", каждые %s года",", каждые %s лет"])},t.prototype.commaStartingX0=function(){return", начало %s"},t.prototype.daysOfTheWeek=function(){return["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"]},t.prototype.daysOfTheWeekInCase=function(t){return void 0===t&&(t=2),1==t?["воскресенья","понедельника","вторника","среды","четверга","пятницы","субботы"]:["воскресенье","понедельник","вторник","среду","четверг","пятницу","субботу"]},t.prototype.monthsOfTheYear=function(){return["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]},t.prototype.monthsOfTheYearInCase=function(t){return 1==t?["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]:this.monthsOfTheYear()},t}();o.ru=s,e().locales.ru=new s})(),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/sk", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/sk"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/sk"] = 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.sk = void 0;
|
|
100
|
+
var sk = (function () {
|
|
101
|
+
function sk() {
|
|
102
|
+
}
|
|
103
|
+
sk.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
sk.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
sk.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
sk.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
sk.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return true;
|
|
117
|
+
};
|
|
118
|
+
sk.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "Pri vytváraní popisu došlo k chybe. Skontrolujte prosím správnosť syntaxe cronu.";
|
|
120
|
+
};
|
|
121
|
+
sk.prototype.everyMinute = function () {
|
|
122
|
+
return "každú minútu";
|
|
123
|
+
};
|
|
124
|
+
sk.prototype.everyHour = function () {
|
|
125
|
+
return "každú hodinu";
|
|
126
|
+
};
|
|
127
|
+
sk.prototype.atSpace = function () {
|
|
128
|
+
return "V ";
|
|
129
|
+
};
|
|
130
|
+
sk.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
131
|
+
return "Každú minútu medzi %s a %s";
|
|
132
|
+
};
|
|
133
|
+
sk.prototype.at = function () {
|
|
134
|
+
return "V";
|
|
135
|
+
};
|
|
136
|
+
sk.prototype.spaceAnd = function () {
|
|
137
|
+
return " a";
|
|
138
|
+
};
|
|
139
|
+
sk.prototype.everySecond = function () {
|
|
140
|
+
return "každú sekundu";
|
|
141
|
+
};
|
|
142
|
+
sk.prototype.everyX0Seconds = function () {
|
|
143
|
+
return "každých %s sekúnd";
|
|
144
|
+
};
|
|
145
|
+
sk.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
146
|
+
return "sekundy od %s do %s";
|
|
147
|
+
};
|
|
148
|
+
sk.prototype.atX0SecondsPastTheMinute = function () {
|
|
149
|
+
return "v %s sekúnd";
|
|
150
|
+
};
|
|
151
|
+
sk.prototype.everyX0Minutes = function () {
|
|
152
|
+
return "každých %s minút";
|
|
153
|
+
};
|
|
154
|
+
sk.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
155
|
+
return "minúty od %s do %s";
|
|
156
|
+
};
|
|
157
|
+
sk.prototype.atX0MinutesPastTheHour = function () {
|
|
158
|
+
return "v %s minút";
|
|
159
|
+
};
|
|
160
|
+
sk.prototype.everyX0Hours = function () {
|
|
161
|
+
return "každých %s hodín";
|
|
162
|
+
};
|
|
163
|
+
sk.prototype.betweenX0AndX1 = function () {
|
|
164
|
+
return "medzi %s a %s";
|
|
165
|
+
};
|
|
166
|
+
sk.prototype.atX0 = function () {
|
|
167
|
+
return "v %s";
|
|
168
|
+
};
|
|
169
|
+
sk.prototype.commaEveryDay = function () {
|
|
170
|
+
return ", každý deň";
|
|
171
|
+
};
|
|
172
|
+
sk.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
173
|
+
return ", každých %s dní v týždni";
|
|
174
|
+
};
|
|
175
|
+
sk.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", od %s do %s";
|
|
177
|
+
};
|
|
178
|
+
sk.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", a od %s do %s";
|
|
180
|
+
};
|
|
181
|
+
sk.prototype.first = function () {
|
|
182
|
+
return "prvý";
|
|
183
|
+
};
|
|
184
|
+
sk.prototype.second = function () {
|
|
185
|
+
return "druhý";
|
|
186
|
+
};
|
|
187
|
+
sk.prototype.third = function () {
|
|
188
|
+
return "tretí";
|
|
189
|
+
};
|
|
190
|
+
sk.prototype.fourth = function () {
|
|
191
|
+
return "štvrtý";
|
|
192
|
+
};
|
|
193
|
+
sk.prototype.fifth = function () {
|
|
194
|
+
return "piaty";
|
|
195
|
+
};
|
|
196
|
+
sk.prototype.commaOnThe = function () {
|
|
197
|
+
return ", ";
|
|
198
|
+
};
|
|
199
|
+
sk.prototype.spaceX0OfTheMonth = function () {
|
|
200
|
+
return " %s v mesiaci";
|
|
201
|
+
};
|
|
202
|
+
sk.prototype.lastDay = function () {
|
|
203
|
+
return "posledný deň";
|
|
204
|
+
};
|
|
205
|
+
sk.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
206
|
+
return ", posledný %s v mesiaci";
|
|
207
|
+
};
|
|
208
|
+
sk.prototype.commaOnlyOnX0 = function () {
|
|
209
|
+
return ", iba v %s";
|
|
210
|
+
};
|
|
211
|
+
sk.prototype.commaAndOnX0 = function () {
|
|
212
|
+
return ", a v %s";
|
|
213
|
+
};
|
|
214
|
+
sk.prototype.commaEveryX0Months = function () {
|
|
215
|
+
return ", každých %s mesiacov";
|
|
216
|
+
};
|
|
217
|
+
sk.prototype.commaOnlyInX0 = function () {
|
|
218
|
+
return ", iba v %s";
|
|
219
|
+
};
|
|
220
|
+
sk.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
221
|
+
return ", posledný deň v mesiaci";
|
|
222
|
+
};
|
|
223
|
+
sk.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
224
|
+
return ", posledný pracovný deň v mesiaci";
|
|
225
|
+
};
|
|
226
|
+
sk.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
227
|
+
return ", %s dní pred posledným dňom v mesiaci";
|
|
228
|
+
};
|
|
229
|
+
sk.prototype.firstWeekday = function () {
|
|
230
|
+
return "prvý pracovný deň";
|
|
231
|
+
};
|
|
232
|
+
sk.prototype.weekdayNearestDayX0 = function () {
|
|
233
|
+
return "pracovný deň najbližšie %s. dňu";
|
|
234
|
+
};
|
|
235
|
+
sk.prototype.commaOnTheX0OfTheMonth = function () {
|
|
236
|
+
return ", v %s v mesiaci";
|
|
237
|
+
};
|
|
238
|
+
sk.prototype.commaEveryX0Days = function () {
|
|
239
|
+
return ", každých %s dní";
|
|
240
|
+
};
|
|
241
|
+
sk.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
242
|
+
return ", medzi dňami %s a %s v mesiaci";
|
|
243
|
+
};
|
|
244
|
+
sk.prototype.commaOnDayX0OfTheMonth = function () {
|
|
245
|
+
return ", %s. deň v mesiaci";
|
|
246
|
+
};
|
|
247
|
+
sk.prototype.commaEveryX0Years = function () {
|
|
248
|
+
return ", každých %s rokov";
|
|
249
|
+
};
|
|
250
|
+
sk.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", začínajúcich %s";
|
|
252
|
+
};
|
|
253
|
+
sk.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatok", "Sobota"];
|
|
255
|
+
};
|
|
256
|
+
sk.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"Január",
|
|
259
|
+
"Február",
|
|
260
|
+
"Marec",
|
|
261
|
+
"Apríl",
|
|
262
|
+
"Máj",
|
|
263
|
+
"Jún",
|
|
264
|
+
"Júl",
|
|
265
|
+
"August",
|
|
266
|
+
"September",
|
|
267
|
+
"Október",
|
|
268
|
+
"November",
|
|
269
|
+
"December",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return sk;
|
|
273
|
+
}());
|
|
274
|
+
exports.sk = sk;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.sk) = new sk();
|
|
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/sk.min",["cronstrue"],e):"object"==typeof exports?exports["locales/sk.min"]=e(require("cronstrue")):t["locales/sk.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.sk=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"Pri vytváraní popisu došlo k chybe. Skontrolujte prosím správnosť syntaxe cronu."},t.prototype.everyMinute=function(){return"každú minútu"},t.prototype.everyHour=function(){return"každú hodinu"},t.prototype.atSpace=function(){return"V "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Každú minútu medzi %s a %s"},t.prototype.at=function(){return"V"},t.prototype.spaceAnd=function(){return" a"},t.prototype.everySecond=function(){return"každú sekundu"},t.prototype.everyX0Seconds=function(){return"každých %s sekúnd"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekundy od %s do %s"},t.prototype.atX0SecondsPastTheMinute=function(){return"v %s sekúnd"},t.prototype.everyX0Minutes=function(){return"každých %s minút"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minúty od %s do %s"},t.prototype.atX0MinutesPastTheHour=function(){return"v %s minút"},t.prototype.everyX0Hours=function(){return"každých %s hodín"},t.prototype.betweenX0AndX1=function(){return"medzi %s a %s"},t.prototype.atX0=function(){return"v %s"},t.prototype.commaEveryDay=function(){return", každý deň"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", každých %s dní v týždni"},t.prototype.commaX0ThroughX1=function(){return", od %s do %s"},t.prototype.commaAndX0ThroughX1=function(){return", a od %s do %s"},t.prototype.first=function(){return"prvý"},t.prototype.second=function(){return"druhý"},t.prototype.third=function(){return"tretí"},t.prototype.fourth=function(){return"štvrtý"},t.prototype.fifth=function(){return"piaty"},t.prototype.commaOnThe=function(){return", "},t.prototype.spaceX0OfTheMonth=function(){return" %s v mesiaci"},t.prototype.lastDay=function(){return"posledný deň"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", posledný %s v mesiaci"},t.prototype.commaOnlyOnX0=function(){return", iba v %s"},t.prototype.commaAndOnX0=function(){return", a v %s"},t.prototype.commaEveryX0Months=function(){return", každých %s mesiacov"},t.prototype.commaOnlyInX0=function(){return", iba v %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", posledný deň v mesiaci"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", posledný pracovný deň v mesiaci"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dní pred posledným dňom v mesiaci"},t.prototype.firstWeekday=function(){return"prvý pracovný deň"},t.prototype.weekdayNearestDayX0=function(){return"pracovný deň najbližšie %s. dňu"},t.prototype.commaOnTheX0OfTheMonth=function(){return", v %s v mesiaci"},t.prototype.commaEveryX0Days=function(){return", každých %s dní"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", medzi dňami %s a %s v mesiaci"},t.prototype.commaOnDayX0OfTheMonth=function(){return", %s. deň v mesiaci"},t.prototype.commaEveryX0Years=function(){return", každých %s rokov"},t.prototype.commaStartingX0=function(){return", začínajúcich %s"},t.prototype.daysOfTheWeek=function(){return["Nedeľa","Pondelok","Utorok","Streda","Štvrtok","Piatok","Sobota"]},t.prototype.monthsOfTheYear=function(){return["Január","Február","Marec","Apríl","Máj","Jún","Júl","August","September","Október","November","December"]},t}();o.sk=u,e().locales.sk=new u})(),r})()));
|