UNPKG

cronstrue

Version:

Convert cron expressions into human readable descriptions

280 lines (273 loc) 9.33 kB
(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/it", ["cronstrue"], factory); else if(typeof exports === 'object') exports["locales/it"] = factory(require("cronstrue")); else root["locales/it"] = 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__; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.it = void 0; var it = (function () { function it() { } it.prototype.atX0SecondsPastTheMinuteGt20 = function () { return null; }; it.prototype.atX0MinutesPastTheHourGt20 = function () { return null; }; it.prototype.commaMonthX0ThroughMonthX1 = function () { return null; }; it.prototype.commaYearX0ThroughYearX1 = function () { return null; }; it.prototype.use24HourTimeFormatByDefault = function () { return true; }; it.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () { return "È verificato un errore durante la generazione la descrizione espressione. Controllare la sintassi delle espressioni cron."; }; it.prototype.at = function () { return "Alle"; }; it.prototype.atSpace = function () { return "Alle "; }; it.prototype.atX0 = function () { return "alle %s"; }; it.prototype.atX0MinutesPastTheHour = function () { return "al %s minuto passata l'ora"; }; it.prototype.atX0SecondsPastTheMinute = function () { return "al %s secondo passato il minuto"; }; it.prototype.betweenX0AndX1 = function () { return "tra le %s e le %s"; }; it.prototype.commaBetweenDayX0AndX1OfTheMonth = function () { return ", tra il giorno %s e %s del mese"; }; it.prototype.commaEveryDay = function () { return ", ogni giorno"; }; it.prototype.commaEveryX0Days = function () { return ", ogni %s giorni"; }; it.prototype.commaEveryX0DaysOfTheWeek = function () { return ", ogni %s giorni della settimana"; }; it.prototype.commaEveryX0Months = function () { return ", ogni %s mesi"; }; it.prototype.commaEveryX0Years = function () { return ", ogni %s anni"; }; it.prototype.commaOnDayX0OfTheMonth = function () { return ", il giorno %s del mese"; }; it.prototype.commaOnlyInX0 = function () { return ", solo in %s"; }; it.prototype.commaOnlyOnX0 = function () { return ", solo il %s"; }; it.prototype.commaAndOnX0 = function () { return ", e il %s"; }; it.prototype.commaOnThe = function () { return ", il "; }; it.prototype.commaOnTheLastDayOfTheMonth = function () { return ", l'ultimo giorno del mese"; }; it.prototype.commaOnTheLastWeekdayOfTheMonth = function () { return ", nell'ultima settimana del mese"; }; it.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () { return ", %s giorni prima dell'ultimo giorno del mese"; }; it.prototype.commaOnTheLastX0OfTheMonth = function () { return ", l'ultimo %s del mese"; }; it.prototype.commaOnTheX0OfTheMonth = function () { return ", il %s del mese"; }; it.prototype.commaX0ThroughX1 = function () { return ", %s al %s"; }; it.prototype.commaAndX0ThroughX1 = function () { return ", e %s al %s"; }; it.prototype.everyHour = function () { return "ogni ora"; }; it.prototype.everyMinute = function () { return "ogni minuto"; }; it.prototype.everyMinuteBetweenX0AndX1 = function () { return "Ogni minuto tra le %s e le %s"; }; it.prototype.everySecond = function () { return "ogni secondo"; }; it.prototype.everyX0Hours = function () { return "ogni %s ore"; }; it.prototype.everyX0Minutes = function () { return "ogni %s minuti"; }; it.prototype.everyX0Seconds = function () { return "ogni %s secondi"; }; it.prototype.fifth = function () { return "quinto"; }; it.prototype.first = function () { return "primo"; }; it.prototype.firstWeekday = function () { return "primo giorno della settimana"; }; it.prototype.fourth = function () { return "quarto"; }; it.prototype.minutesX0ThroughX1PastTheHour = function () { return "minuti %s al %s dopo l'ora"; }; it.prototype.second = function () { return "secondo"; }; it.prototype.secondsX0ThroughX1PastTheMinute = function () { return "secondi %s al %s oltre il minuto"; }; it.prototype.spaceAnd = function () { return " e"; }; it.prototype.spaceX0OfTheMonth = function () { return " %s del mese"; }; it.prototype.lastDay = function () { return "l'ultimo giorno"; }; it.prototype.third = function () { return "terzo"; }; it.prototype.weekdayNearestDayX0 = function () { return "giorno della settimana più vicino al %s"; }; it.prototype.commaStartingX0 = function () { return ", a partire %s"; }; it.prototype.daysOfTheWeek = function () { return ["domenica", "lunedì", "martedì", "mercoledì", "giovedì", "venerdì", "sabato"]; }; it.prototype.monthsOfTheYear = function () { return [ "gennaio", "febbraio", "marzo", "aprile", "maggio", "giugno", "luglio", "agosto", "settembre", "ottobre", "novembre", "dicembre", ]; }; return it; }()); exports.it = it; (cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["it"] = new it(); /******/ return __webpack_exports__; /******/ })() ; });