Files
ArchiveCostWebapp/logic/node-red-data/node_modules/cronstrue/locales/he.js
T
huesser b518ae8edb
Build and Publish Site / docker (push) Successful in 23s
Workflow funktioniert nun wieder. Es gab Probleme nach Aenderungen.
ABER: Die Applikation funktioniert nur lokal. Die deployte Version geht noch nicht.
2026-07-03 13:24:08 +02:00

270 lines
9.3 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
(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/he", ["cronstrue"], factory);
else if(typeof exports === 'object')
exports["locales/he"] = factory(require("cronstrue"));
else
root["locales/he"] = 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 he_exports = __webpack_exports__;
"use strict";
Object.defineProperty(he_exports, "__esModule", { value: true });
he_exports.he = void 0;
var he = (function () {
function he() {
}
he.prototype.atX0SecondsPastTheMinuteGt20 = function () {
return null;
};
he.prototype.atX0MinutesPastTheHourGt20 = function () {
return null;
};
he.prototype.commaMonthX0ThroughMonthX1 = function () {
return null;
};
he.prototype.commaYearX0ThroughYearX1 = function () {
return null;
};
he.prototype.use24HourTimeFormatByDefault = function () {
return true;
};
he.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
return "אירעה שגיאה בעת יצירת תיאור הביטוי. בדוק את תחביר הביטוי cron.";
};
he.prototype.everyMinute = function () {
return "כל דקה";
};
he.prototype.everyHour = function () {
return "כל שעה";
};
he.prototype.atSpace = function () {
return "ב ";
};
he.prototype.everyMinuteBetweenX0AndX1 = function () {
return "כל דקה %s עד %s";
};
he.prototype.at = function () {
return "ב";
};
he.prototype.spaceAnd = function () {
return " ו";
};
he.prototype.everySecond = function () {
return "כל שניה";
};
he.prototype.everyX0Seconds = function () {
return "כל %s שניות";
};
he.prototype.secondsX0ThroughX1PastTheMinute = function () {
return "%s עד %s שניות של הדקה";
};
he.prototype.atX0SecondsPastTheMinute = function () {
return "ב %s שניות של הדקה";
};
he.prototype.everyX0Minutes = function () {
return "כל %s דקות";
};
he.prototype.minutesX0ThroughX1PastTheHour = function () {
return "%s עד %s דקות של השעה";
};
he.prototype.atX0MinutesPastTheHour = function () {
return "ב %s דקות של השעה";
};
he.prototype.everyX0Hours = function () {
return "כל %s שעות";
};
he.prototype.betweenX0AndX1 = function () {
return "%s עד %s";
};
he.prototype.atX0 = function () {
return "ב %s";
};
he.prototype.commaEveryDay = function () {
return ", כל יום";
};
he.prototype.commaEveryX0DaysOfTheWeek = function () {
return ", כל %s ימים בשבוע";
};
he.prototype.commaX0ThroughX1 = function () {
return ", %s עד %s";
};
he.prototype.commaAndX0ThroughX1 = function () {
return ", ו %s עד %s";
};
he.prototype.first = function () {
return "ראשון";
};
he.prototype.second = function () {
return "שני";
};
he.prototype.third = function () {
return "שלישי";
};
he.prototype.fourth = function () {
return "רביעי";
};
he.prototype.fifth = function () {
return "חמישי";
};
he.prototype.commaOnThe = function () {
return ", ב ";
};
he.prototype.spaceX0OfTheMonth = function () {
return " %s של החודש";
};
he.prototype.lastDay = function () {
return "היום האחרון";
};
he.prototype.commaOnTheLastX0OfTheMonth = function () {
return ", רק ב %s של החודש";
};
he.prototype.commaOnlyOnX0 = function () {
return ", רק ב %s";
};
he.prototype.commaAndOnX0 = function () {
return ", וב %s";
};
he.prototype.commaEveryX0Months = function () {
return ", כל %s חודשים";
};
he.prototype.commaOnlyInX0 = function () {
return ", רק ב %s";
};
he.prototype.commaOnTheLastDayOfTheMonth = function () {
return ", ביום האחרון של החודש";
};
he.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
return ", ביום החול האחרון של החודש";
};
he.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
return ", %s ימים לפני היום האחרון בחודש";
};
he.prototype.firstWeekday = function () {
return "יום החול הראשון";
};
he.prototype.weekdayNearestDayX0 = function () {
return "יום החול הראשון הקרוב אל %s";
};
he.prototype.commaOnTheX0OfTheMonth = function () {
return ", ביום ה%s של החודש";
};
he.prototype.commaEveryX0Days = function () {
return ", כל %s ימים";
};
he.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
return ", בין היום ה%s וה%s של החודש";
};
he.prototype.commaOnDayX0OfTheMonth = function () {
return ", ביום ה%s של החודש";
};
he.prototype.commaEveryX0Years = function () {
return ", כל %s שנים";
};
he.prototype.commaStartingX0 = function () {
return ", החל מ %s";
};
he.prototype.daysOfTheWeek = function () {
return ["יום ראשון", "יום שני", "יום שלישי", "יום רביעי", "יום חמישי", "יום שישי", "יום שבת"];
};
he.prototype.monthsOfTheYear = function () {
return ["ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר"];
};
he.prototype.onTheHour = function () {
return "בשעה עגולה";
};
return he;
}());
he_exports.he = he;
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["he"] = new he();
/******/ return __webpack_exports__;
/******/ })()
;
});