- 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.
15 lines
413 B
JSON
15 lines
413 B
JSON
{
|
|
"title": "Notifications",
|
|
"clearAll": "Clear all",
|
|
"clear": "Clear",
|
|
"empty": "No notifications yet.",
|
|
"actionNeeded": "Action needed",
|
|
"dismiss": "Dismiss",
|
|
"findInFeed": "Find in feed",
|
|
"unhide": "Unhide",
|
|
"unwatch": "Unwatch",
|
|
"openInManager": "Channel manager",
|
|
"openOnYouTube": "Open on YouTube",
|
|
"unhidden": "Unhidden “{{title}}”",
|
|
"unwatched": "Unwatched “{{title}}”"
|
|
}
|