Edit D:\xinhaisoft\crisis_new\api\node_modules\moment\src\locale\tr.js
//! moment.js locale configuration //! locale : Turkish [tr] //! authors : Erhan Gundogan : https://github.com/erhangundogan, //! Burak Yi?it Kaya: https://github.com/BYK import moment from '../moment'; 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?", }; export default moment.defineLocale('tr', { months: 'Ocak_?ubat_Mart_Nisan_May?s_Haziran_Temmuz_A?ustos_Eyl?l_Ekim_Kas?m_Aral?k'.split( '_' ), monthsShort: 'Oca_?ub_Mar_Nis_May_Haz_Tem_A?u_Eyl_Eki_Kas_Ara'.split('_'), weekdays: 'Pazar_Pazartesi_Sal?_?ar?amba_Per?embe_Cuma_Cumartesi'.split( '_' ), weekdaysShort: 'Paz_Pts_Sal_?ar_Per_Cum_Cts'.split('_'), weekdaysMin: 'Pz_Pt_Sa_?a_Pe_Cu_Ct'.split('_'), meridiem: function (hours, minutes, isLower) { if (hours < 12) { return isLower ? '??' : '??'; } else { return isLower ? '?s' : '?S'; } }, meridiemParse: /??|??|?s|?S/, isPM: function (input) { return input === '?s' || input === '?S'; }, 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: '[yar?n saat] LT', nextWeek: '[gelecek] dddd [saat] LT', lastDay: '[d?n] LT', lastWeek: '[ge?en] dddd [saat] LT', sameElse: 'L', }, relativeTime: { future: '%s sonra', past: '%s ?nce', s: 'birka? saniye', ss: '%d saniye', m: 'bir dakika', mm: '%d dakika', h: 'bir saat', hh: '%d saat', d: 'bir g?n', dd: '%d g?n', w: 'bir hafta', ww: '%d hafta', M: 'bir ay', MM: '%d ay', y: 'bir y?l', yy: '%d y?l', }, ordinal: function (number, period) { switch (period) { case 'd': case 'D': case 'Do': case 'DD': return number; default: 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. }, });
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de