UNPKG

date-fns

Version:

Modern JavaScript date utility library

302 lines (299 loc) 7.7 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var formatDistanceLocale = { lessThanXSeconds: { one: { regular: 'méně než sekunda', past: 'před méně než sekundou', future: 'za méně než sekundu' }, few: { regular: 'méně než {{count}} sekundy', past: 'před méně než {{count}} sekundami', future: 'za méně než {{count}} sekundy' }, many: { regular: 'méně než {{count}} sekund', past: 'před méně než {{count}} sekundami', future: 'za méně než {{count}} sekund' } }, xSeconds: { one: { regular: 'sekunda', past: 'před sekundou', future: 'za sekundu' }, few: { regular: '{{count}} sekundy', past: 'před {{count}} sekundami', future: 'za {{count}} sekundy' }, many: { regular: '{{count}} sekund', past: 'před {{count}} sekundami', future: 'za {{count}} sekund' } }, halfAMinute: { type: 'other', other: { regular: 'půl minuty', past: 'před půl minutou', future: 'za půl minuty' } }, lessThanXMinutes: { one: { regular: 'méně než minuta', past: 'před méně než minutou', future: 'za méně než minutu' }, few: { regular: 'méně než {{count}} minuty', past: 'před méně než {{count}} minutami', future: 'za méně než {{count}} minuty' }, many: { regular: 'méně než {{count}} minut', past: 'před méně než {{count}} minutami', future: 'za méně než {{count}} minut' } }, xMinutes: { one: { regular: 'minuta', past: 'před minutou', future: 'za minutu' }, few: { regular: '{{count}} minuty', past: 'před {{count}} minutami', future: 'za {{count}} minuty' }, many: { regular: '{{count}} minut', past: 'před {{count}} minutami', future: 'za {{count}} minut' } }, aboutXHours: { one: { regular: 'přibližně hodina', past: 'přibližně před hodinou', future: 'přibližně za hodinu' }, few: { regular: 'přibližně {{count}} hodiny', past: 'přibližně před {{count}} hodinami', future: 'přibližně za {{count}} hodiny' }, many: { regular: 'přibližně {{count}} hodin', past: 'přibližně před {{count}} hodinami', future: 'přibližně za {{count}} hodin' } }, xHours: { one: { regular: 'hodina', past: 'před hodinou', future: 'za hodinu' }, few: { regular: '{{count}} hodiny', past: 'před {{count}} hodinami', future: 'za {{count}} hodiny' }, many: { regular: '{{count}} hodin', past: 'před {{count}} hodinami', future: 'za {{count}} hodin' } }, xDays: { one: { regular: 'den', past: 'před dnem', future: 'za den' }, few: { regular: '{{count}} dny', past: 'před {{count}} dny', future: 'za {{count}} dny' }, many: { regular: '{{count}} dní', past: 'před {{count}} dny', future: 'za {{count}} dní' } }, aboutXWeeks: { one: { regular: 'přibližně týden', past: 'přibližně před týdnem', future: 'přibližně za týden' }, few: { regular: 'přibližně {{count}} týdny', past: 'přibližně před {{count}} týdny', future: 'přibližně za {{count}} týdny' }, many: { regular: 'přibližně {{count}} týdnů', past: 'přibližně před {{count}} týdny', future: 'přibližně za {{count}} týdnů' } }, xWeeks: { one: { regular: 'týden', past: 'před týdnem', future: 'za týden' }, few: { regular: '{{count}} týdny', past: 'před {{count}} týdny', future: 'za {{count}} týdny' }, many: { regular: '{{count}} týdnů', past: 'před {{count}} týdny', future: 'za {{count}} týdnů' } }, aboutXMonths: { one: { regular: 'přibližně měsíc', past: 'přibližně před měsícem', future: 'přibližně za měsíc' }, few: { regular: 'přibližně {{count}} měsíce', past: 'přibližně před {{count}} měsíci', future: 'přibližně za {{count}} měsíce' }, many: { regular: 'přibližně {{count}} měsíců', past: 'přibližně před {{count}} měsíci', future: 'přibližně za {{count}} měsíců' } }, xMonths: { one: { regular: 'měsíc', past: 'před měsícem', future: 'za měsíc' }, few: { regular: '{{count}} měsíce', past: 'před {{count}} měsíci', future: 'za {{count}} měsíce' }, many: { regular: '{{count}} měsíců', past: 'před {{count}} měsíci', future: 'za {{count}} měsíců' } }, aboutXYears: { one: { regular: 'přibližně rok', past: 'přibližně před rokem', future: 'přibližně za rok' }, few: { regular: 'přibližně {{count}} roky', past: 'přibližně před {{count}} roky', future: 'přibližně za {{count}} roky' }, many: { regular: 'přibližně {{count}} roků', past: 'přibližně před {{count}} roky', future: 'přibližně za {{count}} roků' } }, xYears: { one: { regular: 'rok', past: 'před rokem', future: 'za rok' }, few: { regular: '{{count}} roky', past: 'před {{count}} roky', future: 'za {{count}} roky' }, many: { regular: '{{count}} roků', past: 'před {{count}} roky', future: 'za {{count}} roků' } }, overXYears: { one: { regular: 'více než rok', past: 'před více než rokem', future: 'za více než rok' }, few: { regular: 'více než {{count}} roky', past: 'před více než {{count}} roky', future: 'za více než {{count}} roky' }, many: { regular: 'více než {{count}} roků', past: 'před více než {{count}} roky', future: 'za více než {{count}} roků' } }, almostXYears: { one: { regular: 'skoro rok', past: 'skoro před rokem', future: 'skoro za rok' }, few: { regular: 'skoro {{count}} roky', past: 'skoro před {{count}} roky', future: 'skoro za {{count}} roky' }, many: { regular: 'skoro {{count}} roků', past: 'skoro před {{count}} roky', future: 'skoro za {{count}} roků' } } }; var formatDistance = function formatDistance(token, count, options) { var pluralResult; var tokenValue = formatDistanceLocale[token]; // cs pluralization if (tokenValue.type === 'other') { pluralResult = tokenValue.other; } else if (count === 1) { pluralResult = tokenValue.one; } else if (count > 1 && count < 5) { pluralResult = tokenValue.few; } else { pluralResult = tokenValue.many; } // times var suffixExist = (options === null || options === void 0 ? void 0 : options.addSuffix) === true; var comparison = options === null || options === void 0 ? void 0 : options.comparison; var timeResult; if (suffixExist && comparison === -1) { timeResult = pluralResult.past; } else if (suffixExist && comparison === 1) { timeResult = pluralResult.future; } else { timeResult = pluralResult.regular; } return timeResult.replace('{{count}}', String(count)); }; var _default = formatDistance; exports.default = _default; module.exports = exports.default;