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

1 line
29 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","two","twenty","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","formatRelative","_date","_baseDate","_options","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","any","matchQuarterPatterns","parseQuarterPatterns","matchMonthPatterns","parseMonthPatterns","matchDayPatterns","parseDayPatterns","matchDayPeriodPatterns","parseDayPeriodPatterns","parseInt","gd","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/gd/_lib/formatDistance.mjs\nvar formatDistanceLocale = {\n lessThanXSeconds: {\n one: \"nas lugha na diog\",\n other: \"nas lugha na {{count}} diogan\"\n },\n xSeconds: {\n one: \"1 diog\",\n two: \"2 dhiog\",\n twenty: \"20 diog\",\n other: \"{{count}} diogan\"\n },\n halfAMinute: \"leth mhionaid\",\n lessThanXMinutes: {\n one: \"nas lugha na mionaid\",\n other: \"nas lugha na {{count}} mionaidean\"\n },\n xMinutes: {\n one: \"1 mionaid\",\n two: \"2 mhionaid\",\n twenty: \"20 mionaid\",\n other: \"{{count}} mionaidean\"\n },\n aboutXHours: {\n one: \"mu uair de th\\xECde\",\n other: \"mu {{count}} uairean de th\\xECde\"\n },\n xHours: {\n one: \"1 uair de th\\xECde\",\n two: \"2 uair de th\\xECde\",\n twenty: \"20 uair de th\\xECde\",\n other: \"{{count}} uairean de th\\xECde\"\n },\n xDays: {\n one: \"1 l\\xE0\",\n other: \"{{count}} l\\xE0\"\n },\n aboutXWeeks: {\n one: \"mu 1 seachdain\",\n other: \"mu {{count}} seachdainean\"\n },\n xWeeks: {\n one: \"1 seachdain\",\n other: \"{{count}} seachdainean\"\n },\n aboutXMonths: {\n one: \"mu mh\\xECos\",\n other: \"mu {{count}} m\\xECosan\"\n },\n xMonths: {\n one: \"1 m\\xECos\",\n other: \"{{count}} m\\xECosan\"\n },\n aboutXYears: {\n one: \"mu bhliadhna\",\n other: \"mu {{count}} bliadhnaichean\"\n },\n xYears: {\n one: \"1 bhliadhna\",\n other: \"{{count}} bliadhna\"\n },\n overXYears: {\n one: \"c\\xF2rr is bliadhna\",\n other: \"c\\xF2rr is {{count}} bliadhnaichean\"\n },\n almostXYears: {\n one: \"cha mh\\xF2r bliadhna\",\n other: \"cha mh\\xF2r {{count}} bliadhnaichean\"\