Build and Publish Site / docker (push) Successful in 23s
ABER: Die Applikation funktioniert nur lokal. Die deployte Version geht noch nicht.
283 lines
9.1 KiB
JavaScript
283 lines
9.1 KiB
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/pl", ["cronstrue"], factory);
|
|
else if(typeof exports === 'object')
|
|
exports["locales/pl"] = factory(require("cronstrue"));
|
|
else
|
|
root["locales/pl"] = 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 pl_exports = __webpack_exports__;
|
|
"use strict";
|
|
Object.defineProperty(pl_exports, "__esModule", { value: true });
|
|
pl_exports.pl = void 0;
|
|
var pl = (function () {
|
|
function pl() {
|
|
}
|
|
pl.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
return null;
|
|
};
|
|
pl.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
return null;
|
|
};
|
|
pl.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
return null;
|
|
};
|
|
pl.prototype.commaYearX0ThroughYearX1 = function () {
|
|
return null;
|
|
};
|
|
pl.prototype.use24HourTimeFormatByDefault = function () {
|
|
return true;
|
|
};
|
|
pl.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
return "Wystąpił błąd podczas generowania opisu wyrażenia cron. Sprawdź składnię wyrażenia cron.";
|
|
};
|
|
pl.prototype.at = function () {
|
|
return "O";
|
|
};
|
|
pl.prototype.atSpace = function () {
|
|
return "O ";
|
|
};
|
|
pl.prototype.atX0 = function () {
|
|
return "o %s";
|
|
};
|
|
pl.prototype.atX0MinutesPastTheHour = function () {
|
|
return "w %s minucie";
|
|
};
|
|
pl.prototype.atX0SecondsPastTheMinute = function () {
|
|
return "w %s sekundzie";
|
|
};
|
|
pl.prototype.betweenX0AndX1 = function () {
|
|
return "od %s do %s";
|
|
};
|
|
pl.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
return ", od %s-ego do %s-ego dnia miesiąca";
|
|
};
|
|
pl.prototype.commaEveryDay = function () {
|
|
return ", co dzień";
|
|
};
|
|
pl.prototype.commaEveryX0Days = function () {
|
|
return ", co %s dni";
|
|
};
|
|
pl.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
return ", co %s dni tygodnia";
|
|
};
|
|
pl.prototype.commaEveryX0Months = function () {
|
|
return ", co %s miesięcy";
|
|
};
|
|
pl.prototype.commaEveryX0Years = function () {
|
|
return ", co %s lat";
|
|
};
|
|
pl.prototype.commaOnDayX0OfTheMonth = function () {
|
|
return ", %s-ego dnia miesiąca";
|
|
};
|
|
pl.prototype.commaOnlyInX0 = function () {
|
|
return ", tylko %s";
|
|
};
|
|
pl.prototype.commaOnlyOnX0 = function () {
|
|
return ", tylko %s";
|
|
};
|
|
pl.prototype.commaAndOnX0 = function () {
|
|
return ", i %s";
|
|
};
|
|
pl.prototype.commaOnThe = function () {
|
|
return ", ";
|
|
};
|
|
pl.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
return ", ostatni dzień miesiąca";
|
|
};
|
|
pl.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
return ", ostatni dzień roboczy miesiąca";
|
|
};
|
|
pl.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
return ", %s dni przed ostatnim dniem miesiąca";
|
|
};
|
|
pl.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
return ", ostatni %s miesiąca";
|
|
};
|
|
pl.prototype.commaOnTheX0OfTheMonth = function () {
|
|
return ", %s miesiąca";
|
|
};
|
|
pl.prototype.commaX0ThroughX1 = function () {
|
|
return ", od %s do %s";
|
|
};
|
|
pl.prototype.commaAndX0ThroughX1 = function () {
|
|
return ", i od %s do %s";
|
|
};
|
|
pl.prototype.everyHour = function () {
|
|
return "co godzinę";
|
|
};
|
|
pl.prototype.everyMinute = function () {
|
|
return "co minutę";
|
|
};
|
|
pl.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
return "Co minutę od %s do %s";
|
|
};
|
|
pl.prototype.everySecond = function () {
|
|
return "co sekundę";
|
|
};
|
|
pl.prototype.everyX0Hours = function () {
|
|
return "co %s godzin";
|
|
};
|
|
pl.prototype.everyX0Minutes = function () {
|
|
return "co %s minut";
|
|
};
|
|
pl.prototype.everyX0Seconds = function () {
|
|
return "co %s sekund";
|
|
};
|
|
pl.prototype.fifth = function () {
|
|
return "piąty";
|
|
};
|
|
pl.prototype.first = function () {
|
|
return "pierwszy";
|
|
};
|
|
pl.prototype.firstWeekday = function () {
|
|
return "pierwszy dzień roboczy";
|
|
};
|
|
pl.prototype.fourth = function () {
|
|
return "czwarty";
|
|
};
|
|
pl.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
return "minuty od %s do %s";
|
|
};
|
|
pl.prototype.second = function () {
|
|
return "drugi";
|
|
};
|
|
pl.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
return "sekundy od %s do %s";
|
|
};
|
|
pl.prototype.spaceAnd = function () {
|
|
return " i";
|
|
};
|
|
pl.prototype.spaceX0OfTheMonth = function () {
|
|
return " %s miesiąca";
|
|
};
|
|
pl.prototype.lastDay = function () {
|
|
return "ostatni dzień";
|
|
};
|
|
pl.prototype.third = function () {
|
|
return "trzeci";
|
|
};
|
|
pl.prototype.weekdayNearestDayX0 = function () {
|
|
return "dzień roboczy najbliższy %s-ego dnia";
|
|
};
|
|
pl.prototype.commaStartingX0 = function () {
|
|
return ", startowy %s";
|
|
};
|
|
pl.prototype.daysOfTheWeek = function () {
|
|
return ["niedziela", "poniedziałek", "wtorek", "środa", "czwartek", "piątek", "sobota"];
|
|
};
|
|
pl.prototype.monthsOfTheYear = function () {
|
|
return [
|
|
"styczeń",
|
|
"luty",
|
|
"marzec",
|
|
"kwiecień",
|
|
"maj",
|
|
"czerwiec",
|
|
"lipiec",
|
|
"sierpień",
|
|
"wrzesień",
|
|
"październik",
|
|
"listopad",
|
|
"grudzień",
|
|
];
|
|
};
|
|
pl.prototype.onTheHour = function () {
|
|
return "o pełnej godzinie";
|
|
};
|
|
return pl;
|
|
}());
|
|
pl_exports.pl = pl;
|
|
|
|
|
|
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["pl"] = new pl();
|
|
|
|
/******/ return __webpack_exports__;
|
|
/******/ })()
|
|
;
|
|
}); |