- 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
523 B
JSON
19 lines
523 B
JSON
{
|
|
"justNow": "gerade eben",
|
|
"secondsAgo": "vor {{count}} Sek.",
|
|
"minutesAgo": "vor {{count}} Min.",
|
|
"hoursAgo": "vor {{count}} Std.",
|
|
"daysAgo": "vor {{count}} T.",
|
|
"weeksAgo": "vor {{count}} Wo.",
|
|
"monthsAgo": "vor {{count}} Mon.",
|
|
"yearsAgo": "vor {{count}} J.",
|
|
"eta": {
|
|
"now": "jetzt",
|
|
"done": "fertig",
|
|
"lessThanHour": "< 1 Stunde",
|
|
"hours_one": "~{{count}} Stunde",
|
|
"hours_other": "~{{count}} Stunden",
|
|
"days_one": "~{{count}} Tag",
|
|
"days_other": "~{{count}} Tage"
|
|
}
|
|
}
|