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
635 B
JSON
21 lines
635 B
JSON
{
|
|
"title": "Értesítések",
|
|
"clearAll": "Összes törlése",
|
|
"clear": "Törlés",
|
|
"empty": "Még nincs értesítés.",
|
|
"actionNeeded": "Teendő",
|
|
"dismiss": "Elvetés",
|
|
"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": {
|
|
"justNow": "az imént",
|
|
"minutes": "{{count}} perce",
|
|
"hours": "{{count}} órája",
|
|
"days": "{{count}} napja"
|
|
}
|
|
}
|