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
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([[99],{
/***/ 283:
/***/ (function(module, exports, __webpack_require__) {
!function (e, i) {
true ? module.exports = i(__webpack_require__(3)) : undefined;
}(this, function (e) {
"use strict";
e = e && e.hasOwnProperty("default") ? e.default : e;
var i = {
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 e.locale(i, null, !0), i;
});
/***/ })
}]);
//# sourceMappingURL=ro.js.map