Upload files to "resources/css/customcss/locales/dayjs"

This commit is contained in:
Admin 2025-05-16 11:56:56 -07:00
parent 2b0d147dca
commit a93289de66
2 changed files with 148 additions and 0 deletions

View File

@ -0,0 +1,58 @@
(self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([[1942],{
/***/ 9159:
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
!function (e, a) {
true ? module.exports = a(__webpack_require__(2028)) : 0;
}(this, function (e) {
"use strict";
function a(e) {
return e && "object" == typeof e && "default" in e ? e : {
default: e
};
}
var n = a(e),
t = {
name: "se",
weekdays: "sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),
months: "ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),
weekStart: 1,
weekdaysShort: "sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),
monthsShort: "ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),
weekdaysMin: "s_v_m_g_d_b_L".split("_"),
ordinal: function (e) {
return e;
},
formats: {
LT: "HH:mm",
LTS: "HH:mm:ss",
L: "DD.MM.YYYY",
LL: "MMMM D. [b.] YYYY",
LLL: "MMMM D. [b.] YYYY [ti.] HH:mm",
LLLL: "dddd, MMMM D. [b.] YYYY [ti.] HH:mm"
},
relativeTime: {
future: "%s geažes",
past: "maŋit %s",
s: "moadde sekunddat",
m: "okta minuhta",
mm: "%d minuhtat",
h: "okta diimmu",
hh: "%d diimmut",
d: "okta beaivi",
dd: "%d beaivvit",
M: "okta mánnu",
MM: "%d mánut",
y: "okta jahki",
yy: "%d jagit"
}
};
return n.default.locale(t, null, !0), t;
});
/***/ })
}]);
//# sourceMappingURL=se-js.js.map

View File

@ -0,0 +1,90 @@
(self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([[6783],{
/***/ 6145:
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
!function (e, t) {
true ? module.exports = t(__webpack_require__(2028)) : 0;
}(this, function (e) {
"use strict";
function t(e) {
return e && "object" == typeof e && "default" in e ? e : {
default: e
};
}
var n = t(e);
function r(e) {
return e > 1 && e < 5 && 1 != ~~(e / 10);
}
function o(e, t, n, o) {
var a = e + " ";
switch (n) {
case "s":
return t || o ? "pár sekúnd" : "pár sekundami";
case "m":
return t ? "minúta" : o ? "minútu" : "minútou";
case "mm":
return t || o ? a + (r(e) ? "minúty" : "minút") : a + "minútami";
case "h":
return t ? "hodina" : o ? "hodinu" : "hodinou";
case "hh":
return t || o ? a + (r(e) ? "hodiny" : "hodín") : a + "hodinami";
case "d":
return t || o ? "deň" : "dňom";
case "dd":
return t || o ? a + (r(e) ? "dni" : "dní") : a + "dňami";
case "M":
return t || o ? "mesiac" : "mesiacom";
case "MM":
return t || o ? a + (r(e) ? "mesiace" : "mesiacov") : a + "mesiacmi";
case "y":
return t || o ? "rok" : "rokom";
case "yy":
return t || o ? a + (r(e) ? "roky" : "rokov") : a + "rokmi";
}
}
var a = {
name: "sk",
weekdays: "nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),
weekdaysShort: "ne_po_ut_st_št_pi_so".split("_"),
weekdaysMin: "ne_po_ut_st_št_pi_so".split("_"),
months: "január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),
monthsShort: "jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_"),
weekStart: 1,
yearStart: 4,
ordinal: function (e) {
return e + ".";
},
formats: {
LT: "H:mm",
LTS: "H:mm:ss",
L: "DD.MM.YYYY",
LL: "D. MMMM YYYY",
LLL: "D. MMMM YYYY H:mm",
LLLL: "dddd D. MMMM YYYY H:mm",
l: "D. M. YYYY"
},
relativeTime: {
future: "za %s",
past: "pred %s",
s: o,
m: o,
mm: o,
h: o,
hh: o,
d: o,
dd: o,
M: o,
MM: o,
y: o,
yy: o
}
};
return n.default.locale(a, null, !0), a;
});
/***/ })
}]);
//# sourceMappingURL=sk-js.js.map