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/he-js.js

94 lines
2.4 KiB
JavaScript
Raw Normal View History

2022-05-05 23:06:17 +02:00
(self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([[9372],{
2022-12-17 22:08:36 +01:00
/***/ 4092:
2022-05-05 23:06:17 +02:00
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
!function (Y, M) {
2022-12-17 22:08:36 +01:00
true ? module.exports = M(__webpack_require__(7076)) : 0;
2022-05-05 23:06:17 +02:00
}(this, function (Y) {
"use strict";
function M(Y) {
return Y && "object" == typeof Y && "default" in Y ? Y : {
default: Y
};
}
var d = M(Y),
2022-12-17 22:08:36 +01:00
e = {
s: "מספר שניות",
ss: "%d שניות",
m: "דקה",
mm: "%d דקות",
h: "שעה",
hh: "%d שעות",
hh2: "שעתיים",
d: "יום",
dd: "%d ימים",
dd2: "יומיים",
M: "חודש",
MM: "%d חודשים",
MM2: "חודשיים",
y: "שנה",
yy: "%d שנים",
yy2: "שנתיים"
};
2022-05-05 23:06:17 +02:00
function _(Y, M, d) {
return (e[d + (2 === Y ? "2" : "")] || e[d]).replace("%d", Y);
}
var l = {
name: "he",
weekdays: "ראשון_שני_שלישי_רביעי_חמישיישי_שבת".split("_"),
weekdaysShort: ׳׳׳׳׳_ו׳׳".split("_"),
weekdaysMin: ׳׳׳׳׳_ו׳".split("_"),
months: "ינואר_פברואר_מרץ_אפריל_מאי_יוני_יוליוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),
monthsShort: "ינו_פבר_מרץ_אפר_מאי_יונ_יול_אוג_ספטוק_נוב_דצמ".split("_"),
relativeTime: {
future: "בעוד %s",
past: "לפני %s",
s: _,
m: _,
mm: _,
h: _,
hh: _,
d: _,
dd: _,
M: _,
MM: _,
y: _,
yy: _
},
ordinal: function (Y) {
return Y;
},
format: {
LT: "HH:mm",
LTS: "HH:mm:ss",
L: "DD/MM/YYYY",
LL: "D [ב]MMMM YYYY",
LLL: "D [ב]MMMM YYYY HH:mm",
LLLL: "dddd, D [ב]MMMM YYYY HH:mm",
l: "D/M/YYYY",
ll: "D MMM YYYY",
lll: "D MMM YYYY HH:mm",
llll: "ddd, D MMM YYYY HH:mm"
},
formats: {
LT: "HH:mm",
LTS: "HH:mm:ss",
L: "DD/MM/YYYY",
LL: "D [ב]MMMM YYYY",
LLL: "D [ב]MMMM YYYY HH:mm",
LLLL: "dddd, D [ב]MMMM YYYY HH:mm",
l: "D/M/YYYY",
ll: "D MMM YYYY",
lll: "D MMM YYYY HH:mm",
llll: "ddd, D MMM YYYY HH:mm"
}
};
return d.default.locale(l, null, !0), l;
});
/***/ })
}]);
2021-11-11 22:06:49 +01:00
//# sourceMappingURL=he-js.js.map