You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
2.1 KiB
60 lines
2.1 KiB
!(function (e, _) {
|
|
if ('object' == typeof exports && 'undefined' != typeof module) {
|
|
module.exports = _(require('dayjs'));
|
|
} else {
|
|
if ('function' == typeof define && define.amd) {
|
|
define(['dayjs'], _);
|
|
} else {
|
|
(e = 'undefined' != typeof globalThis ? globalThis : e || self).dayjs_locale_am = _(e.dayjs);
|
|
}
|
|
}
|
|
})(this, function (e) {
|
|
'use strict';
|
|
|
|
function _(e) {
|
|
return e && 'object' == typeof e && 'default' in e
|
|
? e
|
|
: {
|
|
default: e
|
|
};
|
|
}
|
|
var t = _(e);
|
|
var d = {
|
|
name: 'am',
|
|
weekdays: 'እሑድ_ሰኞ_ማክሰኞ_ረቡዕ_ሐሙስ_አርብ_ቅዳሜ'.split('_'),
|
|
weekdaysShort: 'እሑድ_ሰኞ_ማክሰ_ረቡዕ_ሐሙስ_አርብ_ቅዳሜ'.split('_'),
|
|
weekdaysMin: 'እሑ_ሰኞ_ማክ_ረቡ_ሐሙ_አር_ቅዳ'.split('_'),
|
|
months: 'ጃንዋሪ_ፌብሯሪ_ማርች_ኤፕሪል_ሜይ_ጁን_ጁላይ_ኦገስት_ሴፕቴምበር_ኦክቶበር_ኖቬምበር_ዲሴምበር'.split('_'),
|
|
monthsShort: 'ጃንዋ_ፌብሯ_ማርች_ኤፕሪ_ሜይ_ጁን_ጁላይ_ኦገስ_ሴፕቴ_ኦክቶ_ኖቬም_ዲሴም'.split('_'),
|
|
weekStart: 1,
|
|
yearStart: 4,
|
|
relativeTime: {
|
|
future: 'በ%s',
|
|
past: '%s በፊት',
|
|
s: 'ጥቂት ሰከንዶች',
|
|
m: 'አንድ ደቂቃ',
|
|
mm: '%d ደቂቃዎች',
|
|
h: 'አንድ ሰዓት',
|
|
hh: '%d ሰዓታት',
|
|
d: 'አንድ ቀን',
|
|
dd: '%d ቀናት',
|
|
M: 'አንድ ወር',
|
|
MM: '%d ወራት',
|
|
y: 'አንድ ዓመት',
|
|
yy: '%d ዓመታት'
|
|
},
|
|
formats: {
|
|
LT: 'HH:mm',
|
|
LTS: 'HH:mm:ss',
|
|
L: 'DD/MM/YYYY',
|
|
LL: 'MMMM D ፣ YYYY',
|
|
LLL: 'MMMM D ፣ YYYY HH:mm',
|
|
LLLL: 'dddd ፣ MMMM D ፣ YYYY HH:mm'
|
|
},
|
|
ordinal: function (e) {
|
|
return e + 'ኛ';
|
|
}
|
|
};
|
|
t.default.locale(d, null, true);
|
|
return d;
|
|
});
|
|
|