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:
Psychotoxical
2026-04-14 22:34:18 +02:00
committed by GitHub
11 changed files with 477 additions and 34 deletions
+9
View File
@@ -215,6 +215,11 @@ export const ruTranslation = {
playAll: 'Воспроизвести всё',
removeSong: 'Убрать из избранного',
stations: 'Радиостанции',
showingFiltered: 'Показано {{filtered}} из {{total}} ({{artist}})',
showingCount: 'Показано {{filtered}} из {{total}}',
clearArtistFilter: 'Сбросить фильтр исполнителя',
noFilterResults: 'Нет результатов с выбранными фильтрами.',
allArtists: 'Все исполнители',
},
randomLanding: {
title: 'Собрать микс',
@@ -413,6 +418,10 @@ export const ruTranslation = {
durationHoursMinutes: '{{hours}}ч {{minutes}}мин',
durationMinutesOnly: '{{minutes}}мин',
updaterOpenGitHub: 'Открыть на GitHub',
filters: 'Фильтры',
more: 'еще',
yearRange: 'Диапазон лет',
clearAll: 'Очистить всё',
},
settings: {
title: 'Настройки',