- formatEta was hardcoded English (violated the trilingual rule) -> time.eta.* keys in EN/HU/DE; Scheduler's countdown 'now' likewise. - relativeFromMs added to format.ts; NotificationsPanel drops its duplicate relativeTime/relativeFromMs and the now-orphaned notifications.time.* keys. - Channels' fmtTotalDuration moved to format.ts as formatTotalHours.
19 lines
496 B
JSON
19 lines
496 B
JSON
{
|
|
"justNow": "just now",
|
|
"secondsAgo": "{{count}}s ago",
|
|
"minutesAgo": "{{count}} min ago",
|
|
"hoursAgo": "{{count}}h ago",
|
|
"daysAgo": "{{count}}d ago",
|
|
"weeksAgo": "{{count}} wk ago",
|
|
"monthsAgo": "{{count}} mo ago",
|
|
"yearsAgo": "{{count}} yr ago",
|
|
"eta": {
|
|
"now": "now",
|
|
"done": "done",
|
|
"lessThanHour": "< 1 hour",
|
|
"hours_one": "~{{count}} hour",
|
|
"hours_other": "~{{count}} hours",
|
|
"days_one": "~{{count}} day",
|
|
"days_other": "~{{count}} days"
|
|
}
|
|
}
|