[web] Rewrite of the GroupedList to accept multiple sort criteria

This commit is contained in:
Alain Nussbaumer
2024-03-18 21:34:43 +01:00
parent 824a37f0a6
commit 3f8ca8cda3
26 changed files with 225 additions and 222 deletions

View File

@@ -35,7 +35,7 @@
"duration": "Dauer",
"mark-as-played": "Markiere als gespielt",
"play": "Spielen",
"release-date": "Veröffentlichungsdatum",
"release-date": "Erscheinungsdatum",
"remove-podcast": "Entferne podcast",
"tracks": "Track Nummer",
"type": "Art",
@@ -117,7 +117,7 @@
"add": "Hinzufügen",
"album-artist": "Album-Künstler",
"play": "Spielen",
"release-date": "Veröffentlichungsdatum",
"release-date": "Erscheinungsdatum",
"type": "Art"
},
"artist": {
@@ -144,7 +144,7 @@
"path": "Pfad",
"play": "Spielen",
"position": "Disc / Track",
"release-date": "Veröffentlichungsdatum"
"release-date": "Erscheinungsdatum"
}
},
"track": {
@@ -167,7 +167,7 @@
"quality": "Qualität",
"rating-value": "{rating} / 10",
"rating": "Bewertung",
"release-date": "Veröffentlichungsdatum",
"release-date": "Erscheinungsdatum",
"samplerate": " {'|'} {rate} Hz",
"spotify-album": "Album",
"spotify-artist": "Künstler",
@@ -262,6 +262,8 @@
"hide-spotify": "Verbirgt Spotify-Alben",
"title": "Alben",
"sort": {
"artist-name": "Künstler Name",
"artist-date": "Künstler Erscheinungsdatum",
"title": "Sortieren",
"name": "Name",
"recently-added": "Kürzlich hinzugefügt",
@@ -588,10 +590,11 @@
"appended-tracks": "{count} Track an die Abspielliste angehängt|{count} Tracks an die Abspielliste angehängt",
"empty-queue": "Warteschlange ist leer"
},
"group-by-list": {
"grouped-list": {
"today": "Heute",
"last-week": "Letzte Woche",
"last-month": "Letzer Monat"
"last-month": "Letzer Monat",
"undefined": "Unbestimmt"
},
"filter": {
"mono": "Mono",

View File

@@ -262,6 +262,8 @@
"hide-spotify": "Hide albums from Spotify",
"title": "Albums",
"sort": {
"artist-name": "Artist Name",
"artist-date": "Artist Release date",
"title": "Sort",
"name": "Name",
"recently-added": "Recently added",
@@ -588,10 +590,11 @@
"appended-tracks": "{count} track appended to the queue|{count} tracks appended to the queue",
"empty-queue": "Queue is empty"
},
"group-by-list": {
"grouped-list": {
"today": "Today",
"last-week": "Last week",
"last-month": "Last month"
"last-month": "Last month",
"undefined": "Undefined"
},
"filter": {
"mono": "mono",

View File

@@ -262,6 +262,8 @@
"hide-spotify": "Masquer les albums de Spotify",
"title": "Albums",
"sort": {
"artist-name": "Artiste Nom",
"artist-date": "Artiste Date de sortie",
"title": "Trier",
"name": "Nom",
"recently-added": "Ajouts récents",
@@ -588,10 +590,11 @@
"appended-tracks": "{count} piste ajoutée à la file dattente|{count} pistes ajoutées à la file dattente",
"empty-queue": "La file dattente est vide"
},
"group-by-list": {
"grouped-list": {
"today": "Aujourdhui",
"last-week": "La semaine dernière",
"last-month": "Le mois dernier"
"last-month": "Le mois dernier",
"undefined": "Indéfini"
},
"filter": {
"mono": "mono",

View File

@@ -262,6 +262,8 @@
"hide-spotify": "隐藏来自Spotify的专辑",
"title": "专辑",
"sort": {
"artist-name": "艺人 名称",
"artist-date": "艺人 发行日期",
"title": "分类",
"name": "名称",
"recently-added": "最近添加",
@@ -588,10 +590,11 @@
"appended-tracks": "已附加到队列的 {count} 只曲目|已附加到队列的 {count} 只曲目",
"empty-queue": "清单是空的"
},
"group-by-list": {
"grouped-list": {
"today": "今日",
"last-week": "上周",
"last-month": "上月"
"last-month": "上月",
"undefined": "未定义"
},
"filter": {
"mono": "单声道",