Fold the client-side transient bell into the inbox page so there's a single notification indicator. The inbox now has two groups — "System" (durable, server-backed) and "Activity" (client-side events with their Unhide/Unwatch/ Find-in-feed actions) — and the nav badge sums both unread counts. The separate rail bell (NotificationCenter) is removed. Activity items get a per-item clear (X) alongside the global Clear all. Unhiding or unwatching a video from anywhere — a card, the toast's Undo, or the inbox — now quietly resolves the original "Hidden/Watched X" entry (no duplicate "Unhidden X" toast, no stale entry with a dead action), via a new resolveVideo store helper.
22 lines
867 B
JSON
22 lines
867 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",
|
|
"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"
|
|
}
|
|
}
|