From cece515696d05b52c264d3c60d18a9d0d48c0717 Mon Sep 17 00:00:00 2001 From: Lenn Steenbergen Date: Mon, 12 Jan 2026 15:15:14 +0100 Subject: [PATCH] chore(i18n): Translated using Weblate (Dutch) 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/nl/ --- src/i18n/resources/nl.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/nl.json b/src/i18n/resources/nl.json index 87d50938..ec11969b 100644 --- a/src/i18n/resources/nl.json +++ b/src/i18n/resources/nl.json @@ -237,7 +237,8 @@ "submenu": { "percent": "{{ratio}}%" } - } + }, + "enable-seekbar": "Schakel thema's voor de schuifbalk in" }, "name": "Albumkleurthema" }, @@ -320,6 +321,22 @@ "hostname": { "label": "Hostnaam" }, + "https": { + "label": "HTTPS & Certificaten", + "submenu": { + "cert": { + "dialogTitle": "Selecteer HTTPS certificaat", + "label": "Certificaatbestand (.crt/.pem)" + }, + "enable-https": { + "label": "HTTPS aanzetten" + }, + "key": { + "dialogTitle": "Selecteer HTTPS privésleutel", + "label": "Privésleutelbestand (.key/.pem)" + } + } + }, "port": { "label": "Poort" }