Removed screen toast spam when adding more albums / tracks in one go

This commit is contained in:
RemixDev
2020-08-17 11:06:24 +02:00
parent ede8f7a6e1
commit 40c7ba9a0c
5 changed files with 22 additions and 14 deletions

View File

@@ -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!',

View File

@@ -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!',