cronstrue
Version:
Convert cron expressions into human readable descriptions
280 lines (273 loc) • 9.38 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/ro", ["cronstrue"], factory);
else if(typeof exports === 'object')
exports["locales/ro"] = factory(require("cronstrue"));
else
root["locales/ro"] = 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.ro = void 0;
var ro = (function () {
function ro() {
}
ro.prototype.use24HourTimeFormatByDefault = function () {
return true;
};
ro.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
return "Eroare la generarea descrierii. Verificați sintaxa.";
};
ro.prototype.at = function () {
return "La";
};
ro.prototype.atSpace = function () {
return "La ";
};
ro.prototype.atX0 = function () {
return "la %s";
};
ro.prototype.atX0MinutesPastTheHour = function () {
return "la și %s minute";
};
ro.prototype.atX0SecondsPastTheMinute = function () {
return "la și %s secunde";
};
ro.prototype.betweenX0AndX1 = function () {
return "între %s și %s";
};
ro.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
return ", între zilele %s și %s ale lunii";
};
ro.prototype.commaEveryDay = function () {
return ", în fiecare zi";
};
ro.prototype.commaEveryX0Days = function () {
return ", la fiecare %s zile";
};
ro.prototype.commaEveryX0DaysOfTheWeek = function () {
return ", la fiecare a %s-a zi a săptămânii";
};
ro.prototype.commaEveryX0Months = function () {
return ", la fiecare %s luni";
};
ro.prototype.commaEveryX0Years = function () {
return ", o dată la %s ani";
};
ro.prototype.commaOnDayX0OfTheMonth = function () {
return ", în ziua %s a lunii";
};
ro.prototype.commaOnlyInX0 = function () {
return ", doar în %s";
};
ro.prototype.commaOnlyOnX0 = function () {
return ", doar %s";
};
ro.prototype.commaAndOnX0 = function () {
return ", și %s";
};
ro.prototype.commaOnThe = function () {
return ", în ";
};
ro.prototype.commaOnTheLastDayOfTheMonth = function () {
return ", în ultima zi a lunii";
};
ro.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
return ", în ultima zi lucrătoare a lunii";
};
ro.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
return ", %s zile înainte de ultima zi a lunii";
};
ro.prototype.commaOnTheLastX0OfTheMonth = function () {
return ", în ultima %s a lunii";
};
ro.prototype.commaOnTheX0OfTheMonth = function () {
return ", în %s a lunii";
};
ro.prototype.commaX0ThroughX1 = function () {
return ", de %s până %s";
};
ro.prototype.commaAndX0ThroughX1 = function () {
return ", și de %s până %s";
};
ro.prototype.everyHour = function () {
return "în fiecare oră";
};
ro.prototype.everyMinute = function () {
return "în fiecare minut";
};
ro.prototype.everyMinuteBetweenX0AndX1 = function () {
return "În fiecare minut între %s și %s";
};
ro.prototype.everySecond = function () {
return "în fiecare secundă";
};
ro.prototype.everyX0Hours = function () {
return "la fiecare %s ore";
};
ro.prototype.everyX0Minutes = function () {
return "la fiecare %s minute";
};
ro.prototype.everyX0Seconds = function () {
return "la fiecare %s secunde";
};
ro.prototype.fifth = function () {
return "a cincea";
};
ro.prototype.first = function () {
return "prima";
};
ro.prototype.firstWeekday = function () {
return "prima zi a săptămânii";
};
ro.prototype.fourth = function () {
return "a patra";
};
ro.prototype.minutesX0ThroughX1PastTheHour = function () {
return "între minutele %s și %s";
};
ro.prototype.second = function () {
return "a doua";
};
ro.prototype.secondsX0ThroughX1PastTheMinute = function () {
return "între secunda %s și secunda %s";
};
ro.prototype.spaceAnd = function () {
return " și";
};
ro.prototype.spaceX0OfTheMonth = function () {
return " %s a lunii";
};
ro.prototype.lastDay = function () {
return "ultima zi";
};
ro.prototype.third = function () {
return "a treia";
};
ro.prototype.weekdayNearestDayX0 = function () {
return "cea mai apropiată zi a săptămânii de ziua %s";
};
ro.prototype.commaMonthX0ThroughMonthX1 = function () {
return ", din %s până în %s";
};
ro.prototype.commaYearX0ThroughYearX1 = function () {
return ", din %s până în %s";
};
ro.prototype.atX0MinutesPastTheHourGt20 = function () {
return "la și %s de minute";
};
ro.prototype.atX0SecondsPastTheMinuteGt20 = function () {
return "la și %s de secunde";
};
ro.prototype.commaStartingX0 = function () {
return ", pornire %s";
};
ro.prototype.daysOfTheWeek = function () {
return ["duminică", "luni", "marți", "miercuri", "joi", "vineri", "sâmbătă"];
};
ro.prototype.monthsOfTheYear = function () {
return [
"ianuarie",
"februarie",
"martie",
"aprilie",
"mai",
"iunie",
"iulie",
"august",
"septembrie",
"octombrie",
"noiembrie",
"decembrie",
];
};
return ro;
}());
exports.ro = ro;
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["ro"] = new ro();
/******/ return __webpack_exports__;
/******/ })()
;
});