[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:
Alain Nussbaumer
2022-06-04 16:40:21 +02:00
committed by chme
parent bb294710e6
commit afb897aa47
9 changed files with 26 additions and 40 deletions

View File

@@ -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",

View File

@@ -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",