mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
Merge pull request #184 from kveld9/feat/ux-redesign-favorites
feat: ux redesign favorites -- sortable columns, gender filter, age range filter, new columns.
This commit is contained in:
@@ -212,6 +212,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',
|
||||
@@ -400,6 +405,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',
|
||||
|
||||
Reference in New Issue
Block a user