{"version":3,"sources":["Shared/Static/localization/moment_locales/fr.js"],"names":["global","factory","exports","module","require","define","amd","moment","this","defineLocale","months","split","monthsShort","weekdays","weekdaysShort","weekdaysMin","longDateFormat","LT","LTS","L","LL","LLL","LLLL","calendar","sameDay","nextDay","nextWeek","lastDay","lastWeek","sameElse","relativeTime","future","past","s","m","mm","h","hh","d","dd","M","MM","y","yy","ordinalParse","ordinal","number","week","dow","doy"],"mappings":"CAIC,SAAUA,EAAQC,GACG,iBAAZC,SAA0C,oBAAXC,OAAyBF,EAAQG,QAAQ,cAC7D,mBAAXC,QAAyBA,OAAOC,IAAMD,QAAQ,UAAWJ,GAChEA,EAAQD,EAAOO,QAHlB,CAIEC,KAAM,SAAUD,GAAU,aAkDxB,OA/CSA,EAAOE,aAAa,MACzBC,OAAS,uFAAuFC,MAAM,KACtGC,YAAc,iEAAiED,MAAM,KACrFE,SAAW,sDAAsDF,MAAM,KACvEG,cAAgB,qCAAqCH,MAAM,KAC3DI,YAAc,uBAAuBJ,MAAM,KAC3CK,gBACIC,GAAK,QACLC,IAAM,WACNC,EAAI,aACJC,GAAK,cACLC,IAAM,oBACNC,KAAO,0BAEXC,UACIC,QAAS,qBACTC,QAAS,gBACTC,SAAU,cACVC,QAAS,cACTC,SAAU,sBACVC,SAAU,KAEdC,cACIC,OAAS,UACTC,KAAO,YACPC,EAAI,oBACJC,EAAI,aACJC,GAAK,aACLC,EAAI,YACJC,GAAK,YACLC,EAAI,UACJC,GAAK,WACLC,EAAI,UACJC,GAAK,UACLC,EAAI,QACJC,GAAK,UAETC,aAAc,eACdC,QAAU,SAAUC,GAChB,OAAOA,GAAqB,IAAXA,EAAe,KAAO,KAE3CC,MACIC,IAAM,EACNC,IAAM","file":"fr.js","sourcesContent":["//! moment.js locale configuration\r\n//! locale : french (fr)\r\n//! author : John Fischer : https://github.com/jfroffice\r\n\r\n(function (global, factory) {\r\n typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('../moment')) :\r\n typeof define === 'function' && define.amd ? define(['moment'], factory) :\r\n factory(global.moment)\r\n}(this, function (moment) { 'use strict';\r\n\r\n\r\n var fr = moment.defineLocale('fr', {\r\n months : 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),\r\n monthsShort : 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),\r\n weekdays : 'dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi'.split('_'),\r\n weekdaysShort : 'dim._lun._mar._mer._jeu._ven._sam.'.split('_'),\r\n weekdaysMin : 'Di_Lu_Ma_Me_Je_Ve_Sa'.split('_'),\r\n longDateFormat : {\r\n LT : 'HH:mm',\r\n LTS : 'HH:mm:ss',\r\n L : 'DD/MM/YYYY',\r\n LL : 'D MMMM YYYY',\r\n LLL : 'D MMMM YYYY HH:mm',\r\n LLLL : 'dddd D MMMM YYYY HH:mm'\r\n },\r\n calendar : {\r\n sameDay: '[Aujourd\\'hui à] LT',\r\n nextDay: '[Demain à] LT',\r\n nextWeek: 'dddd [à] LT',\r\n lastDay: '[Hier à] LT',\r\n lastWeek: 'dddd [dernier à] LT',\r\n sameElse: 'L'\r\n },\r\n relativeTime : {\r\n future : 'dans %s',\r\n past : 'il y a %s',\r\n s : 'quelques secondes',\r\n m : 'une minute',\r\n mm : '%d minutes',\r\n h : 'une heure',\r\n hh : '%d heures',\r\n d : 'un jour',\r\n dd : '%d jours',\r\n M : 'un mois',\r\n MM : '%d mois',\r\n y : 'un an',\r\n yy : '%d ans'\r\n },\r\n ordinalParse: /\\d{1,2}(er|)/,\r\n ordinal : function (number) {\r\n return number + (number === 1 ? 'er' : '');\r\n },\r\n week : {\r\n dow : 1, // Monday is the first day of the week.\r\n doy : 4 // The week that contains Jan 4th is the first week of the year.\r\n }\r\n });\r\n\r\n return fr;\r\n\r\n}));"]}