From 2a39b7315bd3a516c51ec27f4e49670a54322a59 Mon Sep 17 00:00:00 2001 From: Philip30 Date: Sat, 20 Dec 2025 18:10:41 +0100 Subject: [PATCH] chore(i18n): Translated using Weblate (German) Currently translated at 100.0% (463 of 463 strings) Translation: pear-devs/pear-desktop/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/de/ --- src/i18n/resources/de.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" }