Edit D:\xinhaisoft\crisis_new\api\node_modules\moment\locale\az.js
//! moment.js locale configuration //! locale : Azerbaijani [az] //! author : topchiyev : https://github.com/topchiyev ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['../moment'], factory) : factory(global.moment) }(this, (function (moment) { 'use strict'; //! moment.js locale configuration var suffixes = { 1: '-inci', 5: '-inci', 8: '-inci', 70: '-inci', 80: '-inci', 2: '-nci', 7: '-nci', 20: '-nci', 50: '-nci', 3: '-?nc?', 4: '-?nc?', 100: '-?nc?', 6: '-nc?', 9: '-uncu', 10: '-uncu', 30: '-uncu', 60: '-?nc?', 90: '-?nc?', }; var az = moment.defineLocale('az', { months: 'yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr'.split( '_' ), monthsShort: 'yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek'.split('_'), weekdays: 'Bazar_Bazar ert?si_??r??nb? ax?am?_??r??nb?_C?m? ax?am?_C?m?_??nb?'.split( '_' ), weekdaysShort: 'Baz_BzE_?Ax_??r_CAx_C?m_??n'.split('_'), weekdaysMin: 'Bz_BE_?A_??_CA_C?_??'.split('_'), weekdaysParseExact: true, longDateFormat: { LT: 'HH:mm', LTS: 'HH:mm:ss', L: 'DD.MM.YYYY', LL: 'D MMMM YYYY', LLL: 'D MMMM YYYY HH:mm', LLLL: 'dddd, D MMMM YYYY HH:mm', }, calendar: { sameDay: '[bug?n saat] LT', nextDay: '[sabah saat] LT', nextWeek: '[g?l?n h?ft?] dddd [saat] LT', lastDay: '[d?n?n] LT', lastWeek: '[ke??n h?ft?] dddd [saat] LT', sameElse: 'L', }, relativeTime: { future: '%s sonra', past: '%s ?vv?l', s: 'bir ne?? saniy?', ss: '%d saniy?', m: 'bir d?qiq?', mm: '%d d?qiq?', h: 'bir saat', hh: '%d saat', d: 'bir g?n', dd: '%d g?n', M: 'bir ay', MM: '%d ay', y: 'bir il', yy: '%d il', }, meridiemParse: /gec?|s?h?r|g?nd?z|ax?am/, isPM: function (input) { return /^(g?nd?z|ax?am)$/.test(input); }, meridiem: function (hour, minute, isLower) { if (hour < 4) { return 'gec?'; } else if (hour < 12) { return 's?h?r'; } else if (hour < 17) { return 'g?nd?z'; } else { return 'ax?am'; } }, dayOfMonthOrdinalParse: /\d{1,2}-(?nc?|inci|nci|?nc?|nc?|uncu)/, ordinal: function (number) { if (number === 0) { // special case for zero return number + '-?nc?'; } var a = number % 10, b = (number % 100) - a, c = number >= 100 ? 100 : null; return number + (suffixes[a] || suffixes[b] || suffixes[c]); }, week: { dow: 1, // Monday is the first day of the week. doy: 7, // The week that contains Jan 7th is the first week of the year. }, }); return az; })));
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de