feat(notifications): link the subscribe activity to the channel
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.
This commit is contained in:
parent
a8ba66007f
commit
064018bc24
5 changed files with 35 additions and 2 deletions
|
|
@ -8,6 +8,8 @@
|
|||
"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": {
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
"findInFeed": "Find in feed",
|
||||
"unhide": "Unhide",
|
||||
"unwatch": "Unwatch",
|
||||
"openInManager": "Channel manager",
|
||||
"openOnYouTube": "Open on YouTube",
|
||||
"unhidden": "Unhidden “{{title}}”",
|
||||
"unwatched": "Unwatched “{{title}}”",
|
||||
"time": {
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
"findInFeed": "Keresés a hírfolyamban",
|
||||
"unhide": "Megjelenítés",
|
||||
"unwatch": "Megtekintés visszavonása",
|
||||
"openInManager": "Csatornakezelő",
|
||||
"openOnYouTube": "Megnyitás a YouTube-on",
|
||||
"unhidden": "Megjelenítve: „{{title}}”",
|
||||
"unwatched": "Megtekintés visszavonva: „{{title}}”",
|
||||
"time": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue