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
+9
View File
@@ -211,6 +211,11 @@ export const enTranslation = {
playAll: 'Play all',
removeSong: 'Remove from favorites',
stations: 'Radio Stations',
showingFiltered: 'Showing {{filtered}} of {{total}} ({{artist}})',
showingCount: 'Showing {{filtered}} of {{total}}',
clearArtistFilter: 'Clear artist filter',
noFilterResults: 'No results with selected filters.',
allArtists: 'All Artists',
},
randomLanding: {
title: 'Build a Mix',
@@ -399,6 +404,10 @@ export const enTranslation = {
durationHoursMinutes: '{{hours}}h {{minutes}}m',
durationMinutesOnly: '{{minutes}}m',
updaterOpenGitHub: 'Open on GitHub',
filters: 'Filters',
more: 'more',
yearRange: 'Year Range',
clearAll: 'Clear all',
},
settings: {
title: 'Settings',