˙Ř˙ŕ 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 : Faroese [fo] //! author : Ragnar Johannesen : https://github.com/ragnar123 //! author : Kristian Sakarisson : https://github.com/sakarisson ;(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 fo = moment.defineLocale('fo', { months: 'januar_februar_mars_aprĂl_mai_juni_juli_august_september_oktober_november_desember'.split( '_' ), monthsShort: 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'), weekdays: 'sunnudagur_mánadagur_tĂ˝sdagur_mikudagur_hĂłsdagur_frĂggjadagur_leygardagur'.split( '_' ), weekdaysShort: 'sun_mán_tĂ˝s_mik_hĂłs_frĂ_ley'.split('_'), weekdaysMin: 'su_má_tĂ˝_mi_hĂł_fr_le'.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: '[ĂŤ dag kl.] LT', nextDay: '[ĂŤ morgin kl.] LT', nextWeek: 'dddd [kl.] LT', lastDay: '[ĂŤ gjár kl.] LT', lastWeek: '[sĂĂ°stu] dddd [kl] LT', sameElse: 'L', }, relativeTime: { future: 'um %s', past: '%s sĂĂ°ani', s: 'fá sekund', ss: '%d sekundir', m: 'ein minuttur', mm: '%d minuttir', h: 'ein tĂmi', hh: '%d tĂmar', d: 'ein dagur', dd: '%d dagar', M: 'ein mánaĂ°ur', MM: '%d mánaĂ°ir', y: 'eitt ár', yy: '%d ár', }, dayOfMonthOrdinalParse: /\d{1,2}\./, ordinal: '%d.', 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 fo; })));