Made some tweeks to the UI

This commit is contained in:
RemixDev
2020-08-13 22:39:46 +02:00
parent f85c7e16e8
commit 2bc73e5f7c
7 changed files with 33 additions and 30 deletions

View File

@@ -11,6 +11,7 @@ const en = {
toggle_download_tab_hint: 'Expand/Collapse',
clean_queue_hint: 'Clear Finished',
cancel_queue_hint: 'Cancel All',
open_downloads_folder: 'Open Downloads Folder',
cut: 'cut',
copy: 'copy',
copyLink: 'copy link',
@@ -251,7 +252,8 @@ const en = {
png: 'A png image',
both: 'Both a jpeg and a png'
},
jpegImageQuality: 'JPEG image quality'
jpegImageQuality: 'JPEG image quality',
imageSizeWarning: 'Anything above x1200 is not officialy used by Deezer, you may encounter issues'
},
tags: {
head: 'Which tags to save',

View File

@@ -11,6 +11,7 @@ const it = {
toggle_download_tab_hint: 'Espandi/Riduci',
clean_queue_hint: 'Pulisci Lista',
cancel_queue_hint: 'Cancella tutti i download',
open_downloads_folder: 'Apri la cartella di download',
cut: 'taglia',
copy: 'copia',
copyLink: 'copia link',
@@ -253,7 +254,8 @@ const it = {
png: 'In png',
both: 'Sia in jpeg che in png'
},
jpegImageQuality: 'Qualità immagine JPEG'
jpegImageQuality: 'Qualità immagine JPEG',
imageSizeWarning: 'Dimensioni maggiori di x1200 non sono usate ufficialmente da Deezer, potresti incontrare problemi'
},
tags: {
head: 'Quali tag salvare',