mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
Compare commits
2 Commits
8b35a60997
...
7951b17877
| Author | SHA1 | Date | |
|---|---|---|---|
| 7951b17877 | |||
| 2a39b7315b |
@ -321,6 +321,22 @@
|
||||
"hostname": {
|
||||
"label": "Hostname"
|
||||
},
|
||||
"https": {
|
||||
"label": "HTTPS & Zertifikate",
|
||||
"submenu": {
|
||||
"cert": {
|
||||
"dialogTitle": "HTTPS Zertifikat Datei auswählen",
|
||||
"label": "Zertifikate Datei (.crt/.pem)"
|
||||
},
|
||||
"enable-https": {
|
||||
"label": "HTTPS aktivieren"
|
||||
},
|
||||
"key": {
|
||||
"dialogTitle": "HTTPS privaten Schlüssel Datei auswählen",
|
||||
"label": "Privater Schlüssel Datei (.key/.pem)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"port": {
|
||||
"label": "Port"
|
||||
}
|
||||
|
||||
@ -321,6 +321,9 @@
|
||||
"hostname": {
|
||||
"label": "主机名"
|
||||
},
|
||||
"https": {
|
||||
"label": "HTTPS & 数字证书"
|
||||
},
|
||||
"port": {
|
||||
"label": "端口号"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user