Removed screen toast spam when adding more albums / tracks in one go
This commit is contained in:
@@ -155,6 +155,7 @@ const en = {
|
||||
restoringQueue: 'Restoring download queue...',
|
||||
queueRestored: 'Download queue restored!',
|
||||
addedToQueue: '{0} added to queue',
|
||||
addedMoreToQueue: '{0} items added to queue',
|
||||
alreadyInQueue: '{0} is already in queue!',
|
||||
finishDownload: '{0} finished downloading.',
|
||||
allDownloaded: 'All downloads completed!',
|
||||
|
||||
@@ -157,6 +157,7 @@ const it = {
|
||||
restoringQueue: 'Ripristinando la coda di download...',
|
||||
queueRestored: 'Coda di download ripristinata!',
|
||||
addedToQueue: '{0} aggiunto alla coda',
|
||||
addedMoreToQueue: '{0} oggetti aggiunti alla coda',
|
||||
alreadyInQueue: '{0} è già nella coda!',
|
||||
finishDownload: '{0} ha finito di scaricarsi.',
|
||||
allDownloaded: 'Tutti i download completati!',
|
||||
|
||||
Reference in New Issue
Block a user