mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
[web] Rewrite of the GroupedList to accept multiple sort criteria
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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 d’attente|{count} pistes ajoutées à la file d’attente",
|
||||
"empty-queue": "La file d’attente est vide"
|
||||
},
|
||||
"group-by-list": {
|
||||
"grouped-list": {
|
||||
"today": "Aujourd’hui",
|
||||
"last-week": "La semaine dernière",
|
||||
"last-month": "Le mois dernier"
|
||||
"last-month": "Le mois dernier",
|
||||
"undefined": "Indéfini"
|
||||
},
|
||||
"filter": {
|
||||
"mono": "mono",
|
||||
|
||||
@@ -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": "单声道",
|
||||
|
||||
Reference in New Issue
Block a user