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

1 line
32 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","standalone","one","other","withPreposition","xSeconds","halfAMinute","lessThanXMinutes","xMinutes","aboutXHours","xHours","xDays","aboutXWeeks","xWeeks","aboutXMonths","xMonths","aboutXYears","xYears","overXYears","almostXYears","formatDistance","token","count","options","usageGroup","addSuffix","result","replace","String","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","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","et","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/et/_lib/formatDistance.mjs\nvar formatDistanceLocale = {\n lessThanXSeconds: {\n standalone: {\n one: \"v\\xE4hem kui \\xFCks sekund\",\n other: \"v\\xE4hem kui {{count}} sekundit\"\n },\n withPreposition: {\n one: \"v\\xE4hem kui \\xFChe sekundi\",\n other: \"v\\xE4hem kui {{count}} sekundi\"\n }\n },\n xSeconds: {\n standalone: {\n one: \"\\xFCks sekund\",\n other: \"{{count}} sekundit\"\n },\n withPreposition: {\n one: \"\\xFChe sekundi\",\n other: \"{{count}} sekundi\"\n }\n },\n halfAMinute: {\n standalone: \"pool minutit\",\n withPreposition: \"poole minuti\"\n },\n lessThanXMinutes: {\n standalone: {\n one: \"v\\xE4hem kui \\xFCks minut\",\n other: \"v\\xE4hem kui {{count}} minutit\"\n },\n withPreposition: {\n one: \"v\\xE4hem kui \\xFChe minuti\",\n other: \"v\\xE4hem kui {{count}} minuti\"\n }\n },\n xMinutes: {\n standalone: {\n one: \"\\xFCks minut\",\n other: \"{{count}} minutit\"\n },\n withPreposition: {\n one: \"\\xFChe minuti\",\n other: \"{{count}} minuti\"\n }\n },\n aboutXHours: {\n standalone: {\n one: \"umbes \\xFCks tund\",\n other: \"umbes {{count}} tundi\"\n },\n withPreposition: {\n one: \"umbes \\xFChe tunni\",\n other: \"umbes {{count}} tunni\"\n }\n },\n xHours: {\n standalone: {\n one: \"\\xFCks tund\",\n other: \"{{count}} tundi\"\n },\n withPreposition: {\n one: \"\\xFChe tunni\",\n other: \"{{count}} tunni\"\n }\n },\n xDays: {\n standalone: {\n one: \"\\xFCks p\\xE4ev\",\n other: \"{{count}} p\\xE4eva\"\