cronstrue
Version:
Convert cron expressions into human readable descriptions
280 lines (273 loc) • 9.74 kB
JavaScript
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("cronstrue"));
else if(typeof define === 'function' && define.amd)
define("locales/uk", ["cronstrue"], factory);
else if(typeof exports === 'object')
exports["locales/uk"] = factory(require("cronstrue"));
else
root["locales/uk"] = factory(root["cronstrue"]);
})(globalThis, (__WEBPACK_EXTERNAL_MODULE__93__) => {
return /******/ (() => { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({
/***/ 93:
/***/ ((module) => {
module.exports = __WEBPACK_EXTERNAL_MODULE__93__;
/***/ })
/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat get default export */
/******/ (() => {
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = (module) => {
/******/ var getter = module && module.__esModule ?
/******/ () => (module['default']) :
/******/ () => (module);
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ (() => {
/******/ // define getter functions for harmony exports
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
/******/ (() => {
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
/******/ })();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/
/************************************************************************/
var __webpack_exports__ = {};
__webpack_require__.r(__webpack_exports__);
/* harmony import */ var cronstrue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(93);
/* harmony import */ var cronstrue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(cronstrue__WEBPACK_IMPORTED_MODULE_0__);
var exports = __webpack_exports__;
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.uk = void 0;
var uk = (function () {
function uk() {
}
uk.prototype.atX0SecondsPastTheMinuteGt20 = function () {
return null;
};
uk.prototype.atX0MinutesPastTheHourGt20 = function () {
return null;
};
uk.prototype.commaMonthX0ThroughMonthX1 = function () {
return null;
};
uk.prototype.commaYearX0ThroughYearX1 = function () {
return null;
};
uk.prototype.use24HourTimeFormatByDefault = function () {
return true;
};
uk.prototype.everyMinute = function () {
return "щохвилини";
};
uk.prototype.everyHour = function () {
return "щогодини";
};
uk.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
return "ВІдбулася помилка підчас генерації опису. Перевірта правильність написання cron виразу.";
};
uk.prototype.atSpace = function () {
return "О ";
};
uk.prototype.everyMinuteBetweenX0AndX1 = function () {
return "Щохвилини між %s та %s";
};
uk.prototype.at = function () {
return "О";
};
uk.prototype.spaceAnd = function () {
return " та";
};
uk.prototype.everySecond = function () {
return "Щосекунди";
};
uk.prototype.everyX0Seconds = function () {
return "кожні %s секунд";
};
uk.prototype.secondsX0ThroughX1PastTheMinute = function () {
return "з %s по %s секунду";
};
uk.prototype.atX0SecondsPastTheMinute = function () {
return "о %s секунді";
};
uk.prototype.everyX0Minutes = function () {
return "кожні %s хвилин";
};
uk.prototype.minutesX0ThroughX1PastTheHour = function () {
return "з %s по %s хвилину";
};
uk.prototype.atX0MinutesPastTheHour = function () {
return "о %s хвилині";
};
uk.prototype.everyX0Hours = function () {
return "кожні %s годин";
};
uk.prototype.betweenX0AndX1 = function () {
return "між %s та %s";
};
uk.prototype.atX0 = function () {
return "о %s";
};
uk.prototype.commaEveryDay = function () {
return ", щоденно";
};
uk.prototype.commaEveryX0DaysOfTheWeek = function () {
return ", кожен %s день тижня";
};
uk.prototype.commaX0ThroughX1 = function () {
return ", %s по %s";
};
uk.prototype.commaAndX0ThroughX1 = function () {
return ", та %s по %s";
};
uk.prototype.first = function () {
return "перший";
};
uk.prototype.second = function () {
return "другий";
};
uk.prototype.third = function () {
return "третій";
};
uk.prototype.fourth = function () {
return "четвертий";
};
uk.prototype.fifth = function () {
return "п'ятий";
};
uk.prototype.commaOnThe = function () {
return ", в ";
};
uk.prototype.spaceX0OfTheMonth = function () {
return " %s місяця";
};
uk.prototype.lastDay = function () {
return "останній день";
};
uk.prototype.commaOnTheLastX0OfTheMonth = function () {
return ", в останній %s місяця";
};
uk.prototype.commaOnlyOnX0 = function () {
return ", тільки в %s";
};
uk.prototype.commaAndOnX0 = function () {
return ", і в %s";
};
uk.prototype.commaEveryX0Months = function () {
return ", кожен %s місяць";
};
uk.prototype.commaOnlyInX0 = function () {
return ", тільки в %s";
};
uk.prototype.commaOnTheLastDayOfTheMonth = function () {
return ", в останній день місяця";
};
uk.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
return ", в останній будень місяця";
};
uk.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
return ", %s днів до останнього дня місяця";
};
uk.prototype.firstWeekday = function () {
return "перший будень";
};
uk.prototype.weekdayNearestDayX0 = function () {
return "будень найближчий до %s дня";
};
uk.prototype.commaOnTheX0OfTheMonth = function () {
return ", в %s місяця";
};
uk.prototype.commaEveryX0Days = function () {
return ", кожен %s день";
};
uk.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
return ", між %s та %s днями місяця";
};
uk.prototype.commaOnDayX0OfTheMonth = function () {
return ", на %s день місяця";
};
uk.prototype.commaEveryX0Years = function () {
return ", кожні %s роки";
};
uk.prototype.commaStartingX0 = function () {
return ", початок %s";
};
uk.prototype.daysOfTheWeek = function () {
return ["неділя", "понеділок", "вівторок", "середа", "четвер", "п'ятниця", "субота"];
};
uk.prototype.monthsOfTheYear = function () {
return [
"січень",
"лютий",
"березень",
"квітень",
"травень",
"червень",
"липень",
"серпень",
"вересень",
"жовтень",
"листопад",
"грудень",
];
};
return uk;
}());
exports.uk = uk;
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["uk"] = new uk();
/******/ return __webpack_exports__;
/******/ })()
;
});