mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 14:30:20 -05:00
#1473 Add sort by rating for composer, genre, and artist tracks.
This commit is contained in:
@@ -270,6 +270,7 @@
|
||||
"sort-by": {
|
||||
"title": "Sortieren nach",
|
||||
"name": "Name",
|
||||
"rating": "Bewertung",
|
||||
"release-date": "Erscheinungsdatum"
|
||||
}
|
||||
},
|
||||
@@ -333,7 +334,12 @@
|
||||
"composer": {
|
||||
"album-count": "{count} Alben",
|
||||
"shuffle": "Zufallswiedergabe",
|
||||
"track-count": "{count} Tracks"
|
||||
"track-count": "{count} Tracks",
|
||||
"sort-by": {
|
||||
"title": "Sortieren nach",
|
||||
"name": "Name",
|
||||
"rating": "Bewertung"
|
||||
}
|
||||
},
|
||||
"composers": {
|
||||
"count": "{count} Komponisten",
|
||||
@@ -346,7 +352,12 @@
|
||||
"genre": {
|
||||
"album-count": "{count} Alben",
|
||||
"shuffle": "Zufallswiedergabe",
|
||||
"track-count": "{count} Tracks"
|
||||
"track-count": "{count} Tracks",
|
||||
"sort-by": {
|
||||
"title": "Sortieren nach",
|
||||
"name": "Name",
|
||||
"rating": "Bewertung"
|
||||
}
|
||||
},
|
||||
"genres": {
|
||||
"count": "{count} Genres",
|
||||
|
||||
@@ -270,6 +270,7 @@
|
||||
"sort-by": {
|
||||
"title": "Sort by",
|
||||
"name": "Name",
|
||||
"rating": "Rating",
|
||||
"release-date": "Release date"
|
||||
}
|
||||
},
|
||||
@@ -333,7 +334,12 @@
|
||||
"composer": {
|
||||
"album-count": "{count} albums",
|
||||
"shuffle": "Shuffle",
|
||||
"track-count": "{count} tracks"
|
||||
"track-count": "{count} tracks",
|
||||
"sort-by": {
|
||||
"title": "Sort by",
|
||||
"name": "Name",
|
||||
"rating": "Rating"
|
||||
}
|
||||
},
|
||||
"composers": {
|
||||
"count": "{count} composers",
|
||||
@@ -346,7 +352,12 @@
|
||||
"genre": {
|
||||
"album-count": "{count} albums",
|
||||
"shuffle": "Shuffle",
|
||||
"track-count": "{count} tracks"
|
||||
"track-count": "{count} tracks",
|
||||
"sort-by": {
|
||||
"title": "Sort by",
|
||||
"name": "Name",
|
||||
"rating": "Rating"
|
||||
}
|
||||
},
|
||||
"genres": {
|
||||
"count": "{count} genres",
|
||||
|
||||
@@ -270,6 +270,7 @@
|
||||
"sort-by": {
|
||||
"title": "Trier par",
|
||||
"name": "Nom",
|
||||
"rating": "Classement",
|
||||
"release-date": "Date de sortie"
|
||||
}
|
||||
},
|
||||
@@ -333,7 +334,12 @@
|
||||
"composer": {
|
||||
"album-count": "{count} albums",
|
||||
"shuffle": "Lecture aléatoire",
|
||||
"track-count": "{count} pistes"
|
||||
"track-count": "{count} pistes",
|
||||
"sort-by": {
|
||||
"title": "Trier par",
|
||||
"name": "Nom",
|
||||
"rating": "Classement"
|
||||
}
|
||||
},
|
||||
"composers": {
|
||||
"count": "{count} compositeurs",
|
||||
@@ -346,7 +352,12 @@
|
||||
"genre": {
|
||||
"album-count": "{count} albums",
|
||||
"shuffle": "Lecture aléatoire",
|
||||
"track-count": "{count} pistes"
|
||||
"track-count": "{count} pistes",
|
||||
"sort-by": {
|
||||
"title": "Trier par",
|
||||
"name": "Nom",
|
||||
"rating": "Classement"
|
||||
}
|
||||
},
|
||||
"genres": {
|
||||
"count": "{count} genres",
|
||||
|
||||
Reference in New Issue
Block a user