Files
Psychotoxical-psysonic/src/locales/nl/albumDetail.ts
T
Psychotoxical 8b89596fcf feat(album): show all genres in album details, linkable to genre pages (#1186)
* feat(album): show all genres in album details, linkable to genre pages

The album header listed only a single genre. It now renders every genre
from the album's OpenSubsonic genres[] (falling back to splitting the
legacy genre string), each linking to its genre page via the existing
genre route.

* docs(changelog): multiple genres in album details (#1186)

* refactor(genres): extract genreColor into a shared util

* feat(album): union album and track genres behind a +N cursor menu

* feat(album): read album detail from the library index when ready

* docs(changelog): expand the album genres entry

* feat(album): genre pill row with keyboard-navigable popover

* test(offline): cover index-first resolveAlbum path with mocked libraryIsReady

* refactor(styles): move album-detail genre styles out of cover-lightbox.css
2026-06-25 13:16:24 +02:00

59 lines
2.1 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const albumDetail = {
back: 'Terug',
orbitDoubleClickHint: 'Dubbelklik om dit nummer aan de Orbit-wachtrij toe te voegen',
playAll: 'Alles afspelen',
shareAlbum: 'Album delen',
enqueue: 'In wachtrij',
enqueueTooltip: 'Volledig album aan wachtrij toevoegen',
artistBio: 'Artiest biografie',
download: 'Downloaden (ZIP)',
playTooltip: 'Dit album afspelen',
artistBioTooltip: 'Artiestbiografie lezen',
downloadTooltip: 'Dit album als ZIP downloaden',
downloading: 'Laden…',
cacheOffline: 'Offline beschikbaar maken',
offlineCached: 'Offline beschikbaar',
offlineQueued: 'In wachtrij',
offlineDownloading: 'Wordt gecached… ({{n}}/{{total}})',
removeOffline: 'Offline cache verwijderen',
removeFromOfflineQueue: 'Uit offline-wachtrij verwijderen',
offlineStorageFull: 'Offline opslag vol (limiet: {{mb}} MB). Verwijder een album uit je offline bibliotheek of verhoog de limiet in de instellingen.',
offlineStorageGoToSettings: 'Instellingen',
offlineStorageGoToLibrary: 'Offline bibliotheek',
favoriteAdd: 'Aan favorieten toevoegen',
favoriteRemove: 'Uit favorieten verwijderen',
favorite: 'Favoriet',
noBio: 'Geen biografie beschikbaar.',
moreByArtist: 'Meer van {{artist}}',
tracksCount: '{{n}} nummers',
goToArtist: 'Naar {{artist}}',
moreLabelAlbums: 'Meer albums op {{label}}',
moreGenreAlbums: 'Meer albums in het genre {{genre}}',
genresModalTitle: 'Genres',
showAllGenres: 'Alle genres tonen',
trackTitle: 'Titel',
trackAlbum: 'Album',
trackArtist: 'Artiest',
trackGenre: 'Genre',
trackPlayCount: 'Weergaven',
trackLastPlayed: 'Laatst afgespeeld',
trackBpm: 'BPM',
trackFormat: 'Formaat',
trackFavorite: 'Favoriet',
trackRating: 'Beoordeling',
trackDuration: 'Duur',
trackTotal: 'Totaal',
columns: 'Kolommen',
resetColumns: 'Standaard herstellen',
notFound: 'Album niet gevonden.',
bioModal: 'Artiest biografie',
bioClose: 'Sluiten',
ratingLabel: 'Beoordeling',
enlargeCover: 'Vergroten',
filterSongs: 'Filteren…',
sortNatural: 'Natuurlijk',
sortByTitle: 'AZ (Titel)',
sortByArtist: 'AZ (Artiest)',
sortByAlbum: 'AZ (Album)',
};