- Live-search view: a results-count selector (20/40/60/100) replaces manual load-more (the free scrape source pages until that many are gathered); an 'these results are temporary' banner with a 'Clear now' button that discards them 'as if never added' (api.clearSearch) and returns to the feed. - Channel blocklist: a Block/Unblock toggle + 'Blocked' badge on the channel page (blocked channels don't auto-explore and their videos are hidden), and a 'Blocked channels' section in the Channel manager with one-click unblock. ChannelDetail.blocked from the backend. - Admin: a 'Purge discovery' button on the Scheduler page (immediate un-kept search/explore cleanup). EN/HU/DE throughout.
23 lines
788 B
JSON
23 lines
788 B
JSON
{
|
|
"back": "Zurück",
|
|
"exploringBadge": "Erkunden",
|
|
"subscribe": "Abonnieren",
|
|
"subscribedState": "Abonniert",
|
|
"unsubscribe": "Abbestellen",
|
|
"unsubTitle": "Abbestellen?",
|
|
"unsubBody": "{{name}} auf YouTube nicht mehr folgen?",
|
|
"subscribed": "{{name}} abonniert",
|
|
"subscribers": "{{formatted}} Abonnenten",
|
|
"videoCount_one": "{{count}} Video",
|
|
"videoCount_other": "{{count}} Videos",
|
|
"totalViews": "{{formatted}} Aufrufe",
|
|
"joined": "Beigetreten {{date}}",
|
|
"loadingVideos": "Videos dieses Kanals werden geladen…",
|
|
"tabVideos": "Videos",
|
|
"tabAbout": "Info",
|
|
"loadMore": "Mehr von YouTube laden",
|
|
"noDescription": "Dieser Kanal hat keine Beschreibung.",
|
|
"block": "Kanal blockieren",
|
|
"unblock": "Blockierung aufheben",
|
|
"blockedBadge": "Blockiert"
|
|
}
|