From 7ef4a23576ff4149c25c1e259f52178785dd1a3a Mon Sep 17 00:00:00 2001 From: DW Date: Fri, 18 Oct 2024 05:06:22 +0000 Subject: [PATCH] chore(i18n): Translated using Weblate (Hindi) Currently translated at 0.2% (1 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 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/hi.json b/src/i18n/resources/hi.json index 0967ef42..0049353f 100644 --- a/src/i18n/resources/hi.json +++ b/src/i18n/resources/hi.json @@ -1 +1,9 @@ -{} +{ + "common": { + "console": { + "plugins": { + "execute-failed": "{{pluginName}}::{{contextName}} प्लगइन निष्पादित करने में विफल" + } + } + } +}