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/nn", ["cronstrue"], factory);
|
|
else if(typeof exports === 'object')
|
|
exports["locales/nn"] = factory(require("cronstrue"));
|
|
else
|
|
root["locales/nn"] = 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 nn_exports = __webpack_exports__;
|
|
"use strict";
|
|
Object.defineProperty(nn_exports, "__esModule", { value: true });
|
|
nn_exports.nn = void 0;
|
|
var nn = (function () {
|
|
function nn() {
|
|
}
|
|
nn.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
return null;
|
|
};
|
|
nn.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
return null;
|
|
};
|
|
nn.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
return null;
|
|
};
|
|
nn.prototype.commaYearX0ThroughYearX1 = function () {
|
|
return null;
|
|
};
|
|
nn.prototype.use24HourTimeFormatByDefault = function () {
|
|
return true;
|
|
};
|
|
nn.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
return "Ein feil oppstod ved generering av uttrykksskildring. Sjekk cron-syntaksen.";
|
|
};
|
|
nn.prototype.at = function () {
|
|
return "Kl.";
|
|
};
|
|
nn.prototype.atSpace = function () {
|
|
return "Kl.";
|
|
};
|
|
nn.prototype.atX0 = function () {
|
|
return "på %s";
|
|
};
|
|
nn.prototype.atX0MinutesPastTheHour = function () {
|
|
return "på %s minutt etter timen";
|
|
};
|
|
nn.prototype.atX0SecondsPastTheMinute = function () {
|
|
return "på %s sekund etter minuttet";
|
|
};
|
|
nn.prototype.betweenX0AndX1 = function () {
|
|
return "mellom %s og %s";
|
|
};
|
|
nn.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
return ", mellom dag %s og %s av månaden";
|
|
};
|
|
nn.prototype.commaEveryDay = function () {
|
|
return ", kvar dag";
|
|
};
|
|
nn.prototype.commaEveryX0Days = function () {
|
|
return ", kvar %s dag i månaden";
|
|
};
|
|
nn.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
return ", kvar %s vekedag";
|
|
};
|
|
nn.prototype.commaEveryX0Months = function () {
|
|
return ", kvar %s månad";
|
|
};
|
|
nn.prototype.commaEveryX0Years = function () {
|
|
return ", kvart %s år";
|
|
};
|
|
nn.prototype.commaOnDayX0OfTheMonth = function () {
|
|
return ", på dag %s av månaden";
|
|
};
|
|
nn.prototype.commaOnlyInX0 = function () {
|
|
return ", berre i %s";
|
|
};
|
|
nn.prototype.commaOnlyOnX0 = function () {
|
|
return ", på %s";
|
|
};
|
|
nn.prototype.commaAndOnX0 = function () {
|
|
return ", og på %s";
|
|
};
|
|
nn.prototype.commaOnThe = function () {
|
|
return ", på ";
|
|
};
|
|
nn.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
return ", på den siste dagen i månaden";
|
|
};
|
|
nn.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
return ", den siste vekedagen i månaden";
|
|
};
|
|
nn.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
return ", %s dagar før den siste dagen i månaden";
|
|
};
|
|
nn.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
return ", på den siste %s av månaden";
|
|
};
|
|
nn.prototype.commaOnTheX0OfTheMonth = function () {
|
|
return ", på den %s av månaden";
|
|
};
|
|
nn.prototype.commaX0ThroughX1 = function () {
|
|
return ", %s til og med %s";
|
|
};
|
|
nn.prototype.commaAndX0ThroughX1 = function () {
|
|
return ", og %s til og med %s";
|
|
};
|
|
nn.prototype.everyHour = function () {
|
|
return "kvar time";
|
|
};
|
|
nn.prototype.everyMinute = function () {
|
|
return "kvart minutt";
|
|
};
|
|
nn.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
return "Kvart minutt mellom %s og %s";
|
|
};
|
|
nn.prototype.everySecond = function () {
|
|
return "kvart sekund";
|
|
};
|
|
nn.prototype.everyX0Hours = function () {
|
|
return "kvar %s time";
|
|
};
|
|
nn.prototype.everyX0Minutes = function () {
|
|
return "kvart %s minutt";
|
|
};
|
|
nn.prototype.everyX0Seconds = function () {
|
|
return "kvart %s sekund";
|
|
};
|
|
nn.prototype.fifth = function () {
|
|
return "femte";
|
|
};
|
|
nn.prototype.first = function () {
|
|
return "første";
|
|
};
|
|
nn.prototype.firstWeekday = function () {
|
|
return "første vekedag";
|
|
};
|
|
nn.prototype.fourth = function () {
|
|
return "fjerde";
|
|
};
|
|
nn.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
return "minutta frå %s til og med %s etter timen";
|
|
};
|
|
nn.prototype.second = function () {
|
|
return "andre";
|
|
};
|
|
nn.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
return "sekunda frå %s til og med %s etter minuttet";
|
|
};
|
|
nn.prototype.spaceAnd = function () {
|
|
return " og";
|
|
};
|
|
nn.prototype.spaceX0OfTheMonth = function () {
|
|
return " %s i månaden";
|
|
};
|
|
nn.prototype.lastDay = function () {
|
|
return "den siste dagen";
|
|
};
|
|
nn.prototype.third = function () {
|
|
return "tredje";
|
|
};
|
|
nn.prototype.weekdayNearestDayX0 = function () {
|
|
return "vekedag nærmast dag %s";
|
|
};
|
|
nn.prototype.commaStartingX0 = function () {
|
|
return ", startar %s";
|
|
};
|
|
nn.prototype.daysOfTheWeek = function () {
|
|
return ["sundag", "måndag", "tysdag", "onsdag", "torsdag", "fredag", "laurdag"];
|
|
};
|
|
nn.prototype.monthsOfTheYear = function () {
|
|
return [
|
|
"januar",
|
|
"februar",
|
|
"mars",
|
|
"april",
|
|
"mai",
|
|
"juni",
|
|
"juli",
|
|
"august",
|
|
"september",
|
|
"oktober",
|
|
"november",
|
|
"desember",
|
|
];
|
|
};
|
|
nn.prototype.onTheHour = function () {
|
|
return "på timen";
|
|
};
|
|
return nn;
|
|
}());
|
|
nn_exports.nn = nn;
|
|
|
|
|
|
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["nn"] = new nn();
|
|
|
|
/******/ return __webpack_exports__;
|
|
/******/ })()
|
|
;
|
|
}); |