diff --git a/src/i18n/resources/de.json b/src/i18n/resources/de.json index 0b689ded..ac7326ed 100644 --- a/src/i18n/resources/de.json +++ b/src/i18n/resources/de.json @@ -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" }