Added support for updates check
This commit is contained in:
@@ -217,7 +217,10 @@ const en = {
|
||||
deezerNotAvailable: 'Deezer is not available in your country. You should use a VPN.',
|
||||
startGeneratingItems: 'Processing {n} items...',
|
||||
finishGeneratingItems: 'Generated {n} items.',
|
||||
noLovedPlaylist: 'No loved tracks playlist!'
|
||||
noLovedPlaylist: 'No loved tracks playlist!',
|
||||
checkingUpdates: 'Checking for updates...',
|
||||
noUpdateAvailable: 'No updates found',
|
||||
updateAvailable: 'An update is available!'
|
||||
},
|
||||
settings: {
|
||||
title: 'Settings',
|
||||
|
||||
@@ -217,7 +217,10 @@ const it = {
|
||||
deezerNotAvailable: 'Deezer non è disponibile nel tuo paese. Dovresti usare una VPN.',
|
||||
startGeneratingItems: 'Elaborando {n} oggetti...',
|
||||
finishGeneratingItems: '{n} oggetti generati.',
|
||||
noLovedPlaylist: 'Nessuna playlist "Canzoni del cuore"!'
|
||||
noLovedPlaylist: 'Nessuna playlist "Canzoni del cuore"!',
|
||||
checkingUpdates: 'Cercando aggiornamenti...',
|
||||
noUpdateAvailable: 'Nessun aggiornamento trovato',
|
||||
updateAvailable: 'È disponibile un aggiornamento!'
|
||||
},
|
||||
settings: {
|
||||
title: 'Impostazioni',
|
||||
|
||||
Reference in New Issue
Block a user