˙Ř˙ŕ JFIF ˙Ű ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/netphim/layout/adminlte320rc/plugins/moment/locale/ |
//! moment.js locale configuration //! locale : Burmese [my] //! author : Squar team, mysquar.com //! author : David Rossellat : https://github.com/gholadr //! author : Tin Aung Lin : https://github.com/thanyawzinmin ;(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 symbolMap = { 1: 'á', 2: 'á', 3: 'á', 4: 'á', 5: 'á ', 6: 'á', 7: 'á', 8: 'á', 9: 'á', 0: 'á', }, numberMap = { 'á': '1', 'á': '2', 'á': '3', 'á': '4', 'á ': '5', 'á': '6', 'á': '7', 'á': '8', 'á': '9', 'á': '0', }; var my = moment.defineLocale('my', { months: 'áááşáááŤááŽ_ááąááąáŹáşááŤááŽ_áááş_á§ááźáŽ_ááą_áá˝ááş_áá°áááŻááş_ááźááŻááş_á ááşáááşááŹ_áĄáąáŹááşáááŻááŹ_áááŻáááşááŹ_ááŽáááşááŹ'.split( '_' ), monthsShort: 'áááş_ááą_áááş_ááźáŽ_ááą_áá˝ááş_áááŻááş_ááź_á ááş_áĄáąáŹááş_áááŻ_ááŽ'.split('_'), weekdays: 'ááááşášááá˝áą_ááááşášááŹ_áĄááşášááŤ_ááŻáášááá°á¸_ááźáŹááááąá¸_ááąáŹááźáŹ_á ááą'.split( '_' ), weekdaysShort: 'áá˝áą_ááŹ_ááŤ_áá°á¸_ááźáŹ_ááąáŹ_ááą'.split('_'), weekdaysMin: 'áá˝áą_ááŹ_ááŤ_áá°á¸_ááźáŹ_ááąáŹ_ááą'.split('_'), 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: '[áááą.] LT [áážáŹ]', nextDay: '[ááááşááźááş] LT [áážáŹ]', nextWeek: 'dddd LT [áážáŹ]', lastDay: '[áááą.á] LT [áážáŹ]', lastWeek: '[ááźáŽá¸áá˛áˇááąáŹ] dddd LT [áážáŹ]', sameElse: 'L', }, relativeTime: { future: 'ááŹáááşáˇ %s áážáŹ', past: 'áá˝ááşáá˛áˇááąáŹ %s á', s: 'á áášáááş.áĄáááşá¸áááş', ss: '%d á áášáááˇáş', m: 'áá áşáááá áş', mm: '%d áááá áş', h: 'áá áşááŹááŽ', hh: '%d ááŹááŽ', d: 'áá áşáááş', dd: '%d áááş', M: 'áá áşá', MM: '%d á', y: 'áá áşáážá áş', yy: '%d áážá áş', }, preparse: function (string) { return string.replace(/[ááááá ááááá]/g, function (match) { return numberMap[match]; }); }, postformat: function (string) { return string.replace(/\d/g, function (match) { return symbolMap[match]; }); }, week: { dow: 1, // Monday is the first day of the week. doy: 4, // The week that contains Jan 4th is the first week of the year. }, }); return my; })));