UNPKG

cronstrue

Version:

Convert cron expressions into human readable descriptions

280 lines (273 loc) 9.35 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/es", ["cronstrue"], factory); else if(typeof exports === 'object') exports["locales/es"] = factory(require("cronstrue")); else root["locales/es"] = 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.es = void 0; var es = (function () { function es() { } es.prototype.atX0SecondsPastTheMinuteGt20 = function () { return null; }; es.prototype.atX0MinutesPastTheHourGt20 = function () { return null; }; es.prototype.commaMonthX0ThroughMonthX1 = function () { return null; }; es.prototype.commaYearX0ThroughYearX1 = function () { return null; }; es.prototype.use24HourTimeFormatByDefault = function () { return true; }; es.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () { return "Ocurrió un error mientras se generaba la descripción de la expresión. Revise la sintaxis de la expresión de cron."; }; es.prototype.at = function () { return "A las"; }; es.prototype.atSpace = function () { return "A las "; }; es.prototype.atX0 = function () { return "a las %s"; }; es.prototype.atX0MinutesPastTheHour = function () { return "a los %s minutos de la hora"; }; es.prototype.atX0SecondsPastTheMinute = function () { return "a los %s segundos del minuto"; }; es.prototype.betweenX0AndX1 = function () { return "entre las %s y las %s"; }; es.prototype.commaBetweenDayX0AndX1OfTheMonth = function () { return ", entre los días %s y %s del mes"; }; es.prototype.commaEveryDay = function () { return ", cada día"; }; es.prototype.commaEveryX0Days = function () { return ", cada %s días"; }; es.prototype.commaEveryX0DaysOfTheWeek = function () { return ", cada %s días de la semana"; }; es.prototype.commaEveryX0Months = function () { return ", cada %s meses"; }; es.prototype.commaOnDayX0OfTheMonth = function () { return ", el día %s del mes"; }; es.prototype.commaOnlyInX0 = function () { return ", sólo en %s"; }; es.prototype.commaOnlyOnX0 = function () { return ", sólo el %s"; }; es.prototype.commaAndOnX0 = function () { return ", y el %s"; }; es.prototype.commaOnThe = function () { return ", en el "; }; es.prototype.commaOnTheLastDayOfTheMonth = function () { return ", en el último día del mes"; }; es.prototype.commaOnTheLastWeekdayOfTheMonth = function () { return ", en el último día de la semana del mes"; }; es.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () { return ", %s días antes del último día del mes"; }; es.prototype.commaOnTheLastX0OfTheMonth = function () { return ", en el último %s del mes"; }; es.prototype.commaOnTheX0OfTheMonth = function () { return ", en el %s del mes"; }; es.prototype.commaX0ThroughX1 = function () { return ", de %s a %s"; }; es.prototype.commaAndX0ThroughX1 = function () { return ", y de %s a %s"; }; es.prototype.everyHour = function () { return "cada hora"; }; es.prototype.everyMinute = function () { return "cada minuto"; }; es.prototype.everyMinuteBetweenX0AndX1 = function () { return "cada minuto entre las %s y las %s"; }; es.prototype.everySecond = function () { return "cada segundo"; }; es.prototype.everyX0Hours = function () { return "cada %s horas"; }; es.prototype.everyX0Minutes = function () { return "cada %s minutos"; }; es.prototype.everyX0Seconds = function () { return "cada %s segundos"; }; es.prototype.fifth = function () { return "quinto"; }; es.prototype.first = function () { return "primero"; }; es.prototype.firstWeekday = function () { return "primer día de la semana"; }; es.prototype.fourth = function () { return "cuarto"; }; es.prototype.minutesX0ThroughX1PastTheHour = function () { return "del minuto %s al %s pasada la hora"; }; es.prototype.second = function () { return "segundo"; }; es.prototype.secondsX0ThroughX1PastTheMinute = function () { return "En los segundos %s al %s de cada minuto"; }; es.prototype.spaceAnd = function () { return " y"; }; es.prototype.spaceX0OfTheMonth = function () { return " %s del mes"; }; es.prototype.lastDay = function () { return "el último día"; }; es.prototype.third = function () { return "tercer"; }; es.prototype.weekdayNearestDayX0 = function () { return "día de la semana más próximo al %s"; }; es.prototype.commaEveryX0Years = function () { return ", cada %s años"; }; es.prototype.commaStartingX0 = function () { return ", comenzando %s"; }; es.prototype.daysOfTheWeek = function () { return ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"]; }; es.prototype.monthsOfTheYear = function () { return [ "enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre", ]; }; return es; }()); exports.es = es; (cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["es"] = new es(); /******/ return __webpack_exports__; /******/ })() ; });