From 68c79ded995874b51c28b1e2397df6290409a497 Mon Sep 17 00:00:00 2001 From: Nedeljko Savic Date: Sun, 6 Jul 2025 22:38:48 +0200 Subject: [PATCH] chore(i18n): Translated using Weblate (Serbian) Currently translated at 59.8% (253 of 423 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/sr/ --- src/i18n/resources/sr.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/i18n/resources/sr.json b/src/i18n/resources/sr.json index cd2a7dbb..c1d400b9 100644 --- a/src/i18n/resources/sr.json +++ b/src/i18n/resources/sr.json @@ -453,9 +453,18 @@ }, "start-download-playlist": { "buttons": { - "ok": "U redu" - } + "ok": "U redu" + }, + "detail": "({{playlistSize}} numera)", + "message": "Preuzimanje plejliste {{playlistTitle}}", + "title": "Preuzimanje je započeto" } + }, + "feedback": { + "conversion-progress": "Konverzija: {{percent}}%", + "converting": "Konvertuje se…", + "done": "Završeno: {{filePath}}", + "download-info": "PReuzima se {{artist}} - {{title}} [{{videoId}}" } } }