The "Subscribed on YouTube" inbox entry now names the channel and offers two convenience links that survive a reload (driven by the typed payload, not the live callback): "Channel manager" (jumps to the manager focused on that channel) and "Open on YouTube". Wires the panel to the app's focus-channel navigation; trilingual strings.
21 lines
550 B
JSON
21 lines
550 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}}”",
|
|
"time": {
|
|
"justNow": "just now",
|
|
"minutes": "{{count}}m ago",
|
|
"hours": "{{count}}h ago",
|
|
"days": "{{count}}d ago"
|
|
}
|
|
}
|