[web] Fix for error messages not displaying #1500

This commit is contained in:
Alain Nussbaumer
2022-06-19 16:32:46 +02:00
committed by ejurgensen
parent 40ac39b6df
commit 879feab518
6 changed files with 52 additions and 27 deletions

View File

@@ -87,8 +87,8 @@
"queue-item": {
"album-artist": "Album Artist",
"album": "Album",
"bitrate": "{'|'} {rate} kbit/s",
"channels": "{'|'} {channels}",
"bitrate": " {'|'} {rate} kbit/s",
"channels": " {'|'} {channels}",
"composer": "Composer",
"duration": "Duration",
"genre": "Genre",
@@ -97,7 +97,7 @@
"position": "Disc / Track",
"quality": "Quality",
"remove": "Remove",
"samplerate": "{'|'} {rate} Hz",
"samplerate": " {'|'} {rate} Hz",
"spotify-album": "album",
"spotify-artist": "artist",
"type": "Type",
@@ -150,7 +150,7 @@
"added-on": "Added On",
"album-artist": "Album Artist",
"album": "Album",
"bitrate": " {'|'} {rate} Kb/s",
"bitrate": " {'|'} {rate} kbit/s",
"channels": " {'|'} {channels}",
"comment": "Comment",
"composer": "Composer",
@@ -543,5 +543,10 @@
"today": "Today",
"last-week": "Last week",
"last-month": "Last month"
},
"filter": {
"mono": "mono",
"stereo": "stereo",
"channels": "{count} channels"
}
}

View File

@@ -87,8 +87,8 @@
"queue-item": {
"album-artist": "Artiste de lalbum",
"album": "Album",
"bitrate": "{'|'} {rate} kbit/s",
"channels": "{'|'} {channels}",
"bitrate": " {'|'} {rate} kbit/s",
"channels": " {'|'} {channels}",
"composer": "Compositeur",
"duration": "Durée",
"genre": "Genre",
@@ -97,7 +97,7 @@
"position": "Disque / Piste",
"quality": "Qualité",
"remove": "Supprimer",
"samplerate": "{'|'} {rate} Hz",
"samplerate": " {'|'} {rate} Hz",
"spotify-album": "album",
"spotify-artist": "artiste",
"type": "Type",
@@ -150,7 +150,7 @@
"added-on": "Ajouté le",
"album-artist": "Artiste de lalbum",
"album": "Album",
"bitrate": " {'|'} {rate} Kb/s",
"bitrate": " {'|'} {rate} kbit/s",
"channels": " {'|'} {channels}",
"comment": "Commentaire",
"composer": "Compositeur",
@@ -543,5 +543,10 @@
"today": "Aujourdhui",
"last-week": "La semaine dernière",
"last-month": "Le mois dernier"
},
"filter": {
"mono": "mono",
"stereo": "stéréo",
"channels": "{count} canaux"
}
}