@nocobase/plugin-client 0.13.0-alpha.4 → 0.13.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/index.js +1 -11
- package/dist/index.js +37 -16
- package/dist/locale/cron/zh_CN.js +97 -42
- package/dist/locale/en_US.js +43 -28
- package/dist/locale/es_ES.js +328 -313
- package/dist/locale/fr_FR.js +329 -314
- package/dist/locale/index.js +160 -273
- package/dist/locale/ja_JP.js +635 -620
- package/dist/locale/pt_BR.js +365 -350
- package/dist/locale/ru_RU.js +519 -504
- package/dist/locale/tr_TR.js +388 -373
- package/dist/locale/uk_UA.js +720 -705
- package/dist/locale/zh_CN.js +793 -778
- package/dist/node_modules/cronstrue/LICENSE +21 -0
- package/dist/node_modules/cronstrue/bin/cli.js +26 -0
- package/dist/node_modules/cronstrue/dist/cronParser.d.ts +12 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.js +7283 -0
- package/dist/node_modules/cronstrue/dist/cronstrue-i18n.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.d.ts +4 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.js +1 -0
- package/dist/node_modules/cronstrue/dist/cronstrue.min.js +1 -0
- package/dist/node_modules/cronstrue/dist/expressionDescriptor.d.ts +31 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocales.d.ts +34 -0
- package/dist/node_modules/cronstrue/dist/i18n/allLocalesLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/enLocaleLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locale.d.ts +62 -0
- package/dist/node_modules/cronstrue/dist/i18n/localeLoader.d.ts +6 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/af.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ar.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/be.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ca.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/cs.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/da.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/de.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/en.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/es.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fa.d.ts +57 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fi.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/fr.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/he.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/hu.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/id.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/it.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ja.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ko.d.ts +60 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nb.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/nl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_BR.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/pt_PT.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ro.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/ru.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sl.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sv.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/sw.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/th.d.ts +56 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/tr.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/uk.d.ts +55 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_CN.d.ts +61 -0
- package/dist/node_modules/cronstrue/dist/i18n/locales/zh_TW.d.ts +58 -0
- package/dist/node_modules/cronstrue/dist/options.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/rangeValidator.d.ts +8 -0
- package/dist/node_modules/cronstrue/dist/stringUtilities.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.d.ts +4 -0
- package/dist/node_modules/cronstrue/i18n.js +5 -0
- package/dist/node_modules/cronstrue/locales/af.js +287 -0
- package/dist/node_modules/cronstrue/locales/af.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ar.js +287 -0
- package/dist/node_modules/cronstrue/locales/ar.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/be.js +284 -0
- package/dist/node_modules/cronstrue/locales/be.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ca.js +284 -0
- package/dist/node_modules/cronstrue/locales/ca.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/cs.js +284 -0
- package/dist/node_modules/cronstrue/locales/cs.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/da.js +284 -0
- package/dist/node_modules/cronstrue/locales/da.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/de.js +284 -0
- package/dist/node_modules/cronstrue/locales/de.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/en.js +287 -0
- package/dist/node_modules/cronstrue/locales/en.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/es.js +284 -0
- package/dist/node_modules/cronstrue/locales/es.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fa.js +277 -0
- package/dist/node_modules/cronstrue/locales/fa.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fi.js +293 -0
- package/dist/node_modules/cronstrue/locales/fi.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/fr.js +287 -0
- package/dist/node_modules/cronstrue/locales/fr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/he.js +271 -0
- package/dist/node_modules/cronstrue/locales/he.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/hu.js +287 -0
- package/dist/node_modules/cronstrue/locales/hu.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/id.js +287 -0
- package/dist/node_modules/cronstrue/locales/id.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/it.js +284 -0
- package/dist/node_modules/cronstrue/locales/it.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ja.js +286 -0
- package/dist/node_modules/cronstrue/locales/ja.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ko.js +286 -0
- package/dist/node_modules/cronstrue/locales/ko.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nb.js +284 -0
- package/dist/node_modules/cronstrue/locales/nb.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/nl.js +284 -0
- package/dist/node_modules/cronstrue/locales/nl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pl.js +284 -0
- package/dist/node_modules/cronstrue/locales/pl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_BR.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.js +284 -0
- package/dist/node_modules/cronstrue/locales/pt_PT.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ro.js +284 -0
- package/dist/node_modules/cronstrue/locales/ro.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/ru.js +327 -0
- package/dist/node_modules/cronstrue/locales/ru.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sk.js +284 -0
- package/dist/node_modules/cronstrue/locales/sk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sl.js +284 -0
- package/dist/node_modules/cronstrue/locales/sl.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sv.js +284 -0
- package/dist/node_modules/cronstrue/locales/sv.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/sw.js +284 -0
- package/dist/node_modules/cronstrue/locales/sw.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/th.js +287 -0
- package/dist/node_modules/cronstrue/locales/th.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/tr.js +284 -0
- package/dist/node_modules/cronstrue/locales/tr.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/uk.js +284 -0
- package/dist/node_modules/cronstrue/locales/uk.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.js +289 -0
- package/dist/node_modules/cronstrue/locales/zh_CN.min.js +1 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.js +280 -0
- package/dist/node_modules/cronstrue/locales/zh_TW.min.js +1 -0
- package/dist/node_modules/cronstrue/package.json +1 -0
- package/dist/server/antd.js +30 -9
- package/dist/server/cron.js +30 -9
- package/dist/server/cronstrue.js +26 -4
- package/dist/server/index.js +33 -11
- package/dist/server/migrations/20230620203216-admin-ui-schema-uid.js +24 -7
- package/dist/server/server.js +74 -48
- package/dist/swagger/index.json +7 -0
- package/package.json +2 -2
- package/dist/locale/cron/zh_CN.d.ts +0 -34
- package/dist/locale/en_US.d.ts +0 -726
- package/dist/locale/es_ES.d.ts +0 -694
- package/dist/locale/fr_FR.d.ts +0 -712
- package/dist/locale/index.d.ts +0 -272
- package/dist/locale/ja_JP.d.ts +0 -628
- package/dist/locale/pt_BR.d.ts +0 -672
- package/dist/locale/ru_RU.d.ts +0 -508
- package/dist/locale/tr_TR.d.ts +0 -506
- package/dist/locale/uk_UA.d.ts +0 -714
- package/dist/locale/zh_CN.d.ts +0 -779
- package/dist/swagger/index.js +0 -19
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("cronstrue"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define("locales/sw", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/sw"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/sw"] = 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.sw = void 0;
|
|
100
|
+
var sw = (function () {
|
|
101
|
+
function sw() {
|
|
102
|
+
}
|
|
103
|
+
sw.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
sw.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
sw.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
sw.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
sw.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return false;
|
|
117
|
+
};
|
|
118
|
+
sw.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "Kuna tatizo wakati wa kutunga msemo. Angalia cron expression syntax.";
|
|
120
|
+
};
|
|
121
|
+
sw.prototype.everyMinute = function () {
|
|
122
|
+
return "kila dakika";
|
|
123
|
+
};
|
|
124
|
+
sw.prototype.everyHour = function () {
|
|
125
|
+
return "kila saa";
|
|
126
|
+
};
|
|
127
|
+
sw.prototype.atSpace = function () {
|
|
128
|
+
return "Kwa ";
|
|
129
|
+
};
|
|
130
|
+
sw.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
131
|
+
return "Kila dakika kwanzia %s hadi %s";
|
|
132
|
+
};
|
|
133
|
+
sw.prototype.at = function () {
|
|
134
|
+
return "Kwa";
|
|
135
|
+
};
|
|
136
|
+
sw.prototype.spaceAnd = function () {
|
|
137
|
+
return " na";
|
|
138
|
+
};
|
|
139
|
+
sw.prototype.everySecond = function () {
|
|
140
|
+
return "kila sekunde";
|
|
141
|
+
};
|
|
142
|
+
sw.prototype.everyX0Seconds = function () {
|
|
143
|
+
return "kila sekunde %s";
|
|
144
|
+
};
|
|
145
|
+
sw.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
146
|
+
return "sekunde ya %s hadi %s baada ya dakika";
|
|
147
|
+
};
|
|
148
|
+
sw.prototype.atX0SecondsPastTheMinute = function () {
|
|
149
|
+
return "sekunde %s baada ya dakika";
|
|
150
|
+
};
|
|
151
|
+
sw.prototype.everyX0Minutes = function () {
|
|
152
|
+
return "kila dakika %s";
|
|
153
|
+
};
|
|
154
|
+
sw.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
155
|
+
return "minutes %s through %s past the hour";
|
|
156
|
+
};
|
|
157
|
+
sw.prototype.atX0MinutesPastTheHour = function () {
|
|
158
|
+
return "at %s minutes past the hour";
|
|
159
|
+
};
|
|
160
|
+
sw.prototype.everyX0Hours = function () {
|
|
161
|
+
return "every %s hours";
|
|
162
|
+
};
|
|
163
|
+
sw.prototype.betweenX0AndX1 = function () {
|
|
164
|
+
return "kati ya %s na %s";
|
|
165
|
+
};
|
|
166
|
+
sw.prototype.atX0 = function () {
|
|
167
|
+
return "kwenye %s";
|
|
168
|
+
};
|
|
169
|
+
sw.prototype.commaEveryDay = function () {
|
|
170
|
+
return ", kila siku";
|
|
171
|
+
};
|
|
172
|
+
sw.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
173
|
+
return ", kila siku %s ya wiki";
|
|
174
|
+
};
|
|
175
|
+
sw.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", %s hadi %s";
|
|
177
|
+
};
|
|
178
|
+
sw.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", na %s hadi %s";
|
|
180
|
+
};
|
|
181
|
+
sw.prototype.first = function () {
|
|
182
|
+
return "ya kwanza";
|
|
183
|
+
};
|
|
184
|
+
sw.prototype.second = function () {
|
|
185
|
+
return "ya pili";
|
|
186
|
+
};
|
|
187
|
+
sw.prototype.third = function () {
|
|
188
|
+
return "ya tatu";
|
|
189
|
+
};
|
|
190
|
+
sw.prototype.fourth = function () {
|
|
191
|
+
return "ya nne";
|
|
192
|
+
};
|
|
193
|
+
sw.prototype.fifth = function () {
|
|
194
|
+
return "ya tano";
|
|
195
|
+
};
|
|
196
|
+
sw.prototype.commaOnThe = function () {
|
|
197
|
+
return ", kwenye ";
|
|
198
|
+
};
|
|
199
|
+
sw.prototype.spaceX0OfTheMonth = function () {
|
|
200
|
+
return " siku %s ya mwezi";
|
|
201
|
+
};
|
|
202
|
+
sw.prototype.lastDay = function () {
|
|
203
|
+
return "siku ya mwisho";
|
|
204
|
+
};
|
|
205
|
+
sw.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
206
|
+
return ", siku ya %s ya mwezi";
|
|
207
|
+
};
|
|
208
|
+
sw.prototype.commaOnlyOnX0 = function () {
|
|
209
|
+
return ", kwa %s tu";
|
|
210
|
+
};
|
|
211
|
+
sw.prototype.commaAndOnX0 = function () {
|
|
212
|
+
return ", na pia %s";
|
|
213
|
+
};
|
|
214
|
+
sw.prototype.commaEveryX0Months = function () {
|
|
215
|
+
return ", kila mwezi wa %s";
|
|
216
|
+
};
|
|
217
|
+
sw.prototype.commaOnlyInX0 = function () {
|
|
218
|
+
return ", kwa %s tu";
|
|
219
|
+
};
|
|
220
|
+
sw.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
221
|
+
return ", siku ya mwisho wa mwezi";
|
|
222
|
+
};
|
|
223
|
+
sw.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
224
|
+
return ", wikendi ya mwisho wa mwezi";
|
|
225
|
+
};
|
|
226
|
+
sw.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
227
|
+
return ", siku ya %s kabla ya siku ya mwisho wa mwezi";
|
|
228
|
+
};
|
|
229
|
+
sw.prototype.firstWeekday = function () {
|
|
230
|
+
return "siku za kazi ya kwanza";
|
|
231
|
+
};
|
|
232
|
+
sw.prototype.weekdayNearestDayX0 = function () {
|
|
233
|
+
return "siku ya kazi karibu na siku ya %s";
|
|
234
|
+
};
|
|
235
|
+
sw.prototype.commaOnTheX0OfTheMonth = function () {
|
|
236
|
+
return ", siku ya %s ya mwezi";
|
|
237
|
+
};
|
|
238
|
+
sw.prototype.commaEveryX0Days = function () {
|
|
239
|
+
return ", kila siku %s";
|
|
240
|
+
};
|
|
241
|
+
sw.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
242
|
+
return ", kati ya siku %s na %s ya mwezi";
|
|
243
|
+
};
|
|
244
|
+
sw.prototype.commaOnDayX0OfTheMonth = function () {
|
|
245
|
+
return ", siku ya %s ya mwezi";
|
|
246
|
+
};
|
|
247
|
+
sw.prototype.commaEveryX0Years = function () {
|
|
248
|
+
return ", kila miaka %s";
|
|
249
|
+
};
|
|
250
|
+
sw.prototype.commaStartingX0 = function () {
|
|
251
|
+
return ", kwanzia %s";
|
|
252
|
+
};
|
|
253
|
+
sw.prototype.daysOfTheWeek = function () {
|
|
254
|
+
return ["Jumapili", "Jumatatu", "Jumanne", "Jumatano", "Alhamisi", "Ijumaa", "Jumamosi"];
|
|
255
|
+
};
|
|
256
|
+
sw.prototype.monthsOfTheYear = function () {
|
|
257
|
+
return [
|
|
258
|
+
"Januari",
|
|
259
|
+
"Februari",
|
|
260
|
+
"Machi",
|
|
261
|
+
"Aprili",
|
|
262
|
+
"Mei",
|
|
263
|
+
"Juni",
|
|
264
|
+
"Julai",
|
|
265
|
+
"Agosti",
|
|
266
|
+
"Septemba",
|
|
267
|
+
"Oktoba",
|
|
268
|
+
"Novemba",
|
|
269
|
+
"Desemba",
|
|
270
|
+
];
|
|
271
|
+
};
|
|
272
|
+
return sw;
|
|
273
|
+
}());
|
|
274
|
+
exports.sw = sw;
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.sw) = new sw();
|
|
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/sw.min",["cronstrue"],e):"object"==typeof exports?exports["locales/sw.min"]=e(require("cronstrue")):t["locales/sw.min"]=e(t.cronstrue)}(globalThis,(t=>(()=>{"use strict";var e={34:e=>{e.exports=t}},n={};function o(t){var r=n[t];if(void 0!==r)return r.exports;var a=n[t]={exports:{}};return e[t](a,a.exports,o),a.exports}o.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return o.d(e,{a:e}),e},o.d=(t,e)=>{for(var n in e)o.o(e,n)&&!o.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},o.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),o.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};return(()=>{o.r(r);var t=o(34),e=o.n(t),n=r;Object.defineProperty(n,"__esModule",{value:!0}),n.sw=void 0;var a=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Kuna tatizo wakati wa kutunga msemo. Angalia cron expression syntax."},t.prototype.everyMinute=function(){return"kila dakika"},t.prototype.everyHour=function(){return"kila saa"},t.prototype.atSpace=function(){return"Kwa "},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Kila dakika kwanzia %s hadi %s"},t.prototype.at=function(){return"Kwa"},t.prototype.spaceAnd=function(){return" na"},t.prototype.everySecond=function(){return"kila sekunde"},t.prototype.everyX0Seconds=function(){return"kila sekunde %s"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekunde ya %s hadi %s baada ya dakika"},t.prototype.atX0SecondsPastTheMinute=function(){return"sekunde %s baada ya dakika"},t.prototype.everyX0Minutes=function(){return"kila dakika %s"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minutes %s through %s past the hour"},t.prototype.atX0MinutesPastTheHour=function(){return"at %s minutes past the hour"},t.prototype.everyX0Hours=function(){return"every %s hours"},t.prototype.betweenX0AndX1=function(){return"kati ya %s na %s"},t.prototype.atX0=function(){return"kwenye %s"},t.prototype.commaEveryDay=function(){return", kila siku"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", kila siku %s ya wiki"},t.prototype.commaX0ThroughX1=function(){return", %s hadi %s"},t.prototype.commaAndX0ThroughX1=function(){return", na %s hadi %s"},t.prototype.first=function(){return"ya kwanza"},t.prototype.second=function(){return"ya pili"},t.prototype.third=function(){return"ya tatu"},t.prototype.fourth=function(){return"ya nne"},t.prototype.fifth=function(){return"ya tano"},t.prototype.commaOnThe=function(){return", kwenye "},t.prototype.spaceX0OfTheMonth=function(){return" siku %s ya mwezi"},t.prototype.lastDay=function(){return"siku ya mwisho"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", siku ya %s ya mwezi"},t.prototype.commaOnlyOnX0=function(){return", kwa %s tu"},t.prototype.commaAndOnX0=function(){return", na pia %s"},t.prototype.commaEveryX0Months=function(){return", kila mwezi wa %s"},t.prototype.commaOnlyInX0=function(){return", kwa %s tu"},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", siku ya mwisho wa mwezi"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", wikendi ya mwisho wa mwezi"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", siku ya %s kabla ya siku ya mwisho wa mwezi"},t.prototype.firstWeekday=function(){return"siku za kazi ya kwanza"},t.prototype.weekdayNearestDayX0=function(){return"siku ya kazi karibu na siku ya %s"},t.prototype.commaOnTheX0OfTheMonth=function(){return", siku ya %s ya mwezi"},t.prototype.commaEveryX0Days=function(){return", kila siku %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", kati ya siku %s na %s ya mwezi"},t.prototype.commaOnDayX0OfTheMonth=function(){return", siku ya %s ya mwezi"},t.prototype.commaEveryX0Years=function(){return", kila miaka %s"},t.prototype.commaStartingX0=function(){return", kwanzia %s"},t.prototype.daysOfTheWeek=function(){return["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"]},t.prototype.monthsOfTheYear=function(){return["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]},t}();n.sw=a,e().locales.sw=new a})(),r})()));
|
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("cronstrue"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define("locales/th", ["cronstrue"], factory);
|
|
6
|
+
else if(typeof exports === 'object')
|
|
7
|
+
exports["locales/th"] = factory(require("cronstrue"));
|
|
8
|
+
else
|
|
9
|
+
root["locales/th"] = 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.th = void 0;
|
|
100
|
+
var th = (function () {
|
|
101
|
+
function th() {
|
|
102
|
+
}
|
|
103
|
+
th.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
104
|
+
return null;
|
|
105
|
+
};
|
|
106
|
+
th.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
107
|
+
return null;
|
|
108
|
+
};
|
|
109
|
+
th.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
110
|
+
return null;
|
|
111
|
+
};
|
|
112
|
+
th.prototype.commaYearX0ThroughYearX1 = function () {
|
|
113
|
+
return null;
|
|
114
|
+
};
|
|
115
|
+
th.prototype.use24HourTimeFormatByDefault = function () {
|
|
116
|
+
return false;
|
|
117
|
+
};
|
|
118
|
+
th.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
119
|
+
return "เกิดข้อผิดพลาดขณะสร้างคำอธิบายนิพจน์ ตรวจสอบไวยากรณ์นิพจน์ครอน";
|
|
120
|
+
};
|
|
121
|
+
th.prototype.everyMinute = function () {
|
|
122
|
+
return "ทุกๆ นาที";
|
|
123
|
+
};
|
|
124
|
+
th.prototype.everyHour = function () {
|
|
125
|
+
return "ทุกๆ ชั่วโมง";
|
|
126
|
+
};
|
|
127
|
+
th.prototype.atSpace = function () {
|
|
128
|
+
return "เมื่อ ";
|
|
129
|
+
};
|
|
130
|
+
th.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
131
|
+
return "ทุกๆ นาที %s และ %s";
|
|
132
|
+
};
|
|
133
|
+
th.prototype.at = function () {
|
|
134
|
+
return "เมื่อ";
|
|
135
|
+
};
|
|
136
|
+
th.prototype.spaceAnd = function () {
|
|
137
|
+
return " และ";
|
|
138
|
+
};
|
|
139
|
+
th.prototype.everySecond = function () {
|
|
140
|
+
return "ทุกๆ วินาที";
|
|
141
|
+
};
|
|
142
|
+
th.prototype.everyX0Seconds = function () {
|
|
143
|
+
return "ทุกๆ %s วินาที";
|
|
144
|
+
};
|
|
145
|
+
th.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
146
|
+
return "วินาที %s ถึง %s นาทีที่ผ่านมา";
|
|
147
|
+
};
|
|
148
|
+
th.prototype.atX0SecondsPastTheMinute = function () {
|
|
149
|
+
return "เมื่อ %s วินาที นาทีที่ผ่านมา";
|
|
150
|
+
};
|
|
151
|
+
th.prototype.everyX0Minutes = function () {
|
|
152
|
+
return "ทุกๆ %s นาที";
|
|
153
|
+
};
|
|
154
|
+
th.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
155
|
+
return "นาที %s ถึง %s ชั่วโมงที่ผ่านมา";
|
|
156
|
+
};
|
|
157
|
+
th.prototype.atX0MinutesPastTheHour = function () {
|
|
158
|
+
return "เมื่อ %s นาที ชั่วโมงที่ผ่านมา";
|
|
159
|
+
};
|
|
160
|
+
th.prototype.everyX0Hours = function () {
|
|
161
|
+
return "ทุกๆ %s ชั่วโมง";
|
|
162
|
+
};
|
|
163
|
+
th.prototype.betweenX0AndX1 = function () {
|
|
164
|
+
return "ระหว่าง %s ถึง %s";
|
|
165
|
+
};
|
|
166
|
+
th.prototype.atX0 = function () {
|
|
167
|
+
return "เมื่อ %s";
|
|
168
|
+
};
|
|
169
|
+
th.prototype.commaEveryDay = function () {
|
|
170
|
+
return ", ทุกๆ วัน";
|
|
171
|
+
};
|
|
172
|
+
th.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
173
|
+
return ", ทุกๆ %s วันของสัปดาห์";
|
|
174
|
+
};
|
|
175
|
+
th.prototype.commaX0ThroughX1 = function () {
|
|
176
|
+
return ", %s ถึง %s";
|
|
177
|
+
};
|
|
178
|
+
th.prototype.commaAndX0ThroughX1 = function () {
|
|
179
|
+
return ", %s ถึง %s";
|
|
180
|
+
};
|
|
181
|
+
th.prototype.first = function () {
|
|
182
|
+
return "แรก";
|
|
183
|
+
};
|
|
184
|
+
th.prototype.second = function () {
|
|
185
|
+
return "ที่สอง";
|
|
186
|
+
};
|
|
187
|
+
th.prototype.third = function () {
|
|
188
|
+
return "ที่สาม";
|
|
189
|
+
};
|
|
190
|
+
th.prototype.fourth = function () {
|
|
191
|
+
return "ที่สี่";
|
|
192
|
+
};
|
|
193
|
+
th.prototype.fifth = function () {
|
|
194
|
+
return "ที่ห้า";
|
|
195
|
+
};
|
|
196
|
+
th.prototype.commaOnThe = function () {
|
|
197
|
+
return ", ในวัน ";
|
|
198
|
+
};
|
|
199
|
+
th.prototype.spaceX0OfTheMonth = function () {
|
|
200
|
+
return " %s ของเดือน";
|
|
201
|
+
};
|
|
202
|
+
th.prototype.lastDay = function () {
|
|
203
|
+
return "วันสุดท้าย";
|
|
204
|
+
};
|
|
205
|
+
th.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
206
|
+
return ", ณ สุดท้าย %s ของเดือน";
|
|
207
|
+
};
|
|
208
|
+
th.prototype.commaOnlyOnX0 = function () {
|
|
209
|
+
return ", เท่านั้น %s";
|
|
210
|
+
};
|
|
211
|
+
th.prototype.commaAndOnX0 = function () {
|
|
212
|
+
return ", และใน %s";
|
|
213
|
+
};
|
|
214
|
+
th.prototype.commaEveryX0Months = function () {
|
|
215
|
+
return ", ทุกๆ %s เดือน";
|
|
216
|
+
};
|
|
217
|
+
th.prototype.commaOnlyInX0 = function () {
|
|
218
|
+
return ", เท่านั้น %s";
|
|
219
|
+
};
|
|
220
|
+
th.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
221
|
+
return ", ในวันสิ้นเดือน";
|
|
222
|
+
};
|
|
223
|
+
th.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
224
|
+
return ", ในวันธรรมดาสุดท้ายของเดือน";
|
|
225
|
+
};
|
|
226
|
+
th.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
227
|
+
return ", %s วันก่อนวันสุดท้ายของเดือน";
|
|
228
|
+
};
|
|
229
|
+
th.prototype.firstWeekday = function () {
|
|
230
|
+
return "วันธรรมดาวันแรก";
|
|
231
|
+
};
|
|
232
|
+
th.prototype.weekdayNearestDayX0 = function () {
|
|
233
|
+
return "วันธรรมดาที่ใกล้ที่สุด %s";
|
|
234
|
+
};
|
|
235
|
+
th.prototype.commaOnTheX0OfTheMonth = function () {
|
|
236
|
+
return ", ในวัน %s ของเดือน";
|
|
237
|
+
};
|
|
238
|
+
th.prototype.commaEveryX0Days = function () {
|
|
239
|
+
return ", ทุกๆ %s วัน";
|
|
240
|
+
};
|
|
241
|
+
th.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
242
|
+
return ", ระหว่างวัน %s และ %s ของเดือน";
|
|
243
|
+
};
|
|
244
|
+
th.prototype.commaOnDayX0OfTheMonth = function () {
|
|
245
|
+
return ", ในวัน %s ของเดือน";
|
|
246
|
+
};
|
|
247
|
+
th.prototype.commaEveryHour = function () {
|
|
248
|
+
return ", ทุกๆ ชั่วโมง";
|
|
249
|
+
};
|
|
250
|
+
th.prototype.commaEveryX0Years = function () {
|
|
251
|
+
return ", ทุกๆ %s ปี";
|
|
252
|
+
};
|
|
253
|
+
th.prototype.commaStartingX0 = function () {
|
|
254
|
+
return ", เริ่ม %s";
|
|
255
|
+
};
|
|
256
|
+
th.prototype.daysOfTheWeek = function () {
|
|
257
|
+
return ["วันอาทิตย์", "วันจันทร์", "วันอังคาร", "วันพุธ", "วันพฤหัสบดี", "วันศุกร์", "วันเสาร์"];
|
|
258
|
+
};
|
|
259
|
+
th.prototype.monthsOfTheYear = function () {
|
|
260
|
+
return [
|
|
261
|
+
"มกราคม",
|
|
262
|
+
"กุมภาพันธ์",
|
|
263
|
+
"มีนาคม",
|
|
264
|
+
"เมษายน",
|
|
265
|
+
"พฤษภาคม",
|
|
266
|
+
"มิถุนายน",
|
|
267
|
+
"กรกฎาคม",
|
|
268
|
+
"สิงหาคม",
|
|
269
|
+
"กันยายน",
|
|
270
|
+
"ตุลาคม",
|
|
271
|
+
"พฤศจิกายน",
|
|
272
|
+
"ธันวาคม",
|
|
273
|
+
];
|
|
274
|
+
};
|
|
275
|
+
return th;
|
|
276
|
+
}());
|
|
277
|
+
exports.th = th;
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales.th) = new th();
|
|
281
|
+
|
|
282
|
+
})();
|
|
283
|
+
|
|
284
|
+
/******/ return __webpack_exports__;
|
|
285
|
+
/******/ })()
|
|
286
|
+
;
|
|
287
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("cronstrue")):"function"==typeof define&&define.amd?define("locales/th.min",["cronstrue"],e):"object"==typeof exports?exports["locales/th.min"]=e(require("cronstrue")):t["locales/th.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.th=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!1},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"เกิดข้อผิดพลาดขณะสร้างคำอธิบายนิพจน์ ตรวจสอบไวยากรณ์นิพจน์ครอน"},t.prototype.everyMinute=function(){return"ทุกๆ นาที"},t.prototype.everyHour=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(){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.commaEveryHour=function(){return", ทุกๆ ชั่วโมง"},t.prototype.commaEveryX0Years=function(){return", ทุกๆ %s ปี"},t.prototype.commaStartingX0=function(){return", เริ่ม %s"},t.prototype.daysOfTheWeek=function(){return["วันอาทิตย์","วันจันทร์","วันอังคาร","วันพุธ","วันพฤหัสบดี","วันศุกร์","วันเสาร์"]},t.prototype.monthsOfTheYear=function(){return["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"]},t}();o.th=u,e().locales.th=new u})(),n})()));
|