From e2981c22fa5fa1421e09c97fe3f31852cdda96c6 Mon Sep 17 00:00:00 2001 From: Rahul Nair Date: Sun, 7 Sep 2025 17:47:47 +0200 Subject: [PATCH] chore(i18n): Translated using Weblate (Malayalam) Currently translated at 11.6% (53 of 456 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/ml/ --- src/i18n/resources/ml.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/i18n/resources/ml.json b/src/i18n/resources/ml.json index 981163f2..3526bb4f 100644 --- a/src/i18n/resources/ml.json +++ b/src/i18n/resources/ml.json @@ -59,6 +59,7 @@ }, "unresponsive": { "buttons": { + "quit": "ഉപേക്ഷിക്കുക", "relaunch": "പുനരാരംഭിക്കുക", "wait": "കാത്തിരിക്കൂ" }, @@ -109,5 +110,22 @@ "enabled": "പ്രവർത്തനക്ഷമമാക്കി" } } + }, + "plugins": { + "video-toggle": { + "menu": { + "align": { + "label": "ക്രമപ്പെടുത്തൽ", + "submenu": { + "left": "ഇടത്", + "middle": "മധ്യഭാഗം", + "right": "വലത്" + } + } + }, + "templates": { + "button-video": "വീഡിയോ" + } + } } }