Added more stuff for future version of the library

This commit is contained in:
RemixDev
2020-08-16 01:34:55 +02:00
parent 94c4ca00a3
commit 5f2488846b
7 changed files with 17 additions and 7 deletions

View File

@@ -152,6 +152,8 @@ const en = {
searchbar: 'Search anything you want (or just paste a link)',
downloads: 'downloads',
toasts: {
restoringQueue: 'Restoring download queue...',
queueRestored: 'Download queue restored!',
addedToQueue: '{0} added to queue',
alreadyInQueue: '{0} is already in queue!',
finishDownload: '{0} finished downloading.',

View File

@@ -154,6 +154,8 @@ const it = {
searchbar: 'Cerca qualsiasi cosa (o incolla semplicemente un link)',
downloads: 'download',
toasts: {
restoringQueue: 'Ripristinando la coda di download...',
queueRestored: 'Coda di download ripristinata!',
addedToQueue: '{0} aggiunto alla coda',
alreadyInQueue: '{0} è già nella coda!',
finishDownload: '{0} ha finito di scaricarsi.',