Extend the reload-safe meta+link pattern (introduced for "Subscribed") to more inbox entries, so every notice that can point somewhere does: - A "Marked watched" activity notice now offers "Find in feed" (jumping to the feed filtered to Watched + that channel), alongside Unwatch — matching what the "Hidden" notice already does. VideoWatchedMeta carries the channel, and locate() handles both hidden and watched. - A scheduler job-completion notice (System) now offers "Open Scheduler", jumping to the dashboard. Maintenance notices reference already-removed videos, so they stay informational with nothing to navigate to.
23 lines
908 B
JSON
23 lines
908 B
JSON
{
|
|
"navLabel": "Benachrichtigungen",
|
|
"title": "Benachrichtigungen",
|
|
"subtitle": "Neuigkeiten aus deiner Bibliothek und vom System.",
|
|
"empty": "Alles erledigt.",
|
|
"markAllRead": "Alle als gelesen markieren",
|
|
"clearAll": "Alle löschen",
|
|
"markRead": "Als gelesen markieren",
|
|
"dismiss": "Verwerfen",
|
|
"sectionSystem": "System",
|
|
"sectionActivity": "Aktivität",
|
|
"andMore": "und {{count}} weitere",
|
|
"openScheduler": "Zeitplaner öffnen",
|
|
"maintenance": {
|
|
"title": "Videos entfernt",
|
|
"body_one": "{{count}} gespeichertes oder in einer Playlist befindliches Video wurde entfernt, weil es auf YouTube nicht mehr verfügbar ist.",
|
|
"body_other": "{{count}} gespeicherte oder in Playlists befindliche Videos wurden entfernt, weil sie auf YouTube nicht mehr verfügbar sind."
|
|
},
|
|
"jobDone": {
|
|
"titleOk": "{{job}} abgeschlossen",
|
|
"titleError": "{{job}} fehlgeschlagen"
|
|
}
|
|
}
|