mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
908c349cfd
* 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)
22 lines
865 B
TypeScript
22 lines
865 B
TypeScript
export const home = {
|
|
hero: 'Promovat',
|
|
starred: 'Evaluate',
|
|
mostPlayed: 'Cele mai Redate',
|
|
recentlyPlayed: 'Redate Recent',
|
|
losslessAlbums: 'Albume Lossless',
|
|
discover: 'Descoperă',
|
|
discoverSongs: 'Descoperă Piese',
|
|
loadMore: 'Încarcă mai Mult',
|
|
discoverMore: 'Descoperă mai Mult',
|
|
discoverArtists: 'Descoperă Artiști',
|
|
discoverArtistsMore: 'Toți Artiștii',
|
|
becauseYouLike: 'Deoarece ai ascultat…',
|
|
becauseYouLikeFor: 'Deoarece ai ascultat {{artist}}',
|
|
similarTo: 'Similar cu {{artist}}',
|
|
becauseYouLikeTracks_one: '{{count}} piesă',
|
|
becauseYouLikeTracks_other: '{{count}} piese',
|
|
mainstageEmptyTitle: 'Scena Principală este goală',
|
|
mainstageEmptyBody: 'Toate secțiunile sunt dezactivate. Reactivează secțiuni sau ascunde Scena Principală din bara laterală.',
|
|
mainstageEmptyCta: 'Deschide Personalizare'
|
|
};
|