From 0b5e9e923b52ace5818e84ed81f1eb0f3cca819f Mon Sep 17 00:00:00 2001 From: N0-PR0PH3T Date: Mon, 22 Dec 2025 11:44:25 +0100 Subject: [PATCH] chore(i18n): Translated using Weblate (Serbian) 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/sr/ --- src/i18n/resources/sr.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/src/i18n/resources/sr.json b/src/i18n/resources/sr.json index e8fde6b3..f331efcf 100644 --- a/src/i18n/resources/sr.json +++ b/src/i18n/resources/sr.json @@ -237,7 +237,8 @@ "submenu": { "percent": "{{ratio}}%" } - } + }, + "enable-seekbar": "Omogući postavljanje teme \"seekbar\"-a" }, "name": "Paleta boja albuma" }, @@ -320,6 +321,22 @@ "hostname": { "label": "Ime host-a" }, + "https": { + "label": "HTTPS i Sertifikati", + "submenu": { + "cert": { + "dialogTitle": "Izaberi HTTPS datoteku sertifikata", + "label": "Datoteka sertifikata (.crt/.pem)" + }, + "enable-https": { + "label": "Omogući HTTPS" + }, + "key": { + "dialogTitle": "Izaberi HTTPS datoteku privatnog ključa", + "label": "Datoteka privatnog ključa (.key/.pem)" + } + } + }, "port": { "label": "Port" } @@ -461,9 +478,9 @@ "set-status-display-type": { "label": "Tekst statusa", "submenu": { + "application": "Slušanje {{applicationName}}", "artist": "Slušanje {artist}", - "title": "Slušanje {song title}", - "application": "Slušanje {{applicationName}}" + "title": "Slušanje {song title}" } } },