From 700e4ba38e3792a970453f55117c454890ee2351 Mon Sep 17 00:00:00 2001 From: N0-PR0PH3T Date: Mon, 22 Dec 2025 11:48:52 +0100 Subject: [PATCH] chore(i18n): Translated using Weblate (Croatian) 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/hr/ --- src/i18n/resources/hr.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/i18n/resources/hr.json b/src/i18n/resources/hr.json index 0b51a22a..fedb4873 100644 --- a/src/i18n/resources/hr.json +++ b/src/i18n/resources/hr.json @@ -237,7 +237,8 @@ "submenu": { "percent": "{{ratio}}%" } - } + }, + "enable-seekbar": "Omogući postavljanje teme \"seekbar\"-a" }, "name": "Boja teme albuma" }, @@ -320,6 +321,22 @@ "hostname": { "label": "Naziv hosta" }, + "https": { + "label": "HTTPS i Sertifikati", + "submenu": { + "cert": { + "dialogTitle": "Biraj HTTPS sertifikat datoteku", + "label": "Sertifikat datoteka (.crt/.pem)" + }, + "enable-https": { + "label": "Omogući HTTPS" + }, + "key": { + "dialogTitle": "Biraj privatni ključ datoteku za HTTPS", + "label": "Privatni ključ datoteka (.key/.pem)" + } + } + }, "port": { "label": "Port" } @@ -461,8 +478,8 @@ "set-status-display-type": { "label": "Tekst statusa", "submenu": { - "artist": "Slušate {glazbenika}", "application": "Slušate {{applicationName}}", + "artist": "Slušate {glazbenika}", "title": "Slušate {naslov pjesme}" } }