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
ericgaspar 79a385385d
8.0.1
2021-11-11 22:06:49 +01:00

68 lines
No EOL
1.9 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.

(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[56],{
/***/ 240:
/***/ (function(module, exports, __webpack_require__) {
!function (Y, M) {
true ? module.exports = M(__webpack_require__(3)) : undefined;
}(this, function (Y) {
"use strict";
Y = Y && Y.hasOwnProperty("default") ? Y.default : Y;
var M = {
name: "he",
weekdays: "ראשון_שני_שלישי_רביעי_חמישיישי_שבת".split("_"),
weekdaysShort: ׳׳׳׳׳_ו׳׳".split("_"),
weekdaysMin: ׳׳׳׳׳_ו׳".split("_"),
months: "ינואר_פברואר_מרץ_אפריל_מאי_יוני_יוליוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),
monthsShort: "ינו_פבר_מרץ_אפר_מאי_יונ_יול_אוג_ספטוק_נוב_דצמ".split("_"),
relativeTime: {
future: "בעוד %s",
past: "לפני %s",
s: "כמה שניות",
m: "דקה",
mm: "%d דקות",
h: "שעה",
hh: "%d שעות",
d: "יום",
dd: "%d ימים",
M: "חודש",
MM: "%d חודשים",
y: "שנה",
yy: "%d שנים"
},
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 Y.locale(M, null, !0), M;
});
/***/ })
}]);
//# sourceMappingURL=he.js.map