HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-157-generic #167-Ubuntu SMP Wed Sep 17 21:35:53 UTC 2025 x86_64
User: sport3497 (1034)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //usr/local/CyberCP/public/snappymail/snappymail/v/2.38.2/app/localization/en/relativetimeformat.js
{
	long: {
		year: {
			past: {
				one: "{0} year ago",
				other: "{0} years ago"
			},
			future: {
				one: "in {0} year",
				other: "in {0} years"
			}
		},
		month: {
			past: {
				one: "{0} month ago",
				other: "{0} months ago"
			},
			future: {
				one: "in {0} month",
				other: "in {0} months"
			}
		},
		week: {
			past: {
				one: "{0} week ago",
				other: "{0} weeks ago"
			},
			future: {
				one: "in {0} week",
				other: "in {0} weeks"
			}
		},
		day: {
			past: {
				one: "{0} day ago",
				other: "{0} days ago"
			},
			future: {
				one: "in {0} day",
				other: "in {0} days"
			}
		},
		hour: {
			past: {
				one: "{0} hour ago",
				other: "{0} hours ago"
			},
			future: {
				one: "in {0} hour",
				other: "in {0} hours"
			}
		},
		minute: {
			past: {
				one: "{0} minute ago",
				other: "{0} minutes ago"
			},
			future: {
				one: "in {0} minute",
				other: "in {0} minutes"
			}
		},
		second: {
			past: {
				one: "{0} second ago",
				other: "{0} seconds ago"
			},
			future: {
				one: "in {0} second",
				other: "in {0} seconds"
			}
		}
	},
	/* 'zero', 'one', 'two', 'few', 'many', 'other' */
	plural: n => 1 == n ? 'one' : 'other'
}