1) Move the Show view filter (Unwatched/In progress/All/Watched/Hidden) up into the toolbar chip row as its own single-select group, divided from the content-type chips; removed the 'show' sidebar widget (sidebar now = Upload date / Language / Topic). 2) Rework ordering like the Playlists page: a sort-key dropdown (Date, Popular, Duration, Name, Channel subscribers, Channel priority, Surprise me) + a single asc/desc arrow toggle, instead of separate directional entries. 'Most viewed' is now 'Popular'. Backend gains the missing directions (views_asc, title_desc, subscribers_asc, priority_asc); the frontend maps (key, dir) -> the backend sort string, so FeedFilters is unchanged. Trilingual (feed.sortKey.*, feed.dirAsc/dirDesc). Feed.tsx normalized to LF.
30 lines
985 B
JSON
30 lines
985 B
JSON
{
|
|
"loading": "Loading feed…",
|
|
"loadError": "Couldn't load the feed.",
|
|
"emptyTitle": "Your feed is empty",
|
|
"emptyBody": "Connect your YouTube account to import your subscriptions and build your feed.",
|
|
"setUp": "Set up my feed",
|
|
"browseShared": "Or just browse the shared library",
|
|
"noMatches": "No videos match these filters.",
|
|
"videoCount_one": "{{formattedCount}} video",
|
|
"videoCount_other": "{{formattedCount}} videos",
|
|
"sortLabel": "Sort",
|
|
"dirAsc": "Ascending",
|
|
"dirDesc": "Descending",
|
|
"sortKey": {
|
|
"date": "Date",
|
|
"popular": "Popular",
|
|
"duration": "Duration",
|
|
"title": "Name",
|
|
"subscribers": "Channel subscribers",
|
|
"priority": "Channel priority",
|
|
"shuffle": "Surprise me"
|
|
},
|
|
"loadingMore": "Loading more…",
|
|
"hiddenNamed": "Hidden “{{title}}”",
|
|
"hidden": "Video hidden",
|
|
"undo": "Undo",
|
|
"markedWatchedNamed": "Marked watched “{{title}}”",
|
|
"markedWatched": "Marked watched",
|
|
"unwatch": "Unwatch"
|
|
}
|