mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25:41 +00:00
fix(mainstage): rename Home Page setting, start-page fallback + empty state (#975)
* fix(mainstage): rename Home Page setting, add start-page fallback + empty state - Rename "Home Page" personalisation section to "Mainstage" across 9 locales so the heading matches the sidebar entry; add "mainstage" search keyword. - Index route "/" now redirects to the first visible library item when the Mainstage sidebar entry is hidden, instead of stranding the app on a blank page. New pure resolveStartRoute() mirrors sidebar order + nav-mode gating. - Show a guided empty state on Mainstage when every section is toggled off, with a CTA into Settings -> Personalisation. - Unit tests for resolveStartRoute. * docs(changelog): Mainstage rename, start-page fallback + empty state (#975)
This commit is contained in:
committed by
GitHub
parent
3be8c367dd
commit
908c349cfd
@@ -14,5 +14,8 @@ export const home = {
|
||||
becauseYouLikeFor: 'Omdat je naar {{artist}} hebt geluisterd',
|
||||
similarTo: 'Lijkt op {{artist}}',
|
||||
becauseYouLikeTracks_one: '{{count}} nummer',
|
||||
becauseYouLikeTracks_other: '{{count}} nummers'
|
||||
becauseYouLikeTracks_other: '{{count}} nummers',
|
||||
mainstageEmptyTitle: 'Je Hoofdpodium is leeg',
|
||||
mainstageEmptyBody: 'Alle secties zijn uitgeschakeld. Schakel secties weer in of verberg het Hoofdpodium in de zijbalk.',
|
||||
mainstageEmptyCta: 'Personalisatie openen'
|
||||
};
|
||||
|
||||
@@ -323,7 +323,7 @@ export const settings = {
|
||||
aboutMaintainersLabel: 'Beheerders',
|
||||
integrationsPrivacyTitle: 'Privacyverklaring',
|
||||
integrationsPrivacyBody: 'Alle integraties op dit tabblad zijn <strong>opt-in</strong> en sturen, eenmaal ingeschakeld, gegevens naar externe diensten of naar je Navidrome-server. Last.fm ontvangt je luistergeschiedenis, Discord toont het nu spelende nummer in je profiel, Bandsintown wordt per artiest bevraagd voor tourdatums, en de "Nu aan het afspelen"-deling publiceert je huidige nummer bij andere gebruikers van je Navidrome-server. Wil je dit niet, laat dan de bijbehorende sectie gewoon uitgeschakeld.',
|
||||
homeCustomizerTitle: 'Startpagina',
|
||||
homeCustomizerTitle: 'Hoofdpodium',
|
||||
queueModeTitle: 'Weergavemodus wachtrij',
|
||||
queueModeQueueSub: 'Toont alleen komende nummers. Het huidige nummer blijft in de kop en verdwijnt uit de lijst zodra het is afgespeeld.',
|
||||
queueModePlaylistSub: 'Houdt de hele wachtrij in de lijst met het huidige nummer bovenaan gemarkeerd; afgespeelde nummers blijven staan.',
|
||||
|
||||
Reference in New Issue
Block a user