Files
ArchiveCostWebapp/logic/node-red-data/node_modules/cronstrue/locales/tr.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

283 lines
9.2 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/tr", ["cronstrue"], factory);
else if(typeof exports === 'object')
exports["locales/tr"] = factory(require("cronstrue"));
else
root["locales/tr"] = 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 tr_exports = __webpack_exports__;
"use strict";
Object.defineProperty(tr_exports, "__esModule", { value: true });
tr_exports.tr = void 0;
var tr = (function () {
function tr() {
}
tr.prototype.atX0SecondsPastTheMinuteGt20 = function () {
return null;
};
tr.prototype.atX0MinutesPastTheHourGt20 = function () {
return null;
};
tr.prototype.commaMonthX0ThroughMonthX1 = function () {
return null;
};
tr.prototype.commaYearX0ThroughYearX1 = function () {
return null;
};
tr.prototype.use24HourTimeFormatByDefault = function () {
return true;
};
tr.prototype.everyMinute = function () {
return "her dakika";
};
tr.prototype.everyHour = function () {
return "her saat";
};
tr.prototype.anErrorOccuredWhenGeneratingTheExpressionD = function () {
return "İfade açıklamasını oluştururken bir hata oluştu. Cron ifadesini gözden geçirin.";
};
tr.prototype.atSpace = function () {
return "Saat ";
};
tr.prototype.everyMinuteBetweenX0AndX1 = function () {
return "Saat %s ve %s arasındaki her dakika";
};
tr.prototype.at = function () {
return "Saat";
};
tr.prototype.spaceAnd = function () {
return " ve";
};
tr.prototype.everySecond = function () {
return "her saniye";
};
tr.prototype.everyX0Seconds = function () {
return "her %s saniyede bir";
};
tr.prototype.secondsX0ThroughX1PastTheMinute = function () {
return "dakikaların %s. ve %s. saniyeleri arası";
};
tr.prototype.atX0SecondsPastTheMinute = function () {
return "dakikaların %s. saniyesinde";
};
tr.prototype.everyX0Minutes = function () {
return "her %s dakikada bir";
};
tr.prototype.minutesX0ThroughX1PastTheHour = function () {
return "saatlerin %s. ve %s. dakikaları arası";
};
tr.prototype.atX0MinutesPastTheHour = function () {
return "saatlerin %s. dakikasında";
};
tr.prototype.everyX0Hours = function () {
return "her %s saatte";
};
tr.prototype.betweenX0AndX1 = function () {
return "%s ile %s arasında";
};
tr.prototype.atX0 = function () {
return "saat %s";
};
tr.prototype.commaEveryDay = function () {
return ", her gün";
};
tr.prototype.commaEveryX0DaysOfTheWeek = function () {
return ", ayın her %s günü";
};
tr.prototype.commaX0ThroughX1 = function () {
return ", %s ile %s arasında";
};
tr.prototype.commaAndX0ThroughX1 = function () {
return ", ve %s ile %s arasında";
};
tr.prototype.first = function () {
return "ilk";
};
tr.prototype.second = function () {
return "ikinci";
};
tr.prototype.third = function () {
return "üçüncü";
};
tr.prototype.fourth = function () {
return "dördüncü";
};
tr.prototype.fifth = function () {
return "beşinci";
};
tr.prototype.commaOnThe = function () {
return ", ayın ";
};
tr.prototype.spaceX0OfTheMonth = function () {
return " %s günü";
};
tr.prototype.lastDay = function () {
return "son gün";
};
tr.prototype.commaOnTheLastX0OfTheMonth = function () {
return ", ayın son %s günü";
};
tr.prototype.commaOnlyOnX0 = function () {
return ", sadece %s günü";
};
tr.prototype.commaAndOnX0 = function () {
return ", ve %s";
};
tr.prototype.commaEveryX0Months = function () {
return ", %s ayda bir";
};
tr.prototype.commaOnlyInX0 = function () {
return ", sadece %s için";
};
tr.prototype.commaOnTheLastDayOfTheMonth = function () {
return ", ayın son günü";
};
tr.prototype.commaOnTheLastWeekdayOfTheMonth = function () {
return ", ayın son iş günü";
};
tr.prototype.commaDaysBeforeTheLastDayOfTheMonth = function () {
return ", %s ayın son gününden önceki günler";
};
tr.prototype.firstWeekday = function () {
return "ilk iş günü";
};
tr.prototype.weekdayNearestDayX0 = function () {
return "%s. günü sonrasındaki ilk iş günü";
};
tr.prototype.commaOnTheX0OfTheMonth = function () {
return ", ayın %s";
};
tr.prototype.commaEveryX0Days = function () {
return ", %s günde bir";
};
tr.prototype.commaBetweenDayX0AndX1OfTheMonth = function () {
return ", ayın %s. ve %s. günleri arası";
};
tr.prototype.commaOnDayX0OfTheMonth = function () {
return ", ayın %s. günü";
};
tr.prototype.commaEveryX0Years = function () {
return ", %s yılda bir";
};
tr.prototype.commaStartingX0 = function () {
return ", başlangıç %s";
};
tr.prototype.daysOfTheWeek = function () {
return ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi"];
};
tr.prototype.monthsOfTheYear = function () {
return [
"Ocak",
"Şubat",
"Mart",
"Nisan",
"Mayıs",
"Haziran",
"Temmuz",
"Ağustos",
"Eylül",
"Ekim",
"Kasım",
"Aralık",
];
};
tr.prototype.onTheHour = function () {
return "saatin başında";
};
return tr;
}());
tr_exports.tr = tr;
(cronstrue__WEBPACK_IMPORTED_MODULE_0___default().locales)["tr"] = new tr();
/******/ return __webpack_exports__;
/******/ })()
;
});