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}} प्लगइन निष्पादित करने में विफल" + } + } + } +}