mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-02-03 13:12:42 +00:00
Compare commits
1 Commits
4c46886258
...
7b159ad55f
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b159ad55f |
@ -237,8 +237,7 @@
|
|||||||
"submenu": {
|
"submenu": {
|
||||||
"percent": "{{ratio}}%"
|
"percent": "{{ratio}}%"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"enable-seekbar": "Abilita tematizzazione della seekbar"
|
|
||||||
},
|
},
|
||||||
"name": "Tema abbinato a colore album"
|
"name": "Tema abbinato a colore album"
|
||||||
},
|
},
|
||||||
@ -321,22 +320,6 @@
|
|||||||
"hostname": {
|
"hostname": {
|
||||||
"label": "Hostname"
|
"label": "Hostname"
|
||||||
},
|
},
|
||||||
"https": {
|
|
||||||
"label": "HTTPS & Certificati",
|
|
||||||
"submenu": {
|
|
||||||
"cert": {
|
|
||||||
"dialogTitle": "Seleziona file di certificato HTTPS",
|
|
||||||
"label": "File di certificato (.crt/.pem)"
|
|
||||||
},
|
|
||||||
"enable-https": {
|
|
||||||
"label": "Abilita HTTPS"
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"dialogTitle": "Seleziona il file della chiave privata HTTPS",
|
|
||||||
"label": "File della chiave privata (.key/.pem)"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"port": {
|
"port": {
|
||||||
"label": "Porta"
|
"label": "Porta"
|
||||||
}
|
}
|
||||||
@ -478,9 +461,9 @@
|
|||||||
"set-status-display-type": {
|
"set-status-display-type": {
|
||||||
"label": "Testo dello status",
|
"label": "Testo dello status",
|
||||||
"submenu": {
|
"submenu": {
|
||||||
"application": "Ascoltando {{applicationName}}",
|
|
||||||
"artist": "Stai ascoltando {artist}",
|
"artist": "Stai ascoltando {artist}",
|
||||||
"title": "Stai ascoltando {song title}"
|
"title": "Stai ascoltando {song title}",
|
||||||
|
"application": "Ascoltando {{applicationName}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -883,7 +866,7 @@
|
|||||||
},
|
},
|
||||||
"name": "Testi sincronizzati",
|
"name": "Testi sincronizzati",
|
||||||
"refetch-btn": {
|
"refetch-btn": {
|
||||||
"fetching": "Caricamento...",
|
"fetching": "Sto recuperando...",
|
||||||
"normal": "Recupera i testi"
|
"normal": "Recupera i testi"
|
||||||
},
|
},
|
||||||
"warnings": {
|
"warnings": {
|
||||||
|
|||||||
@ -321,22 +321,6 @@
|
|||||||
"hostname": {
|
"hostname": {
|
||||||
"label": "Nome do anfitrião"
|
"label": "Nome do anfitrião"
|
||||||
},
|
},
|
||||||
"https": {
|
|
||||||
"label": "HTTPS & Certificados",
|
|
||||||
"submenu": {
|
|
||||||
"cert": {
|
|
||||||
"dialogTitle": "Selecione o certificado do HTTPS",
|
|
||||||
"label": "Arquivo de certificado (.crt/.pem)"
|
|
||||||
},
|
|
||||||
"enable-https": {
|
|
||||||
"label": "Habilitar HTTPS"
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"dialogTitle": "Selecione a chave privada do HTTPS",
|
|
||||||
"label": "Arquivo de chave privada (.key/.pem)"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"port": {
|
"port": {
|
||||||
"label": "Porta"
|
"label": "Porta"
|
||||||
}
|
}
|
||||||
@ -478,8 +462,8 @@
|
|||||||
"set-status-display-type": {
|
"set-status-display-type": {
|
||||||
"label": "Texto de status",
|
"label": "Texto de status",
|
||||||
"submenu": {
|
"submenu": {
|
||||||
"application": "Ouvindo {{applicationName}}",
|
|
||||||
"artist": "Ouvindo {artist}",
|
"artist": "Ouvindo {artist}",
|
||||||
|
"application": "Ouvindo {{applicationName}}",
|
||||||
"title": "Ouvindo {song title}"
|
"title": "Ouvindo {song title}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user