From 1466c6451b5104ef014e39c8c5e393775ce8bb1d Mon Sep 17 00:00:00 2001 From: N0-PR0PH3T Date: Mon, 22 Dec 2025 12:00:31 +0100 Subject: [PATCH] chore(i18n): Translated using Weblate (Swedish) 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/sv/ --- src/i18n/resources/sv.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/sv.json b/src/i18n/resources/sv.json index fb1ecb1f..aa08632a 100644 --- a/src/i18n/resources/sv.json +++ b/src/i18n/resources/sv.json @@ -321,6 +321,22 @@ "hostname": { "label": "Värdnamn" }, + "https": { + "label": "HTTPS och certifikat", + "submenu": { + "cert": { + "dialogTitle": "Välj HTTPS-certifikatfil", + "label": "Certifikatfil (.crt/.pem)" + }, + "enable-https": { + "label": "Aktivera HTTPS" + }, + "key": { + "dialogTitle": "Välj privat nyckelfil (.key/.pem)", + "label": "Privat nyckelfil (.key/.pem)" + } + } + }, "port": { "label": "Port" } @@ -462,8 +478,8 @@ "set-status-display-type": { "label": "Statusmeddelande", "submenu": { - "artist": "Lyssnar på {artist}", "application": "Lyssnar på {{applicationName}}", + "artist": "Lyssnar på {artist}", "title": "Lyssnar på {song title}" } }