timepiece/node_modules/date-fns/locale/ca/cdn.js.map

1 line
31 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","eleven","other","xSeconds","halfAMinute","lessThanXMinutes","xMinutes","aboutXHours","xHours","xDays","aboutXWeeks","xWeeks","aboutXMonths","xMonths","aboutXYears","xYears","overXYears","almostXYears","formatDistance","token","count","options","result","tokenValue","replace","String","addSuffix","comparison","buildFormatLongFn","args","arguments","length","undefined","width","defaultWidth","format","formats","dateFormats","full","long","medium","short","timeFormats","dateTimeFormats","formatLong","date","time","dateTime","formatRelativeLocale","lastWeek","yesterday","today","tomorrow","nextWeek","formatRelativeLocalePlural","formatRelative","_baseDate","_options","getHours","buildLocalizeFn","value","context","valuesArray","formattingValues","defaultFormattingWidth","values","index","argumentCallback","eraValues","narrow","abbreviated","wide","quarterValues","monthValues","dayValues","dayPeriodValues","am","pm","midnight","noon","morning","afternoon","evening","night","formattingDayPeriodValues","ordinalNumber","dirtyNumber","number","Number","rem100","localize","era","quarter","month","day","dayPeriod","buildMatchFn","string","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","matchQuarterPatterns","parseQuarterPatterns","any","matchMonthPatterns","parseMonthPatterns","matchDayPatterns","parseDayPatterns","matchDayPeriodPatterns","parseDayPeriodPatterns","parseInt","ca","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/ca/_lib/formatDistance.mjs\nvar formatDistanceLocale = {\n lessThanXSeconds: {\n one: \"menys d'un segon\",\n eleven: \"menys d'onze segons\",\n other: \"menys de {{count}} segons\"\n },\n xSeconds: {\n one: \"1 segon\",\n other: \"{{count}} segons\"\n },\n halfAMinute: \"mig minut\",\n lessThanXMinutes: {\n one: \"menys d'un minut\",\n eleven: \"menys d'onze minuts\",\n other: \"menys de {{count}} minuts\"\n },\n xMinutes: {\n one: \"1 minut\",\n other: \"{{count}} minuts\"\n },\n aboutXHours: {\n one: \"aproximadament una hora\",\n other: \"aproximadament {{count}} hores\"\n },\n xHours: {\n one: \"1 hora\",\n other: \"{{count}} hores\"\n },\n xDays: {\n one: \"1 dia\",\n other: \"{{count}} dies\"\n },\n aboutXWeeks: {\n one: \"aproximadament una setmana\",\n other: \"aproximadament {{count}} setmanes\"\n },\n xWeeks: {\n one: \"1 setmana\",\n other: \"{{count}} setmanes\"\n },\n aboutXMonths: {\n one: \"aproximadament un mes\",\n other: \"aproximadament {{count}} mesos\"\n },\n xMonths: {\n one: \"1 mes\",\n other: \"{{count}} mesos\"\n },\n aboutXYears: {\n one: \"aproximadament un any\",\n other: \"aproximadament {{count}} anys\"\n },\n xYears: {\n one: \"1 any\",\n other: \"{{count}} anys\"\n },\n overXYears: {\n one: \"m\\xE9s d'un any\",\n eleven: \"m\\xE9s d'onze anys\",\n other: \"m\\xE9s de {{count}} anys\"\n },\n almostXYears: {\n one: \"gaireb\\xE9 un any\",\n other: \"gaireb\\xE9 {{count}} anys\"\n }\n};\nvar formatDistance = (token, count, options) => {\n let result;\n const tokenValue = formatDi