@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/tr", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/tr"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/tr"] = 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.tr = void 0;
|
|
100
|
+
var tr = (function () {
|
|
101
|
+
function tr() {
|
|
102
|
+
}
|
|
103
|
+
tr.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
tr.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
tr.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
tr.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
tr.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return true;
|
|
117
|
+
};
|
|
118
|
+
tr.prototype.everyMinute = function () {
|
|
119
|
+
return "her dakika";
|
|
120
|
+
};
|
|
121
|
+
tr.prototype.everyHour = function () {
|
|
122
|
+
return "her saat";
|
|
123
|
+
};
|
|
124
|
+
tr.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
125
|
+
return "İfade açıklamasını oluştururken bir hata oluştu. Cron ifadesini gözden geçirin.";
|
|
126
|
+
};
|
|
127
|
+
tr.prototype.atSpace = function () {
|
|
128
|
+
return "Saat ";
|
|
129
|
+
};
|
|
130
|
+
tr.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
131
|
+
return "Saat %s ve %s arasındaki her dakika";
|
|
132
|
+
};
|
|
133
|
+
tr.prototype.at = function () {
|
|
134
|
+
return "Saat";
|
|
135
|
+
};
|
|
136
|
+
tr.prototype.spaceAnd = function () {
|
|
137
|
+
return " ve";
|
|
138
|
+
};
|
|
139
|
+
tr.prototype.everySecond = function () {
|
|
140
|
+
return "her saniye";
|
|
141
|
+
};
|
|
142
|
+
tr.prototype.everyX0Seconds = function () {
|
|
143
|
+
return "her %s saniyede bir";
|
|
144
|
+
};
|
|
145
|
+
tr.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
146
|
+
return "dakikaların %s. ve %s. saniyeleri arası";
|
|
147
|
+
};
|
|
148
|
+
tr.prototype.atX0SecondsPastTheMinute = function () {
|
|
149
|
+
return "dakikaların %s. saniyesinde";
|
|
150
|
+
};
|
|
151
|
+
tr.prototype.everyX0Minutes = function () {
|
|
152
|
+
return "her %s dakikada bir";
|
|
153
|
+
};
|
|
154
|
+
tr.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
155
|
+
return "saatlerin %s. ve %s. dakikaları arası";
|
|
156
|
+
};
|
|
157
|
+
tr.prototype.atX0MinutesPastTheHour = function () {
|
|
158
|
+
return "saatlerin %s. dakikasında";
|
|
159
|
+
};
|
|
160
|
+
tr.prototype.everyX0Hours = function () {
|
|
161
|
+
return "her %s saatte";
|
|
162
|
+
};
|
|
163
|
+
tr.prototype.betweenX0AndX1 = function () {
|
|
164
|
+
return "%s ile %s arasında";
|
|
165
|
+
};
|
|
166
|
+
tr.prototype.atX0 = function () {
|
|
167
|
+
return "saat %s";
|
|
168
|
+
};
|
|
169
|
+
tr.prototype.commaEveryDay = function () {
|
|
170
|
+
return ", her gün";
|
|
171
|
+
};
|
|
172
|
+
tr.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
173
|
+
return ", ayın her %s günü";
|
|
174
|
+
};
|
|
175
|
+
tr.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", %s ile %s arasında";
|
|
177
|
+
};
|
|
178
|
+
tr.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", ve %s ile %s arasında";
|
|
180
|
+
};
|
|
181
|
+
tr.prototype.first = function () {
|
|
182
|
+
return "ilk";
|
|
183
|
+
};
|
|
184
|
+
tr.prototype.second = function () {
|
|
185
|
+
return "ikinci";
|
|
186
|
+
};
|
|
187
|
+
tr.prototype.third = function () {
|
|
188
|
+
return "üçüncü";
|
|
189
|
+
};
|
|
190
|
+
tr.prototype.fourth = function () {
|
|
191
|
+
return "dördüncü";
|
|
192
|
+
};
|
|
193
|
+
tr.prototype.fifth = function () {
|
|
194
|
+
return "beşinci";
|
|
195
|
+
};
|
|
196
|
+
tr.prototype.commaOnThe = function () {
|
|
197
|
+
return ", ayın ";
|
|
198
|
+
};
|
|
199
|
+
tr.prototype.spaceX0OfTheMonth = function () {
|
|
200
|
+
return " %s günü";
|
|
201
|
+
};
|
|
202
|
+
tr.prototype.lastDay = function () {
|
|
203
|
+
return "son gün";
|
|
204
|
+
};
|
|
205
|
+
tr.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
206
|
+
return ", ayın son %s günü";
|
|
207
|
+
};
|
|
208
|
+
tr.prototype.commaOnlyOnX0 = function () {
|
|
209
|
+
return ", sadece %s günü";
|
|
210
|
+
};
|
|
211
|
+
tr.prototype.commaAndOnX0 = function () {
|
|
212
|
+
return ", ve %s";
|
|
213
|
+
};
|
|
214
|
+
tr.prototype.commaEveryX0Months = function () {
|
|
215
|
+
return ", %s ayda bir";
|
|
216
|
+
};
|
|
217
|
+
tr.prototype.commaOnlyInX0 = function () {
|
|
218
|
+
return ", sadece %s için";
|
|
219
|
+
};
|
|
220
|
+
tr.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
221
|
+
return ", ayın son günü";
|
|
222
|
+
};
|
|
223
|
+
tr.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
224
|
+
return ", ayın son iş günü";
|
|
225
|
+
};
|
|
226
|
+
tr.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
227
|
+
return ", %s ayın son gününden önceki günler";
|
|
228
|
+
};
|
|
229
|
+
tr.prototype.firstWeekday = function () {
|
|
230
|
+
return "ilk iş günü";
|
|
231
|
+
};
|
|
232
|
+
tr.prototype.weekdayNearestDayX0 = function () {
|
|
233
|
+
return "%s. günü sonrasındaki ilk iş günü";
|
|
234
|
+
};
|
|
235
|
+
tr.prototype.commaOnTheX0OfTheMonth = function () {
|
|
236
|
+
return ", ayın %s";
|
|
237
|
+
};
|
|
238
|
+
tr.prototype.commaEveryX0Days = function () {
|
|
239
|
+
return ", %s günde bir";
|
|
240
|
+
};
|
|
241
|
+
tr.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
242
|
+
return ", ayın %s. ve %s. günleri arası";
|
|
243
|
+
};
|
|
244
|
+
tr.prototype.commaOnDayX0OfTheMonth = function () {
|
|
245
|
+
return ", ayın %s. günü";
|
|
246
|
+
};
|
|
247
|
+
tr.prototype.commaEveryX0Years = function () {
|
|
248
|
+
return ", %s yılda bir";
|
|
249
|
+
};
|
|
250
|
+
tr.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", başlangıç %s";
|
|
252
|
+
};
|
|
253
|
+
tr.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi"];
|
|
255
|
+
};
|
|
256
|
+
tr.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"Ocak",
|
|
259
|
+
"Şubat",
|
|
260
|
+
"Mart",
|
|
261
|
+
"Nisan",
|
|
262
|
+
"Mayıs",
|
|
263
|
+
"Haziran",
|
|
264
|
+
"Temmuz",
|
|
265
|
+
"Ağustos",
|
|
266
|
+
"Eylül",
|
|
267
|
+
"Ekim",
|
|
268
|
+
"Kasım",
|
|
269
|
+
"Aralık",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return tr;
|
|
273
|
+
}());
|
|
274
|
+
exports.tr = tr;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.tr) = new tr();
|
|
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/tr.min",["cronstrue"],e):"object"==typeof exports?exports["locales/tr.min"]=e(require("cronstrue")):t["locales/tr.min"]=e(t.cronstrue)}(globalThis,(t=>(()=>{"use strict";var e={34:e=>{e.exports=t}},n={};function r(t){var o=n[t];if(void 0!==o)return o.exports;var a=n[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 n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},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 o={};return(()=>{r.r(o);var t=r(34),e=r.n(t),n=o;Object.defineProperty(n,"__esModule",{value:!0}),n.tr=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.everyMinute=function(){return"her dakika"},t.prototype.everyHour=function(){return"her saat"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"İfade açıklamasını oluştururken bir hata oluştu. Cron ifadesini gözden geçirin."},t.prototype.atSpace=function(){return"Saat "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Saat %s ve %s arasındaki her dakika"},t.prototype.at=function(){return"Saat"},t.prototype.spaceAnd=function(){return" ve"},t.prototype.everySecond=function(){return"her saniye"},t.prototype.everyX0Seconds=function(){return"her %s saniyede bir"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"dakikaların %s. ve %s. saniyeleri arası"},t.prototype.atX0SecondsPastTheMinute=function(){return"dakikaların %s. saniyesinde"},t.prototype.everyX0Minutes=function(){return"her %s dakikada bir"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"saatlerin %s. ve %s. dakikaları arası"},t.prototype.atX0MinutesPastTheHour=function(){return"saatlerin %s. dakikasında"},t.prototype.everyX0Hours=function(){return"her %s saatte"},t.prototype.betweenX0AndX1=function(){return"%s ile %s arasında"},t.prototype.atX0=function(){return"saat %s"},t.prototype.commaEveryDay=function(){return", her gün"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", ayın her %s günü"},t.prototype.commaX0ThroughX1=function(){return", %s ile %s arasında"},t.prototype.commaAndX0ThroughX1=function(){return", ve %s ile %s arasında"},t.prototype.first=function(){return"ilk"},t.prototype.second=function(){return"ikinci"},t.prototype.third=function(){return"üçüncü"},t.prototype.fourth=function(){return"dördüncü"},t.prototype.fifth=function(){return"beşinci"},t.prototype.commaOnThe=function(){return", ayın "},t.prototype.spaceX0OfTheMonth=function(){return" %s günü"},t.prototype.lastDay=function(){return"son gün"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", ayın son %s günü"},t.prototype.commaOnlyOnX0=function(){return", sadece %s günü"},t.prototype.commaAndOnX0=function(){return", ve %s"},t.prototype.commaEveryX0Months=function(){return", %s ayda bir"},t.prototype.commaOnlyInX0=function(){return", sadece %s için"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", ayın son günü"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", ayın son iş günü"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s ayın son gününden önceki günler"},t.prototype.firstWeekday=function(){return"ilk iş günü"},t.prototype.weekdayNearestDayX0=function(){return"%s. günü sonrasındaki ilk iş günü"},t.prototype.commaOnTheX0OfTheMonth=function(){return", ayın %s"},t.prototype.commaEveryX0Days=function(){return", %s günde bir"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", ayın %s. ve %s. günleri arası"},t.prototype.commaOnDayX0OfTheMonth=function(){return", ayın %s. günü"},t.prototype.commaEveryX0Years=function(){return", %s yılda bir"},t.prototype.commaStartingX0=function(){return", başlangıç %s"},t.prototype.daysOfTheWeek=function(){return["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"]},t.prototype.monthsOfTheYear=function(){return["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"]},t}();n.tr=a,e().locales.tr=new a})(),o})()));
|
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("cronstrue"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define("locales/uk", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/uk"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/uk"] = 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.uk = void 0;
|
|
100
|
+
var uk = (function () {
|
|
101
|
+
function uk() {
|
|
102
|
+
}
|
|
103
|
+
uk.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
uk.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
uk.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
uk.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
uk.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return true;
|
|
117
|
+
};
|
|
118
|
+
uk.prototype.everyMinute = function () {
|
|
119
|
+
return "щохвилини";
|
|
120
|
+
};
|
|
121
|
+
uk.prototype.everyHour = function () {
|
|
122
|
+
return "щогодини";
|
|
123
|
+
};
|
|
124
|
+
uk.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
125
|
+
return "ВІдбулася помилка підчас генерації опису. Перевірта правильність написання cron виразу.";
|
|
126
|
+
};
|
|
127
|
+
uk.prototype.atSpace = function () {
|
|
128
|
+
return "О ";
|
|
129
|
+
};
|
|
130
|
+
uk.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
131
|
+
return "Щохвилини між %s та %s";
|
|
132
|
+
};
|
|
133
|
+
uk.prototype.at = function () {
|
|
134
|
+
return "О";
|
|
135
|
+
};
|
|
136
|
+
uk.prototype.spaceAnd = function () {
|
|
137
|
+
return " та";
|
|
138
|
+
};
|
|
139
|
+
uk.prototype.everySecond = function () {
|
|
140
|
+
return "Щосекунди";
|
|
141
|
+
};
|
|
142
|
+
uk.prototype.everyX0Seconds = function () {
|
|
143
|
+
return "кожні %s секунд";
|
|
144
|
+
};
|
|
145
|
+
uk.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
146
|
+
return "з %s по %s секунду";
|
|
147
|
+
};
|
|
148
|
+
uk.prototype.atX0SecondsPastTheMinute = function () {
|
|
149
|
+
return "о %s секунді";
|
|
150
|
+
};
|
|
151
|
+
uk.prototype.everyX0Minutes = function () {
|
|
152
|
+
return "кожні %s хвилин";
|
|
153
|
+
};
|
|
154
|
+
uk.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
155
|
+
return "з %s по %s хвилину";
|
|
156
|
+
};
|
|
157
|
+
uk.prototype.atX0MinutesPastTheHour = function () {
|
|
158
|
+
return "о %s хвилині";
|
|
159
|
+
};
|
|
160
|
+
uk.prototype.everyX0Hours = function () {
|
|
161
|
+
return "кожні %s годин";
|
|
162
|
+
};
|
|
163
|
+
uk.prototype.betweenX0AndX1 = function () {
|
|
164
|
+
return "між %s та %s";
|
|
165
|
+
};
|
|
166
|
+
uk.prototype.atX0 = function () {
|
|
167
|
+
return "о %s";
|
|
168
|
+
};
|
|
169
|
+
uk.prototype.commaEveryDay = function () {
|
|
170
|
+
return ", щоденно";
|
|
171
|
+
};
|
|
172
|
+
uk.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
173
|
+
return ", кожен %s день тижня";
|
|
174
|
+
};
|
|
175
|
+
uk.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", %s по %s";
|
|
177
|
+
};
|
|
178
|
+
uk.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", та %s по %s";
|
|
180
|
+
};
|
|
181
|
+
uk.prototype.first = function () {
|
|
182
|
+
return "перший";
|
|
183
|
+
};
|
|
184
|
+
uk.prototype.second = function () {
|
|
185
|
+
return "другий";
|
|
186
|
+
};
|
|
187
|
+
uk.prototype.third = function () {
|
|
188
|
+
return "третій";
|
|
189
|
+
};
|
|
190
|
+
uk.prototype.fourth = function () {
|
|
191
|
+
return "четвертий";
|
|
192
|
+
};
|
|
193
|
+
uk.prototype.fifth = function () {
|
|
194
|
+
return "п'ятий";
|
|
195
|
+
};
|
|
196
|
+
uk.prototype.commaOnThe = function () {
|
|
197
|
+
return ", в ";
|
|
198
|
+
};
|
|
199
|
+
uk.prototype.spaceX0OfTheMonth = function () {
|
|
200
|
+
return " %s місяця";
|
|
201
|
+
};
|
|
202
|
+
uk.prototype.lastDay = function () {
|
|
203
|
+
return "останній день";
|
|
204
|
+
};
|
|
205
|
+
uk.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
206
|
+
return ", в останній %s місяця";
|
|
207
|
+
};
|
|
208
|
+
uk.prototype.commaOnlyOnX0 = function () {
|
|
209
|
+
return ", тільки в %s";
|
|
210
|
+
};
|
|
211
|
+
uk.prototype.commaAndOnX0 = function () {
|
|
212
|
+
return ", і в %s";
|
|
213
|
+
};
|
|
214
|
+
uk.prototype.commaEveryX0Months = function () {
|
|
215
|
+
return ", кожен %s місяць";
|
|
216
|
+
};
|
|
217
|
+
uk.prototype.commaOnlyInX0 = function () {
|
|
218
|
+
return ", тільки в %s";
|
|
219
|
+
};
|
|
220
|
+
uk.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
221
|
+
return ", в останній день місяця";
|
|
222
|
+
};
|
|
223
|
+
uk.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
224
|
+
return ", в останній будень місяця";
|
|
225
|
+
};
|
|
226
|
+
uk.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
227
|
+
return ", %s днів до останнього дня місяця";
|
|
228
|
+
};
|
|
229
|
+
uk.prototype.firstWeekday = function () {
|
|
230
|
+
return "перший будень";
|
|
231
|
+
};
|
|
232
|
+
uk.prototype.weekdayNearestDayX0 = function () {
|
|
233
|
+
return "будень найближчий до %s дня";
|
|
234
|
+
};
|
|
235
|
+
uk.prototype.commaOnTheX0OfTheMonth = function () {
|
|
236
|
+
return ", в %s місяця";
|
|
237
|
+
};
|
|
238
|
+
uk.prototype.commaEveryX0Days = function () {
|
|
239
|
+
return ", кожен %s день";
|
|
240
|
+
};
|
|
241
|
+
uk.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
242
|
+
return ", між %s та %s днями місяця";
|
|
243
|
+
};
|
|
244
|
+
uk.prototype.commaOnDayX0OfTheMonth = function () {
|
|
245
|
+
return ", на %s день місяця";
|
|
246
|
+
};
|
|
247
|
+
uk.prototype.commaEveryX0Years = function () {
|
|
248
|
+
return ", кожні %s роки";
|
|
249
|
+
};
|
|
250
|
+
uk.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", початок %s";
|
|
252
|
+
};
|
|
253
|
+
uk.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["неділя", "понеділок", "вівторок", "середа", "четвер", "п'ятниця", "субота"];
|
|
255
|
+
};
|
|
256
|
+
uk.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"січень",
|
|
259
|
+
"лютий",
|
|
260
|
+
"березень",
|
|
261
|
+
"квітень",
|
|
262
|
+
"травень",
|
|
263
|
+
"червень",
|
|
264
|
+
"липень",
|
|
265
|
+
"серпень",
|
|
266
|
+
"вересень",
|
|
267
|
+
"жовтень",
|
|
268
|
+
"листопад",
|
|
269
|
+
"грудень",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return uk;
|
|
273
|
+
}());
|
|
274
|
+
exports.uk = uk;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.uk) = new uk();
|
|
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/uk.min",["cronstrue"],e):"object"==typeof exports?exports["locales/uk.min"]=e(require("cronstrue")):t["locales/uk.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.uk=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.everyMinute=function(){return"щохвилини"},t.prototype.everyHour=function(){return"щогодини"},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"ВІдбулася помилка підчас генерації опису. Перевірта правильність написання cron виразу."},t.prototype.atSpace=function(){return"О "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Щохвилини між %s та %s"},t.prototype.at=function(){return"О"},t.prototype.spaceAnd=function(){return" та"},t.prototype.everySecond=function(){return"Щосекунди"},t.prototype.everyX0Seconds=function(){return"кожні %s секунд"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"з %s по %s секунду"},t.prototype.atX0SecondsPastTheMinute=function(){return"о %s секунді"},t.prototype.everyX0Minutes=function(){return"кожні %s хвилин"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"з %s по %s хвилину"},t.prototype.atX0MinutesPastTheHour=function(){return"о %s хвилині"},t.prototype.everyX0Hours=function(){return"кожні %s годин"},t.prototype.betweenX0AndX1=function(){return"між %s та %s"},t.prototype.atX0=function(){return"о %s"},t.prototype.commaEveryDay=function(){return", щоденно"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", кожен %s день тижня"},t.prototype.commaX0ThroughX1=function(){return", %s по %s"},t.prototype.commaAndX0ThroughX1=function(){return", та %s по %s"},t.prototype.first=function(){return"перший"},t.prototype.second=function(){return"другий"},t.prototype.third=function(){return"третій"},t.prototype.fourth=function(){return"четвертий"},t.prototype.fifth=function(){return"п'ятий"},t.prototype.commaOnThe=function(){return", в "},t.prototype.spaceX0OfTheMonth=function(){return" %s місяця"},t.prototype.lastDay=function(){return"останній день"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", в останній %s місяця"},t.prototype.commaOnlyOnX0=function(){return", тільки в %s"},t.prototype.commaAndOnX0=function(){return", і в %s"},t.prototype.commaEveryX0Months=function(){return", кожен %s місяць"},t.prototype.commaOnlyInX0=function(){return", тільки в %s"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", в останній день місяця"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", в останній будень місяця"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s днів до останнього дня місяця"},t.prototype.firstWeekday=function(){return"перший будень"},t.prototype.weekdayNearestDayX0=function(){return"будень найближчий до %s дня"},t.prototype.commaOnTheX0OfTheMonth=function(){return", в %s місяця"},t.prototype.commaEveryX0Days=function(){return", кожен %s день"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", між %s та %s днями місяця"},t.prototype.commaOnDayX0OfTheMonth=function(){return", на %s день місяця"},t.prototype.commaEveryX0Years=function(){return", кожні %s роки"},t.prototype.commaStartingX0=function(){return", початок %s"},t.prototype.daysOfTheWeek=function(){return["неділя","понеділок","вівторок","середа","четвер","п'ятниця","субота"]},t.prototype.monthsOfTheYear=function(){return["січень","лютий","березень","квітень","травень","червень","липень","серпень","вересень","жовтень","листопад","грудень"]},t}();o.uk=u,e().locales.uk=new u})(),n})()));
|