mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 14:30:20 -05:00
[web] Fix for error messages not displaying #1500
This commit is contained in:
committed by
ejurgensen
parent
40ac39b6df
commit
879feab518
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,8 +87,8 @@
|
||||
"queue-item": {
|
||||
"album-artist": "Artiste de l’album",
|
||||
"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 l’album",
|
||||
"album": "Album",
|
||||
"bitrate": " {'|'} {rate} Kb/s",
|
||||
"bitrate": " {'|'} {rate} kbit/s",
|
||||
"channels": " {'|'} {channels}",
|
||||
"comment": "Commentaire",
|
||||
"composer": "Compositeur",
|
||||
@@ -543,5 +543,10 @@
|
||||
"today": "Aujourd’hui",
|
||||
"last-week": "La semaine dernière",
|
||||
"last-month": "Le mois dernier"
|
||||
},
|
||||
"filter": {
|
||||
"mono": "mono",
|
||||
"stereo": "stéréo",
|
||||
"channels": "{count} canaux"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user