Added the new options in 1.1.10
This commit is contained in:
@@ -115,7 +115,12 @@ const en = {
|
||||
artistImageTemplate: 'Artist image template',
|
||||
localArtworkSize: 'Local artwork size',
|
||||
embeddedArtworkSize: 'Embedded artwork size',
|
||||
PNGcovers: 'Save images as png',
|
||||
localArtworkFormat: {
|
||||
title: 'What format do you want the local artwork to be?',
|
||||
jpg: "A jpeg image",
|
||||
png: "A png image",
|
||||
both: "Both a jpeg and a png"
|
||||
},
|
||||
jpegImageQuality: 'JPEG image quality'
|
||||
},
|
||||
tags: {
|
||||
@@ -149,12 +154,14 @@ const en = {
|
||||
savePlaylistAsCompilation: 'Save playlists as compilation',
|
||||
useNullSeparator: 'Use null separator',
|
||||
saveID3v1: 'Save ID3v1 as well',
|
||||
multitagSeparator: {
|
||||
multiArtistSeparator: {
|
||||
title: 'How would you like to separate your artists?',
|
||||
nothing: 'Save only the main artist',
|
||||
default: 'Using standard specification',
|
||||
andFeat: 'Using & and feat.',
|
||||
using: 'Using "{0}"'
|
||||
},
|
||||
singleAlbumArtist: 'Save only the main album artist',
|
||||
albumVariousArtists: 'Keep "Various Artists" in the Album Artists',
|
||||
removeAlbumVersion: 'Remove "Album Version" from track title',
|
||||
removeDuplicateArtists: 'Remove combinations of artists',
|
||||
|
||||
@@ -115,7 +115,12 @@ const it = {
|
||||
artistImageTemplate: 'Template nome copertina artista',
|
||||
localArtworkSize: 'Dimensioni copertine locali',
|
||||
embeddedArtworkSize: 'Dimensioni copertine incorporate',
|
||||
PNGcovers: 'Salva immagini come PNG',
|
||||
localArtworkFormat: {
|
||||
title: 'Come vuoi salvare le copertine locali?',
|
||||
jpg: 'In jpeg',
|
||||
png: 'In png',
|
||||
both: 'Sia in jpeg che in png'
|
||||
},
|
||||
jpegImageQuality: 'Qualità immagine JPEG'
|
||||
},
|
||||
tags: {
|
||||
@@ -149,12 +154,14 @@ const it = {
|
||||
savePlaylistAsCompilation: 'Salva le playlist come Compilation',
|
||||
useNullSeparator: 'Usa il carattere NULL come separatore',
|
||||
saveID3v1: 'Salva anche il ID3v1',
|
||||
multitagSeparator: {
|
||||
multiArtistSeparator: {
|
||||
title: 'Come vuoi separare gli artisti?',
|
||||
nothing: 'Salva solo l\'artista principale',
|
||||
default: 'Usando la specificazione standard',
|
||||
andFeat: 'Usando & e feat.',
|
||||
using: 'Usando "{0}"'
|
||||
},
|
||||
singleAlbumArtist: 'Salva solo l\'artista dell\'album principale',
|
||||
albumVariousArtists: 'Lascia "Artisti Vari" negli artisti dell\'album',
|
||||
removeAlbumVersion: 'Rimuovi "Album Version" dal titolo del brano',
|
||||
removeDuplicateArtists: 'Rimuovi le combinazioni di artisti',
|
||||
|
||||
Reference in New Issue
Block a user