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
@@ -210,6 +210,11 @@ export const deTranslation = {
playAll: 'Alle abspielen',
removeSong: 'Aus Favoriten entfernen',
stations: 'Radiosender',
showingFiltered: 'Zeige {{filtered}} von {{total}} ({{artist}})',
showingCount: 'Zeige {{filtered}} von {{total}}',
clearArtistFilter: 'Künstlerfilter zurücksetzen',
noFilterResults: 'Keine Ergebnisse mit den ausgewählten Filtern.',
allArtists: 'Alle Künstler',
},
randomLanding: {
title: 'Mix erstellen',
@@ -398,6 +403,10 @@ export const deTranslation = {
durationHoursMinutes: '{{hours}} Std. {{minutes}} Min.',
durationMinutesOnly: '{{minutes}} Min.',
updaterOpenGitHub: 'Auf GitHub öffnen',
filters: 'Filter',
more: 'mehr',
yearRange: 'Jahresbereich',
clearAll: 'Alles zurücksetzen',
},
settings: {
title: 'Einstellungen',
+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',
+9
View File
@@ -211,6 +211,11 @@ export const esTranslation = {
playAll: 'Reproducir todo',
removeSong: 'Quitar de favoritos',
stations: 'Estaciones de Radio',
showingFiltered: 'Mostrando {{filtered}} de {{total}} ({{artist}})',
showingCount: 'Mostrando {{filtered}} de {{total}}',
clearArtistFilter: 'Limpiar filtro de artista',
noFilterResults: 'No hay resultados con los filtros seleccionados.',
allArtists: 'Todos los Artistas',
},
randomLanding: {
title: 'Crear Mezcla',
@@ -400,6 +405,10 @@ export const esTranslation = {
durationHoursMinutes: '{{hours}}h {{minutes}}m',
durationMinutesOnly: '{{minutes}}m',
updaterOpenGitHub: 'Abrir en GitHub',
filters: 'Filtros',
more: 'más',
yearRange: 'Rango de años',
clearAll: 'Limpiar todo',
},
settings: {
title: 'Configuración',
+9
View File
@@ -210,6 +210,11 @@ export const frTranslation = {
playAll: 'Tout lire',
removeSong: 'Retirer des favoris',
stations: 'Stations de radio',
showingFiltered: 'Affichage de {{filtered}} sur {{total}} ({{artist}})',
showingCount: 'Affichage de {{filtered}} sur {{total}}',
clearArtistFilter: 'Effacer le filtre artiste',
noFilterResults: 'Aucun résultat avec les filtres sélectionnés.',
allArtists: 'Tous les artistes',
},
randomLanding: {
title: 'Créer un mix',
@@ -398,6 +403,10 @@ export const frTranslation = {
durationHoursMinutes: '{{hours}} h {{minutes}} min',
durationMinutesOnly: '{{minutes}} min',
updaterOpenGitHub: 'Ouvrir sur GitHub',
filters: 'Filtres',
more: 'plus',
yearRange: 'Plage d\'années',
clearAll: 'Tout effacer',
},
settings: {
title: 'Paramètres',
+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',
+9
View File
@@ -209,6 +209,11 @@ export const nlTranslation = {
playAll: 'Alles afspelen',
removeSong: 'Verwijderen uit favorieten',
stations: 'Radiostations',
showingFiltered: 'Toont {{filtered}} van {{total}} ({{artist}})',
showingCount: 'Toont {{filtered}} van {{total}}',
clearArtistFilter: 'Artiestfilter wissen',
noFilterResults: 'Geen resultaten met de geselecteerde filters.',
allArtists: 'Alle artiesten',
},
randomLanding: {
title: 'Mix samenstellen',
@@ -397,6 +402,10 @@ export const nlTranslation = {
durationHoursMinutes: '{{hours}} u {{minutes}} min',
durationMinutesOnly: '{{minutes}} min',
updaterOpenGitHub: 'Openen op GitHub',
filters: 'Filters',
more: 'meer',
yearRange: 'Jaarbereik',
clearAll: 'Alles wissen',
},
settings: {
title: 'Instellingen',
+9
View File
@@ -214,6 +214,11 @@ export const ruTranslation = {
playAll: 'Воспроизвести всё',
removeSong: 'Убрать из избранного',
stations: 'Радиостанции',
showingFiltered: 'Показано {{filtered}} из {{total}} ({{artist}})',
showingCount: 'Показано {{filtered}} из {{total}}',
clearArtistFilter: 'Сбросить фильтр исполнителя',
noFilterResults: 'Нет результатов с выбранными фильтрами.',
allArtists: 'Все исполнители',
},
randomLanding: {
title: 'Собрать микс',
@@ -412,6 +417,10 @@ export const ruTranslation = {
durationHoursMinutes: '{{hours}}ч {{minutes}}мин',
durationMinutesOnly: '{{minutes}}мин',
updaterOpenGitHub: 'Открыть на GitHub',
filters: 'Фильтры',
more: 'еще',
yearRange: 'Диапазон лет',
clearAll: 'Очистить всё',
},
settings: {
title: 'Настройки',
+9
View File
@@ -209,6 +209,11 @@ export const zhTranslation = {
playAll: '全部播放',
removeSong: '从收藏中移除',
stations: '广播电台',
showingFiltered: '显示 {{filtered}} / {{total}} ({{artist}})',
showingCount: '显示 {{filtered}} / {{total}}',
clearArtistFilter: '清除艺术家筛选',
noFilterResults: '所选筛选条件下无结果。',
allArtists: '全部艺术家',
},
randomLanding: {
title: '创建混音',
@@ -393,6 +398,10 @@ export const zhTranslation = {
durationHoursMinutes: '{{hours}}小时{{minutes}}分钟',
durationMinutesOnly: '{{minutes}}分钟',
updaterOpenGitHub: '在 GitHub 上打开',
filters: '筛选器',
more: '更多',
yearRange: '年份范围',
clearAll: '清除全部',
},
settings: {
title: '设置',