timepiece/node_modules/date-fns/locale/zh-TW/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","halfAMinute","lessThanXMinutes","xMinutes","xHours","aboutXHours","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","unit","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","zhTW","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/zh-TW/_lib/formatDistance.mjs\nvar formatDistanceLocale = {\n lessThanXSeconds: {\n one: \"\\u5C11\\u65BC 1 \\u79D2\",\n other: \"\\u5C11\\u65BC {{count}} \\u79D2\"\n },\n xSeconds: {\n one: \"1 \\u79D2\",\n other: \"{{count}} \\u79D2\"\n },\n halfAMinute: \"\\u534A\\u5206\\u9418\",\n lessThanXMinutes: {\n one: \"\\u5C11\\u65BC 1 \\u5206\\u9418\",\n other: \"\\u5C11\\u65BC {{count}} \\u5206\\u9418\"\n },\n xMinutes: {\n one: \"1 \\u5206\\u9418\",\n other: \"{{count}} \\u5206\\u9418\"\n },\n xHours: {\n one: \"1 \\u5C0F\\u6642\",\n other: \"{{count}} \\u5C0F\\u6642\"\n },\n aboutXHours: {\n one: \"\\u5927\\u7D04 1 \\u5C0F\\u6642\",\n other: \"\\u5927\\u7D04 {{count}} \\u5C0F\\u6642\"\n },\n xDays: {\n one: \"1 \\u5929\",\n other: \"{{count}} \\u5929\"\n },\n aboutXWeeks: {\n one: \"\\u5927\\u7D04 1 \\u500B\\u661F\\u671F\",\n other: \"\\u5927\\u7D04 {{count}} \\u500B\\u661F\\u671F\"\n },\n xWeeks: {\n one: \"1 \\u500B\\u661F\\u671F\",\n other: \"{{count}} \\u500B\\u661F\\u671F\"\n },\n aboutXMonths: {\n one: \"\\u5927\\u7D04 1 \\u500B\\u6708\",\n other: \"\\u5927\\u7D04 {{count}} \\u500B\\u6708\"\n },\n xMonths: {\n one: \"1 \\u500B\\u6708\",\n other: \"{{count}} \\u500B\\u6708\"\n },\n aboutXYears: {\n one: \"\\u5927\\u7D04 1 \\u5E74\",\n other: \"\\u5927\\u7D04 {{count}} \\u5E74\"\n },\n xYears: {\n one: \"1 \\u5E74\",\n other: \"{{count}} \\u5E74\"\n },\n overXYears: {\n one: \"\\u8D85\\u904E 1 \\u5E74\",\n other: \"\\u8D85\\u904E {{count}} \\u5E74\"\n },\n almostXYears: {\n one: \"\\u5C07\\u8FD1 1 \\u5E74\",\n other: \"\\u5C07\\u8FD1 {{count}} \\u5E74\"\n }\n}