Added new settings
This commit is contained in:
@@ -226,7 +226,8 @@ const en = {
|
||||
y: 'Yes, overwrite the file',
|
||||
n: "No, don't overwrite the file",
|
||||
t: 'Overwrite only the tags',
|
||||
b: 'No, keep both files and add a number to the duplicate'
|
||||
b: 'No, keep both files and add a number to the duplicate',
|
||||
e: "No, and don't look at the extensions"
|
||||
},
|
||||
fallbackBitrate: 'Bitrate fallback',
|
||||
fallbackSearch: 'Search fallback',
|
||||
@@ -252,6 +253,8 @@ const en = {
|
||||
both: 'Both a jpeg and a png'
|
||||
},
|
||||
jpegImageQuality: 'JPEG image quality',
|
||||
embeddedArtworkPNG: 'Save embedded artwork as PNG',
|
||||
embeddedPNGWarning: 'PNGs are not officialy supported by Deezer and can be buggy',
|
||||
imageSizeWarning: 'Anything above x1200 is not officialy used by Deezer, you may encounter issues'
|
||||
},
|
||||
tags: {
|
||||
@@ -352,4 +355,4 @@ const en = {
|
||||
}
|
||||
}
|
||||
|
||||
export default en
|
||||
export default en
|
||||
|
||||
@@ -232,7 +232,8 @@ const it = {
|
||||
y: 'Si, sovrascrivi i file',
|
||||
n: 'No, non sovrascrivere i file',
|
||||
t: 'Sovrascrivi solo i tag',
|
||||
b: 'No, mantieni entrambi i file e aggiungi un numero al duplicato'
|
||||
b: 'No, mantieni entrambi i file e aggiungi un numero al duplicato',
|
||||
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',
|
||||
@@ -258,6 +259,8 @@ const it = {
|
||||
both: 'Sia in jpeg che in png'
|
||||
},
|
||||
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'
|
||||
},
|
||||
tags: {
|
||||
|
||||
Reference in New Issue
Block a user