Restructure the app shell into three top-level columns: - The per-user sync status (video counts + live sync state) moves from the top bar to a compact block at the top of the left nav rail (icon-only with a tooltip when collapsed). - The feed's Mine/Library scope toggle moves to the top of the filter sidebar. - The filter sidebar becomes a full-height sibling column with its own collapse control (a thin rail carrying the active-filter count), mirroring the nav rail. The top bar is now just the feed search / page title. - Both panels' collapsed state is persisted to the user's preferences (server-side, so it follows the account across devices), seeded from a localStorage cache to avoid a flash. Default: both panels open.
76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
||
"filters": "Filter",
|
||
"activeCount": "{{count}} aktiv",
|
||
"clearAll": "Alle löschen",
|
||
"resetDefaults": "Auf Standard zurücksetzen",
|
||
"customize": "Seitenleiste anpassen",
|
||
"done": "Fertig",
|
||
"editHint": "Zum Umordnen ziehen · Auge zum Ein-/Ausblenden",
|
||
"channel": "Kanal",
|
||
"loading": "Wird geladen…",
|
||
"thisChannel": "Dieser Kanal",
|
||
"channelCount": "{{count}} Kanal",
|
||
"channelCount_other": "{{count}} Kanäle",
|
||
"dragToReorder": "Zum Umordnen ziehen",
|
||
"showWidget": "Widget einblenden",
|
||
"hideWidget": "Widget ausblenden",
|
||
"expand": "Ausklappen",
|
||
"collapse": "Einklappen",
|
||
"collapsePanel": "Filter einklappen",
|
||
"expandPanel": "Filter ausklappen",
|
||
"any": "Beliebig",
|
||
"all": "Alle",
|
||
"tagModeTooltip": "Beliebige vs. alle ausgewählten Tags treffen",
|
||
"match": "Treffer",
|
||
"custom": "Benutzerdefiniert",
|
||
"from": "Von",
|
||
"to": "Bis",
|
||
"clearDates": "Daten löschen",
|
||
"reshuffle": "Neu mischen",
|
||
"noMatchingTags": "Keine passenden Tags",
|
||
"manageTags": "Verwalten",
|
||
"shareView": "Link zu dieser Ansicht kopieren",
|
||
"shareCopied": "Ansichts-Link in die Zwischenablage kopiert",
|
||
"shareFailed": "Link konnte nicht kopiert werden",
|
||
"widget": {
|
||
"savedviews": "Gespeicherte Ansichten",
|
||
"show": "Anzeigen",
|
||
"sort": "Sortierung",
|
||
"date": "Upload-Datum",
|
||
"content": "Inhaltstyp",
|
||
"language": "Sprache",
|
||
"topic": "Thema",
|
||
"tags": "Deine Tags"
|
||
},
|
||
"show": {
|
||
"unwatched": "Ungesehen",
|
||
"in_progress": "Angefangen",
|
||
"all": "Alle",
|
||
"watched": "Angesehen",
|
||
"saved": "Gespeichert",
|
||
"hidden": "Ausgeblendet"
|
||
},
|
||
"sort": {
|
||
"newest": "Neueste",
|
||
"oldest": "Älteste",
|
||
"views": "Meistgesehen",
|
||
"duration_desc": "Längste",
|
||
"duration_asc": "Kürzeste",
|
||
"title": "Name (A–Z)",
|
||
"subscribers": "Kanal-Abonnenten",
|
||
"priority": "Kanal-Priorität",
|
||
"shuffle": "Überrasch mich"
|
||
},
|
||
"content": {
|
||
"normal": "Normal",
|
||
"shorts": "Shorts",
|
||
"live": "Live / Demnächst"
|
||
},
|
||
"datePreset": {
|
||
"24h": "24 Std.",
|
||
"1week": "1 Woche",
|
||
"1month": "1 Monat",
|
||
"6months": "6 Monate",
|
||
"1year": "1 Jahr"
|
||
}
|
||
}
|