Build and Publish Site / docker (push) Successful in 23s
ABER: Die Applikation funktioniert nur lokal. Die deployte Version geht noch nicht.
294 lines
9.5 KiB
JavaScript
294 lines
9.5 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/fr", ["cronstrue"], factory);
|
|
else if(typeof exports === 'object')
|
|
exports["locales/fr"] = factory(require("cronstrue"));
|
|
else
|
|
root["locales/fr"] = 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 fr_exports = __webpack_exports__;
|
|
"use strict";
|
|
Object.defineProperty(fr_exports, "__esModule", { value: true });
|
|
fr_exports.fr = void 0;
|
|
var fr = (function () {
|
|
function fr() {
|
|
}
|
|
fr.prototype.conciseVerbosityReplacements = function () {
|
|
return {
|
|
"de le": "du",
|
|
};
|
|
};
|
|
fr.prototype.atX0SecondsPastTheMinuteGt20 = function () {
|
|
return null;
|
|
};
|
|
fr.prototype.atX0MinutesPastTheHourGt20 = function () {
|
|
return null;
|
|
};
|
|
fr.prototype.commaMonthX0ThroughMonthX1 = function () {
|
|
return null;
|
|
};
|
|
fr.prototype.commaYearX0ThroughYearX1 = function () {
|
|
return null;
|
|
};
|
|
fr.prototype.use24HourTimeFormatByDefault = function () {
|
|
return true;
|
|
};
|
|
fr.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
|
|
return "Une erreur est survenue en générant la description de l'expression cron. Vérifiez sa syntaxe.";
|
|
};
|
|
fr.prototype.everyMinute = function () {
|
|
return "toutes les minutes";
|
|
};
|
|
fr.prototype.everyHour = function () {
|
|
return "toutes les heures";
|
|
};
|
|
fr.prototype.atSpace = function () {
|
|
return "À ";
|
|
};
|
|
fr.prototype.everyMinuteBetweenX0AndX1 = function () {
|
|
return "Toutes les minutes entre %s et %s";
|
|
};
|
|
fr.prototype.at = function () {
|
|
return "À";
|
|
};
|
|
fr.prototype.spaceAnd = function () {
|
|
return " et";
|
|
};
|
|
fr.prototype.everySecond = function () {
|
|
return "toutes les secondes";
|
|
};
|
|
fr.prototype.everyX0Seconds = function () {
|
|
return "toutes les %s secondes";
|
|
};
|
|
fr.prototype.secondsX0ThroughX1PastTheMinute = function () {
|
|
return "les secondes entre %s et %s après la minute";
|
|
};
|
|
fr.prototype.atX0SecondsPastTheMinute = function () {
|
|
return "%s secondes après la minute";
|
|
};
|
|
fr.prototype.everyX0Minutes = function () {
|
|
return "toutes les %s minutes";
|
|
};
|
|
fr.prototype.minutesX0ThroughX1PastTheHour = function () {
|
|
return "les minutes entre %s et %s après l'heure";
|
|
};
|
|
fr.prototype.atX0MinutesPastTheHour = function () {
|
|
return "%s minutes après l'heure";
|
|
};
|
|
fr.prototype.everyX0Hours = function () {
|
|
return "toutes les %s heures";
|
|
};
|
|
fr.prototype.betweenX0AndX1 = function () {
|
|
return "de %s à %s";
|
|
};
|
|
fr.prototype.atX0 = function () {
|
|
return "%s";
|
|
};
|
|
fr.prototype.commaEveryDay = function () {
|
|
return ", tous les jours";
|
|
};
|
|
fr.prototype.commaEveryX0DaysOfTheWeek = function () {
|
|
return ", tous les %s jours de la semaine";
|
|
};
|
|
fr.prototype.commaX0ThroughX1 = function () {
|
|
return ", de %s à %s";
|
|
};
|
|
fr.prototype.commaAndX0ThroughX1 = function () {
|
|
return ", et de %s à %s";
|
|
};
|
|
fr.prototype.first = function () {
|
|
return "premier";
|
|
};
|
|
fr.prototype.second = function () {
|
|
return "second";
|
|
};
|
|
fr.prototype.third = function () {
|
|
return "troisième";
|
|
};
|
|
fr.prototype.fourth = function () {
|
|
return "quatrième";
|
|
};
|
|
fr.prototype.fifth = function () {
|
|
return "cinquième";
|
|
};
|
|
fr.prototype.commaOnThe = function () {
|
|
return ", le ";
|
|
};
|
|
fr.prototype.spaceX0OfTheMonth = function () {
|
|
return " %s du mois";
|
|
};
|
|
fr.prototype.lastDay = function () {
|
|
return "le dernier jour";
|
|
};
|
|
fr.prototype.commaOnTheLastX0OfTheMonth = function () {
|
|
return ", le dernier %s du mois";
|
|
};
|
|
fr.prototype.commaOnlyOnX0 = function () {
|
|
return ", uniquement le %s";
|
|
};
|
|
fr.prototype.commaAndOnX0 = function () {
|
|
return ", et %s";
|
|
};
|
|
fr.prototype.commaEveryX0Months = function () {
|
|
return ", tous les %s mois";
|
|
};
|
|
fr.prototype.commaOnlyInX0 = function () {
|
|
return ", uniquement en %s";
|
|
};
|
|
fr.prototype.commaOnTheLastDayOfTheMonth = function () {
|
|
return ", le dernier jour du mois";
|
|
};
|
|
fr.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
|
|
return ", le dernier jour ouvrable du mois";
|
|
};
|
|
fr.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
|
|
return ", %s jours avant le dernier jour du mois";
|
|
};
|
|
fr.prototype.firstWeekday = function () {
|
|
return "premier jour ouvrable";
|
|
};
|
|
fr.prototype.weekdayNearestDayX0 = function () {
|
|
return "jour ouvrable le plus proche du %s";
|
|
};
|
|
fr.prototype.commaOnTheX0OfTheMonth = function () {
|
|
return ", le %s du mois";
|
|
};
|
|
fr.prototype.commaEveryX0Days = function () {
|
|
return ", tous les %s jours";
|
|
};
|
|
fr.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
|
|
return ", du %s au %s du mois";
|
|
};
|
|
fr.prototype.commaOnDayX0OfTheMonth = function () {
|
|
return ", le %s du mois";
|
|
};
|
|
fr.prototype.commaEveryHour = function () {
|
|
return ", chaque heure";
|
|
};
|
|
fr.prototype.commaEveryX0Years = function () {
|
|
return ", tous les %s ans";
|
|
};
|
|
fr.prototype.commaDaysX0ThroughX1 = function () {
|
|
return ", du %s au %s";
|
|
};
|
|
fr.prototype.commaStartingX0 = function () {
|
|
return ", à partir de %s";
|
|
};
|
|
fr.prototype.daysOfTheWeek = function () {
|
|
return ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"];
|
|
};
|
|
fr.prototype.monthsOfTheYear = function () {
|
|
return [
|
|
"janvier",
|
|
"février",
|
|
"mars",
|
|
"avril",
|
|
"mai",
|
|
"juin",
|
|
"juillet",
|
|
"août",
|
|
"septembre",
|
|
"octobre",
|
|
"novembre",
|
|
"décembre",
|
|
];
|
|
};
|
|
fr.prototype.onTheHour = function () {
|
|
return "à l'heure pile";
|
|
};
|
|
return fr;
|
|
}());
|
|
fr_exports.fr = fr;
|
|
|
|
|
|
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["fr"] = new fr();
|
|
|
|
/******/ return __webpack_exports__;
|
|
/******/ })()
|
|
;
|
|
}); |