sortable columns, gender filter, age range filter, new columns.

This commit is contained in:
kveld9
2026-04-14 16:49:06 -03:00
parent 915f0143f7
commit 6996dacdf7
11 changed files with 477 additions and 34 deletions
+10 -1
View File
@@ -209,7 +209,12 @@ export const nbTranslation = {
enqueueAll: 'Legg alle i kø',
playAll: 'Spill alle',
removeSong: 'Fjern fra favoritter',
stations: 'Radiostasjoner',
stations: 'Radiostasjoner',
showingFiltered: 'Viser {{filtered}} av {{total}} ({{artist}})',
showingCount: 'Viser {{filtered}} av {{total}}',
clearArtistFilter: 'Tøm artistfilter',
noFilterResults: 'Ingen resultater med valgte filtre.',
allArtists: 'Alle artister',
},
randomLanding: {
title: 'Lag en miks',
@@ -398,6 +403,10 @@ export const nbTranslation = {
durationHoursMinutes: '{{hours}} t {{minutes}} min',
durationMinutesOnly: '{{minutes}} min',
updaterOpenGitHub: 'Åpne på GitHub',
filters: 'Filter',
more: 'mer',
yearRange: 'Årsspenn',
clearAll: 'Tøm alt',
},
settings: {
title: 'Innstillinger',