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
@@ -210,6 +210,11 @@ export const zhTranslation = {
playAll: '全部播放',
removeSong: '从收藏中移除',
stations: '广播电台',
showingFiltered: '显示 {{filtered}} / {{total}} ({{artist}})',
showingCount: '显示 {{filtered}} / {{total}}',
clearArtistFilter: '清除艺术家筛选',
noFilterResults: '所选筛选条件下无结果。',
allArtists: '全部艺术家',
},
randomLanding: {
title: '创建混音',
@@ -394,6 +399,10 @@ export const zhTranslation = {
durationHoursMinutes: '{{hours}}小时{{minutes}}分钟',
durationMinutesOnly: '{{minutes}}分钟',
updaterOpenGitHub: '在 GitHub 上打开',
filters: '筛选器',
more: '更多',
yearRange: '年份范围',
clearAll: '清除全部',
},
settings: {
title: '设置',