Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/local/lib/node_modules/strapi/node_modules/date-fns/esm/locale/hy/_lib/formatDistance/ drwxr-xr-x | |
| Viewing file: Select action/file-type: var formatDistanceLocale = {
lessThanXSeconds: {
one: 'ավելի քիչ քան 1 վայրկյան',
other: 'ավելի քիչ քան {{count}} վայրկյան'
},
xSeconds: {
one: '1 վայրկյան',
other: '{{count}} վայրկյան'
},
halfAMinute: 'կես րոպե',
lessThanXMinutes: {
one: 'ավելի քիչ քան 1 րոպե',
other: 'ավելի քիչ քան {{count}} րոպե'
},
xMinutes: {
one: '1 րոպե',
other: '{{count}} րոպե'
},
aboutXHours: {
one: 'մոտ 1 ժամ',
other: 'մոտ {{count}} ժամ'
},
xHours: {
one: '1 ժամ',
other: '{{count}} ժամ'
},
xDays: {
one: '1 օր',
other: '{{count}} օր'
},
aboutXWeeks: {
one: 'մոտ 1 շաբաթ',
other: 'մոտ {{count}} շաբաթ'
},
xWeeks: {
one: '1 շաբաթ',
other: '{{count}} շաբաթ'
},
aboutXMonths: {
one: 'մոտ 1 ամիս',
other: 'մոտ {{count}} ամիս'
},
xMonths: {
one: '1 ամիս',
other: '{{count}} ամիս'
},
aboutXYears: {
one: 'մոտ 1 տարի',
other: 'մոտ {{count}} տարի'
},
xYears: {
one: '1 տարի',
other: '{{count}} տարի'
},
overXYears: {
one: 'ավելի քան 1 տարի',
other: 'ավելի քան {{count}} տարի'
},
almostXYears: {
one: 'համարյա 1 տարի',
other: 'համարյա {{count}} տարի'
}
};
var formatDistance = function formatDistance(token, count, options) {
var result;
var tokenValue = formatDistanceLocale[token];
if (typeof tokenValue === 'string') {
result = tokenValue;
} else if (count === 1) {
result = tokenValue.one;
} else {
result = tokenValue.other.replace('{{count}}', String(count));
}
if (options !== null && options !== void 0 && options.addSuffix) {
if (options.comparison && options.comparison > 0) {
return result + ' հետո';
} else {
return result + ' առաջ';
}
}
return result;
};
export default formatDistance; |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0044 ]-- |