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
855 B
JSON
23 lines
855 B
JSON
{
|
|
"navLabel": "Értesítések",
|
|
"title": "Értesítések",
|
|
"subtitle": "Frissítések a könyvtáradból és a rendszertől.",
|
|
"empty": "Nincs új értesítés.",
|
|
"markAllRead": "Összes olvasott",
|
|
"clearAll": "Összes törlése",
|
|
"markRead": "Olvasottnak jelöl",
|
|
"dismiss": "Elvetés",
|
|
"sectionSystem": "Rendszer",
|
|
"sectionActivity": "Tevékenység",
|
|
"andMore": "és még {{count}}",
|
|
"openScheduler": "Ütemező megnyitása",
|
|
"maintenance": {
|
|
"title": "Videók eltávolítva",
|
|
"body_one": "{{count}} mentett vagy lejátszási listás videó eltávolítva, mert már nem elérhető a YouTube-on.",
|
|
"body_other": "{{count}} mentett vagy lejátszási listás videó eltávolítva, mert már nem elérhetők a YouTube-on."
|
|
},
|
|
"jobDone": {
|
|
"titleOk": "{{job}} kész",
|
|
"titleError": "{{job}} hibázott"
|
|
}
|
|
}
|