mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 14:30:20 -05:00
Fix for #1606
This commit is contained in:
@@ -369,7 +369,8 @@
|
||||
},
|
||||
"playlist": {
|
||||
"length": "{length} Tracks",
|
||||
"shuffle": "Zufallswiedergabe"
|
||||
"shuffle": "Zufallswiedergabe",
|
||||
"track-count": "{count} Tracks"
|
||||
},
|
||||
"playlists": {
|
||||
"count": "{count} Playlisten"
|
||||
|
||||
@@ -369,7 +369,8 @@
|
||||
},
|
||||
"playlist": {
|
||||
"length": "{length} tracks",
|
||||
"shuffle": "Shuffle"
|
||||
"shuffle": "Shuffle",
|
||||
"track-count": "{count} tracks"
|
||||
},
|
||||
"playlists": {
|
||||
"count": "{count} playlists"
|
||||
|
||||
@@ -369,7 +369,8 @@
|
||||
},
|
||||
"playlist": {
|
||||
"length": "{length} pistes",
|
||||
"shuffle": "Lecture aléatoire"
|
||||
"shuffle": "Lecture aléatoire",
|
||||
"track-count": "{count} pistes"
|
||||
},
|
||||
"playlists": {
|
||||
"count": "{count} listes de lecture"
|
||||
|
||||
Reference in New Issue
Block a user