1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/converse_ynh.git synced 2024-09-03 18:25:53 +02:00
converse_ynh/sources/dist/locales/dayjs/de-at.js
ericgaspar 79a385385d
8.0.1
2021-11-11 22:06:49 +01:00

53 lines
No EOL
1.4 KiB
JavaScript

(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[23],{
/***/ 206:
/***/ (function(module, exports, __webpack_require__) {
!function (e, n) {
true ? module.exports = n(__webpack_require__(3)) : undefined;
}(this, function (e) {
"use strict";
e = e && e.hasOwnProperty("default") ? e.default : e;
var n = {
name: "de-at",
weekdays: "Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),
weekdaysShort: "So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),
weekdaysMin: "So_Mo_Di_Mi_Do_Fr_Sa".split("_"),
months: "Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),
monthsShort: "Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),
ordinal: function (e) {
return e + ".";
},
weekStart: 1,
formats: {
LTS: "HH:mm:ss",
LT: "HH:mm",
L: "DD.MM.YYYY",
LL: "D. MMMM YYYY",
LLL: "D. MMMM YYYY HH:mm",
LLLL: "dddd, D. MMMM YYYY HH:mm"
},
relativeTime: {
future: "in %s",
past: "vor %s",
s: "ein paar Sekunden",
m: "einer Minute",
mm: "%d Minuten",
h: "einer Stunde",
hh: "%d Stunden",
d: "einem Tag",
dd: "%d Tagen",
M: "einem Monat",
MM: "%d Monaten",
y: "einem Jahr",
yy: "%d Jahren"
}
};
return e.locale(n, null, !0), n;
});
/***/ })
}]);
//# sourceMappingURL=de-at.js.map