cronstrue
Version:
Convert cron expressions into human readable descriptions
280 lines (273 loc) • 9.27 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/sw", ["cronstrue"], factory);
else if(typeof exports === 'object')
exports["locales/sw"] = factory(require("cronstrue"));
else
root["locales/sw"] = 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.sw = void 0;
var sw = (function () {
function sw() {
}
sw.prototype.atX0SecondsPastTheMinuteGt20 = function () {
return null;
};
sw.prototype.atX0MinutesPastTheHourGt20 = function () {
return null;
};
sw.prototype.commaMonthX0ThroughMonthX1 = function () {
return null;
};
sw.prototype.commaYearX0ThroughYearX1 = function () {
return null;
};
sw.prototype.use24HourTimeFormatByDefault = function () {
return true;
};
sw.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
return "Kuna tatizo wakati wa kutunga msemo. Angalia cron expression syntax.";
};
sw.prototype.everyMinute = function () {
return "kila dakika";
};
sw.prototype.everyHour = function () {
return "kila saa";
};
sw.prototype.atSpace = function () {
return "Kwa ";
};
sw.prototype.everyMinuteBetweenX0AndX1 = function () {
return "Kila dakika kwanzia %s hadi %s";
};
sw.prototype.at = function () {
return "Kwa";
};
sw.prototype.spaceAnd = function () {
return " na";
};
sw.prototype.everySecond = function () {
return "kila sekunde";
};
sw.prototype.everyX0Seconds = function () {
return "kila sekunde %s";
};
sw.prototype.secondsX0ThroughX1PastTheMinute = function () {
return "sekunde ya %s hadi %s baada ya dakika";
};
sw.prototype.atX0SecondsPastTheMinute = function () {
return "sekunde %s baada ya dakika";
};
sw.prototype.everyX0Minutes = function () {
return "kila dakika %s";
};
sw.prototype.minutesX0ThroughX1PastTheHour = function () {
return "minutes %s through %s past the hour";
};
sw.prototype.atX0MinutesPastTheHour = function () {
return "at %s minutes past the hour";
};
sw.prototype.everyX0Hours = function () {
return "every %s hours";
};
sw.prototype.betweenX0AndX1 = function () {
return "kati ya %s na %s";
};
sw.prototype.atX0 = function () {
return "kwenye %s";
};
sw.prototype.commaEveryDay = function () {
return ", kila siku";
};
sw.prototype.commaEveryX0DaysOfTheWeek = function () {
return ", kila siku %s ya wiki";
};
sw.prototype.commaX0ThroughX1 = function () {
return ", %s hadi %s";
};
sw.prototype.commaAndX0ThroughX1 = function () {
return ", na %s hadi %s";
};
sw.prototype.first = function () {
return "ya kwanza";
};
sw.prototype.second = function () {
return "ya pili";
};
sw.prototype.third = function () {
return "ya tatu";
};
sw.prototype.fourth = function () {
return "ya nne";
};
sw.prototype.fifth = function () {
return "ya tano";
};
sw.prototype.commaOnThe = function () {
return ", kwenye ";
};
sw.prototype.spaceX0OfTheMonth = function () {
return " siku %s ya mwezi";
};
sw.prototype.lastDay = function () {
return "siku ya mwisho";
};
sw.prototype.commaOnTheLastX0OfTheMonth = function () {
return ", siku ya %s ya mwezi";
};
sw.prototype.commaOnlyOnX0 = function () {
return ", kwa %s tu";
};
sw.prototype.commaAndOnX0 = function () {
return ", na pia %s";
};
sw.prototype.commaEveryX0Months = function () {
return ", kila mwezi wa %s";
};
sw.prototype.commaOnlyInX0 = function () {
return ", kwa %s tu";
};
sw.prototype.commaOnTheLastDayOfTheMonth = function () {
return ", siku ya mwisho wa mwezi";
};
sw.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
return ", wikendi ya mwisho wa mwezi";
};
sw.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
return ", siku ya %s kabla ya siku ya mwisho wa mwezi";
};
sw.prototype.firstWeekday = function () {
return "siku za kazi ya kwanza";
};
sw.prototype.weekdayNearestDayX0 = function () {
return "siku ya kazi karibu na siku ya %s";
};
sw.prototype.commaOnTheX0OfTheMonth = function () {
return ", siku ya %s ya mwezi";
};
sw.prototype.commaEveryX0Days = function () {
return ", kila siku %s";
};
sw.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
return ", kati ya siku %s na %s ya mwezi";
};
sw.prototype.commaOnDayX0OfTheMonth = function () {
return ", siku ya %s ya mwezi";
};
sw.prototype.commaEveryX0Years = function () {
return ", kila miaka %s";
};
sw.prototype.commaStartingX0 = function () {
return ", kwanzia %s";
};
sw.prototype.daysOfTheWeek = function () {
return ["Jumapili", "Jumatatu", "Jumanne", "Jumatano", "Alhamisi", "Ijumaa", "Jumamosi"];
};
sw.prototype.monthsOfTheYear = function () {
return [
"Januari",
"Februari",
"Machi",
"Aprili",
"Mei",
"Juni",
"Julai",
"Agosti",
"Septemba",
"Oktoba",
"Novemba",
"Desemba",
];
};
return sw;
}());
exports.sw = sw;
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["sw"] = new sw();
/******/ return __webpack_exports__;
/******/ })()
;
});