mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
a8cfff0b62
* feat(library): local lossless index, filters, and conserve dedicated page Add SQLite-backed lossless album browse and advanced-search filtering, wire All Albums and artist/album lossless drill-down mode, and hide the standalone /lossless-albums nav entry from sidebar visibility settings (conserved route, default off). * docs(release): note lossless local index in CHANGELOG and credits (PR #871)
8 lines
426 B
TypeScript
8 lines
426 B
TypeScript
export const losslessAlbums = {
|
|
empty: 'Nog geen lossless-albums in deze bibliotheek.',
|
|
unsupported: 'Deze server biedt geen metadata om lossless-albums te vinden.',
|
|
slowFetchHint: 'Laadt langzamer dan andere albumpagina\'s — Psysonic doorloopt de volledige songcatalogus op kwaliteit.',
|
|
modeBanner: 'Lossless-modus — alleen FLAC, WAV en andere verliesvrije formaten.',
|
|
modeBannerExit: 'Alle formaten tonen',
|
|
};
|