feat: download all button in Favorites page, this solves #37
This commit is contained in:
@@ -4,6 +4,7 @@ const en = {
|
||||
back: 'back',
|
||||
loading: 'loading',
|
||||
download: 'Download {thing}',
|
||||
downloadAll: 'Download all {thing}',
|
||||
by: 'by {artist}',
|
||||
in: 'in {album}',
|
||||
download_hint: 'Download',
|
||||
@@ -105,7 +106,7 @@ const en = {
|
||||
no360RA: 'Track is not available in Reality Audio 360.',
|
||||
notAvailable: "Track not available on Deezer's servers!",
|
||||
notAvailableNoAlternative: "Track not available on Deezer's servers and no alternative found!",
|
||||
noSpaceLeft: "No space left on the device!",
|
||||
noSpaceLeft: 'No space left on the device!',
|
||||
albumDoesntExists: "Track's album doesn't exist, failed to gather info"
|
||||
}
|
||||
},
|
||||
@@ -126,7 +127,8 @@ const en = {
|
||||
},
|
||||
linkAnalyzer: {
|
||||
info: 'You can use this section to find more information about the link you are trying to download.',
|
||||
useful: "This is useful if you're trying to download some tracks that are not available in your country and want to know where they are available, for instance.",
|
||||
useful:
|
||||
"This is useful if you're trying to download some tracks that are not available in your country and want to know where they are available, for instance.",
|
||||
linkNotSupported: 'This link is not yet supported',
|
||||
linkNotSupportedYet: 'Seems like this link is not yet supported, try analyzing another one.',
|
||||
table: {
|
||||
@@ -146,7 +148,8 @@ const en = {
|
||||
},
|
||||
search: {
|
||||
startSearching: 'Start searching!',
|
||||
description: 'You can search a track, a whole album, an artist, a playlist.... everything! You can also paste a Deezer link',
|
||||
description:
|
||||
'You can search a track, a whole album, an artist, a playlist.... everything! You can also paste a Deezer link',
|
||||
fans: '{n} fans',
|
||||
noResults: 'No results',
|
||||
noResultsTrack: 'No Tracks found',
|
||||
|
||||
@@ -4,6 +4,7 @@ const it = {
|
||||
back: 'indietro',
|
||||
loading: 'caricamento',
|
||||
download: 'Scarica {thing}',
|
||||
downloadAll: 'Scarica ogni {thing}',
|
||||
by: 'di {artist}',
|
||||
in: 'in {album}',
|
||||
download_hint: 'Scarica',
|
||||
@@ -108,8 +109,8 @@ const it = {
|
||||
no360RA: 'Brano non disponibile in Reality Audio 360.',
|
||||
notAvailable: 'Brano non presente sui server di Deezer!',
|
||||
notAvailableNoAlternative: 'Brano non presente sui server di Deezer e nessuna alternativa trovata!',
|
||||
noSpaceLeft: "Spazio su disco esaurito!",
|
||||
albumDoesntExists: "Il brano non ha nessun album, impossibile ottenere informazioni"
|
||||
noSpaceLeft: 'Spazio su disco esaurito!',
|
||||
albumDoesntExists: 'Il brano non ha nessun album, impossibile ottenere informazioni'
|
||||
}
|
||||
},
|
||||
favorites: {
|
||||
@@ -244,7 +245,7 @@ const it = {
|
||||
n: 'No, non sovrascrivere i file',
|
||||
t: 'Sovrascrivi solo i tag',
|
||||
b: 'No, mantieni entrambi i file e aggiungi un numero al duplicato',
|
||||
e: "No, e non tener conto della estensione del file"
|
||||
e: 'No, e non tener conto della estensione del file'
|
||||
},
|
||||
fallbackBitrate: 'Utilizza bitrate più bassi se il bitrate preferito non è disponibile',
|
||||
fallbackSearch: 'Cerca il brano se il link originale non è disponibile',
|
||||
@@ -272,7 +273,8 @@ const it = {
|
||||
jpegImageQuality: 'Qualità immagine JPEG',
|
||||
embeddedArtworkPNG: 'Salva copertina incorporata come PNG',
|
||||
embeddedPNGWarning: 'Le immagini PNG non sono usate ufficialmente da Deezer e potrebbero dare problemi',
|
||||
imageSizeWarning: 'Dimensioni maggiori di x1200 non sono usate ufficialmente da Deezer, potresti incontrare problemi',
|
||||
imageSizeWarning:
|
||||
'Dimensioni maggiori di x1200 non sono usate ufficialmente da Deezer, potresti incontrare problemi',
|
||||
coverDescriptionUTF8: 'Salva la descrizione della copertina in UTF8 (iTunes Cover Fix)'
|
||||
},
|
||||
tags: {
|
||||
|
||||
Reference in New Issue
Block a user