From aa67a57971166ea346f68d5c3aca12bb8d5ea5a4 Mon Sep 17 00:00:00 2001 From: Punyavrath Singh Gaur Date: Sat, 19 Oct 2024 20:52:42 +0000 Subject: [PATCH] chore(i18n): Translated using Weblate (Hindi) Currently translated at 1.5% (6 of 397 strings) Translation: th-ch/youtube-music/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/hi/ --- src/i18n/resources/hi.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/i18n/resources/hi.json b/src/i18n/resources/hi.json index 0049353f..724c26b4 100644 --- a/src/i18n/resources/hi.json +++ b/src/i18n/resources/hi.json @@ -5,5 +5,22 @@ "execute-failed": "{{pluginName}}::{{contextName}} प्लगइन निष्पादित करने में विफल" } } + }, + "plugins": { + "video-toggle": { + "menu": { + "align": { + "submenu": { + "left": "बाएं", + "middle": "मध्य", + "right": "दाहिने" + } + }, + "force-hide": "वीडियो टैब को बलपूर्वक हटाएं", + "mode": { + "label": "तरीका" + } + } + } } }