timepiece/node_modules/date-fns/locale/ro/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","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","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","ro","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/ro/_lib/formatDistance.mjs\nvar formatDistanceLocale = {\n lessThanXSeconds: {\n one: \"mai pu\\u021Bin de o secund\\u0103\",\n other: \"mai pu\\u021Bin de {{count}} secunde\"\n },\n xSeconds: {\n one: \"1 secund\\u0103\",\n other: \"{{count}} secunde\"\n },\n halfAMinute: \"jum\\u0103tate de minut\",\n lessThanXMinutes: {\n one: \"mai pu\\u021Bin de un minut\",\n other: \"mai pu\\u021Bin de {{count}} minute\"\n },\n xMinutes: {\n one: \"1 minut\",\n other: \"{{count}} minute\"\n },\n aboutXHours: {\n one: \"circa 1 or\\u0103\",\n other: \"circa {{count}} ore\"\n },\n xHours: {\n one: \"1 or\\u0103\",\n other: \"{{count}} ore\"\n },\n xDays: {\n one: \"1 zi\",\n other: \"{{count}} zile\"\n },\n aboutXWeeks: {\n one: \"circa o s\\u0103pt\\u0103m\\xE2n\\u0103\",\n other: \"circa {{count}} s\\u0103pt\\u0103m\\xE2ni\"\n },\n xWeeks: {\n one: \"1 s\\u0103pt\\u0103m\\xE2n\\u0103\",\n other: \"{{count}} s\\u0103pt\\u0103m\\xE2ni\"\n },\n aboutXMonths: {\n one: \"circa 1 lun\\u0103\",\n other: \"circa {{count}} luni\"\n },\n xMonths: {\n one: \"1 lun\\u0103\",\n other: \"{{count}} luni\"\n },\n aboutXYears: {\n one: \"circa 1 an\",\n other: \"circa {{count}} ani\"\n },\n xYears: {\n one: \"1 an\",\n other: \"{{count}} ani\"\n },\n overXYears: {\n one: \"peste 1 an\",\n other: \"peste {{count}} ani\"\n },\n almostXYears: {\n one: \"aproape 1 an\",\n other: \"aproape {{count}} ani\"\n }\n};\nvar formatDistance = (token, count, options) => {\n let result;\n const tokenValue = formatDistanceLocale[token];\n if (typeof tokenValue === \"string\") {\n result = tokenValue;\n } else if (count === 1