Edit D:\xinhaisoft\crisis_new\api\node_modules\moment\src\locale\ar-dz.js
//! moment.js locale configuration //! locale : Arabic (Algeria) [ar-dz] //! author : Amine Roukh: https://github.com/Amine27 //! author : Abdel Said: https://github.com/abdelsaid //! author : Ahmed Elkhatib //! author : forabi https://github.com/forabi //! author : Noureddine LOUAHEDJ : https://github.com/noureddinem import moment from '../moment'; var pluralForm = function (n) { return n === 0 ? 0 : n === 1 ? 1 : n === 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5; }, plurals = { s: [ '??? ?? ?????', '????? ?????', ['???????', '???????'], '%d ????', '%d ?????', '%d ?????', ], m: [ '??? ?? ?????', '????? ?????', ['???????', '???????'], '%d ?????', '%d ?????', '%d ?????', ], h: [ '??? ?? ????', '???? ?????', ['??????', '??????'], '%d ?????', '%d ????', '%d ????', ], d: [ '??? ?? ???', '??? ????', ['?????', '?????'], '%d ????', '%d ?????', '%d ???', ], M: [ '??? ?? ???', '??? ????', ['?????', '?????'], '%d ????', '%d ????', '%d ???', ], y: [ '??? ?? ???', '??? ????', ['?????', '?????'], '%d ?????', '%d ?????', '%d ???', ], }, pluralize = function (u) { return function (number, withoutSuffix, string, isFuture) { var f = pluralForm(number), str = plurals[u][pluralForm(number)]; if (f === 2) { str = str[withoutSuffix ? 0 : 1]; } return str.replace(/%d/i, number); }; }, months = [ '?????', '?????', '????', '?????', '???', '????', '??????', '???', '??????', '??????', '??????', '??????', ]; export default moment.defineLocale('ar-dz', { months: months, monthsShort: months, weekdays: '?????_???????_????????_????????_??????_??????_?????'.split('_'), weekdaysShort: '???_?????_??????_??????_????_????_???'.split('_'), weekdaysMin: '?_?_?_?_?_?_?'.split('_'), weekdaysParseExact: true, longDateFormat: { LT: 'HH:mm', LTS: 'HH:mm:ss', L: 'D/\u200FM/\u200FYYYY', LL: 'D MMMM YYYY', LLL: 'D MMMM YYYY HH:mm', LLLL: 'dddd D MMMM YYYY HH:mm', }, meridiemParse: /?|?/, isPM: function (input) { return '?' === input; }, meridiem: function (hour, minute, isLower) { if (hour < 12) { return '?'; } else { return '?'; } }, calendar: { sameDay: '[????? ??? ??????] LT', nextDay: '[???? ??? ??????] LT', nextWeek: 'dddd [??? ??????] LT', lastDay: '[??? ??? ??????] LT', lastWeek: 'dddd [??? ??????] LT', sameElse: 'L', }, relativeTime: { future: '??? %s', past: '??? %s', s: pluralize('s'), ss: pluralize('s'), m: pluralize('m'), mm: pluralize('m'), h: pluralize('h'), hh: pluralize('h'), d: pluralize('d'), dd: pluralize('d'), M: pluralize('M'), MM: pluralize('M'), y: pluralize('y'), yy: pluralize('y'), }, postformat: function (string) { return string.replace(/,/g, '?'); }, week: { dow: 0, // Sunday is the first day of the week. doy: 4, // The week that contains Jan 4th is the first week of the year. }, });
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de