mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 14:30:20 -05:00
[web] Fix translation for genre page. Alignment of logic between artist, composer, and genre pages when navigating to albums or tracks.
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
}
|
||||
},
|
||||
"artist": {
|
||||
"album-count": "{count} albums {'|'} ",
|
||||
"album-count": "{count} albums",
|
||||
"shuffle": "Shuffle",
|
||||
"track-count": "{count} tracks",
|
||||
"sort-by": {
|
||||
@@ -330,14 +330,9 @@
|
||||
}
|
||||
},
|
||||
"composer": {
|
||||
"album-count": "{count} albums {'|'}",
|
||||
"album-count": "{count} albums",
|
||||
"shuffle": "Shuffle",
|
||||
"track-count": "{count} tracks",
|
||||
"tracks": {
|
||||
"album-count": "{count} albums",
|
||||
"track-count": " {'|'} {count} tracks",
|
||||
"shuffle": "Shuffle"
|
||||
}
|
||||
"track-count": "{count} tracks"
|
||||
},
|
||||
"composers": {
|
||||
"count": "{count} composers",
|
||||
@@ -348,13 +343,9 @@
|
||||
"title": "Files"
|
||||
},
|
||||
"genre": {
|
||||
"album-count": "{count} albums {'|'} ",
|
||||
"album-count": "{count} albums",
|
||||
"shuffle": "Shuffle",
|
||||
"tracks": {
|
||||
"album-count": "{count} albums {'|'} ",
|
||||
"count": " {count} tracks",
|
||||
"shuffle": "Shuffle"
|
||||
}
|
||||
"track-count": "{count} tracks"
|
||||
},
|
||||
"genres": {
|
||||
"count": "{count} genres",
|
||||
|
||||
@@ -263,7 +263,7 @@
|
||||
}
|
||||
},
|
||||
"artist": {
|
||||
"album-count": "{count} albums {'|'} ",
|
||||
"album-count": "{count} albums",
|
||||
"shuffle": "Lecture aléatoire",
|
||||
"track-count": "{count} pistes",
|
||||
"sort-by": {
|
||||
@@ -330,14 +330,9 @@
|
||||
}
|
||||
},
|
||||
"composer": {
|
||||
"album-count": "{count} albums {'|'}",
|
||||
"album-count": "{count} albums",
|
||||
"shuffle": "Lecture aléatoire",
|
||||
"track-count": "{count} pistes",
|
||||
"pistes": {
|
||||
"album-count": "{count} albums",
|
||||
"track-count": " {'|'} {count} pistes",
|
||||
"shuffle": "Lecture aléatoire"
|
||||
}
|
||||
"track-count": "{count} pistes"
|
||||
},
|
||||
"composers": {
|
||||
"count": "{count} compositeurs",
|
||||
@@ -348,13 +343,9 @@
|
||||
"title": "Fichiers"
|
||||
},
|
||||
"genre": {
|
||||
"album-count": "{count} albums {'|'} ",
|
||||
"album-count": "{count} albums",
|
||||
"shuffle": "Lecture aléatoire",
|
||||
"pistes": {
|
||||
"album-count": "{count} albums {'|'} ",
|
||||
"count": " {count} pistes",
|
||||
"shuffle": "Lecture aléatoire"
|
||||
}
|
||||
"track-count": "{count} pistes"
|
||||
},
|
||||
"genres": {
|
||||
"count": "{count} genres",
|
||||
|
||||
Reference in New Issue
Block a user