timepiece/node_modules/date-fns/locale/fr-CH/cdn.js.map

1 line
28 KiB
Plaintext
Raw Normal View History

2024-05-14 14:54:12 +00:00
{"version":3,"file":"cdn.js","names":["_window$dateFns","__defProp","Object","defineProperty","__export","target","all","name","get","enumerable","configurable","set","newValue","formatDistanceLocale","lessThanXSeconds","one","other","xSeconds","halfAMinute","lessThanXMinutes","xMinutes","aboutXHours","xHours","xDays","aboutXWeeks","xWeeks","aboutXMonths","xMonths","aboutXYears","xYears","overXYears","almostXYears","formatDistance","token","count","options","result","form","replace","String","addSuffix","comparison","buildLocalizeFn","args","value","context","valuesArray","formattingValues","defaultWidth","defaultFormattingWidth","width","values","index","argumentCallback","eraValues","narrow","abbreviated","wide","quarterValues","monthValues","dayValues","short","dayPeriodValues","am","pm","midnight","noon","morning","afternoon","evening","night","ordinalNumber","dirtyNumber","number","Number","unit","feminineUnits","suffix","includes","LONG_MONTHS_TOKENS","localize","preprocessor","date","parts","getDate","hasLongMonthToken","some","part","isToken","map","era","quarter","month","day","dayPeriod","buildMatchFn","string","arguments","length","undefined","matchPattern","matchPatterns","defaultMatchWidth","matchResult","match","matchedString","parsePatterns","defaultParseWidth","key","Array","isArray","findIndex","pattern","test","findKey","valueCallback","rest","slice","object","predicate","prototype","hasOwnProperty","call","array","buildMatchPatternFn","parseResult","parsePattern","matchOrdinalNumberPattern","parseOrdinalNumberPattern","matchEraPatterns","parseEraPatterns","any","matchQuarterPatterns","parseQuarterPatterns","matchMonthPatterns","parseMonthPatterns","matchDayPatterns","parseDayPatterns","matchDayPeriodPatterns","parseDayPeriodPatterns","parseInt","buildFormatLongFn","format","formats","dateFormats","full","long","medium","timeFormats","dateTimeFormats","formatLong","time","dateTime","formatRelativeLocale","lastWeek","yesterday","today","tomorrow","nextWeek","formatRelative","_date","_baseDate","_options","frCH","code","weekStartsOn","firstWeekContainsDate","window","dateFns","_objectSpread","locale"],"sources":["cdn.js"],"sourcesContent":["(() => { var __defProp = Object.defineProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, {\n get: all[name],\n enumerable: true,\n configurable: true,\n set: (newValue) => all[name] = () => newValue\n });\n};\n\n// lib/locale/fr/_lib/formatDistance.mjs\nvar formatDistanceLocale = {\n lessThanXSeconds: {\n one: \"moins d\\u2019une seconde\",\n other: \"moins de {{count}} secondes\"\n },\n xSeconds: {\n one: \"1 seconde\",\n other: \"{{count}} secondes\"\n },\n halfAMinute: \"30 secondes\",\n lessThanXMinutes: {\n one: \"moins d\\u2019une minute\",\n other: \"moins de {{count}} minutes\"\n },\n xMinutes: {\n one: \"1 minute\",\n other: \"{{count}} minutes\"\n },\n aboutXHours: {\n one: \"environ 1 heure\",\n other: \"environ {{count}} heures\"\n },\n xHours: {\n one: \"1 heure\",\n other: \"{{count}} heures\"\n },\n xDays: {\n one: \"1 jour\",\n other: \"{{count}} jours\"\n },\n aboutXWeeks: {\n one: \"environ 1 semaine\",\n other: \"environ {{count}} semaines\"\n },\n xWeeks: {\n one: \"1 semaine\",\n other: \"{{count}} semaines\"\n },\n aboutXMonths: {\n one: \"environ 1 mois\",\n other: \"environ {{count}} mois\"\n },\n xMonths: {\n one: \"1 mois\",\n other: \"{{count}} mois\"\n },\n aboutXYears: {\n one: \"environ 1 an\",\n other: \"environ {{count}} ans\"\n },\n xYears: {\n one: \"1 an\",\n other: \"{{count}} ans\"\n },\n overXYears: {\n one: \"plus d\\u2019un an\",\n other: \"plus de {{count}} ans\"\n },\n almostXYears: {\n one: \"presqu\\u2019un an\",\n other: \"presque {{count}} ans\"\n }\n};\nvar formatDistance = (token, count, options) => {\n let result;\n const form = formatDistanceLocale[token];\n if (typeof form === \"string\") {\n result = form;\n } else if (co