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
634 B
JSON
21 lines
634 B
JSON
{
|
|
"title": "Benachrichtigungen",
|
|
"clearAll": "Alle löschen",
|
|
"clear": "Löschen",
|
|
"empty": "Noch keine Benachrichtigungen.",
|
|
"actionNeeded": "Aktion erforderlich",
|
|
"dismiss": "Schließen",
|
|
"findInFeed": "Im Feed finden",
|
|
"unhide": "Einblenden",
|
|
"unwatch": "Nicht angesehen",
|
|
"openInManager": "Kanalverwaltung",
|
|
"openOnYouTube": "Auf YouTube öffnen",
|
|
"unhidden": "Eingeblendet „{{title}}”",
|
|
"unwatched": "Als nicht angesehen markiert „{{title}}”",
|
|
"time": {
|
|
"justNow": "gerade eben",
|
|
"minutes": "vor {{count}} Min.",
|
|
"hours": "vor {{count}} Std.",
|
|
"days": "vor {{count}} T."
|
|
}
|
|
}
|