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/ro-js.js
ericgaspar e9ad28b950
Fix
2022-05-05 23:06:17 +02:00

59 lines
No EOL
1.5 KiB
JavaScript

(self["webpackChunkconverse_js"] = self["webpackChunkconverse_js"] || []).push([[8022],{
/***/ 3041:
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
!function (e, i) {
true ? module.exports = i(__webpack_require__(8570)) : 0;
}(this, function (e) {
"use strict";
function i(e) {
return e && "object" == typeof e && "default" in e ? e : {
default: e
};
}
var t = i(e),
_ = {
name: "ro",
weekdays: "Duminică_Luni_Marți_Miercuri_Joi_Vineri_Sâmbătă".split("_"),
weekdaysShort: "Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),
weekdaysMin: "Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),
months: "Ianuarie_Februarie_Martie_Aprilie_Mai_Iunie_Iulie_August_Septembrie_Octombrie_Noiembrie_Decembrie".split("_"),
monthsShort: "Ian._Febr._Mart._Apr._Mai_Iun._Iul._Aug._Sept._Oct._Nov._Dec.".split("_"),
weekStart: 1,
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"
},
relativeTime: {
future: "peste %s",
past: "acum %s",
s: "câteva secunde",
m: "un minut",
mm: "%d minute",
h: "o oră",
hh: "%d ore",
d: "o zi",
dd: "%d zile",
M: "o lună",
MM: "%d luni",
y: "un an",
yy: "%d ani"
},
ordinal: function (e) {
return e;
}
};
return t.default.locale(_, null, !0), _;
});
/***/ })
}]);
//# sourceMappingURL=ro-js.js.map