Skip to content

Commit

Permalink
Added command translations for hindi (#10711)
Browse files Browse the repository at this point in the history
* Create package.nls.hindi.json

* Update package.nls.hindi.json

Co-Authored-By: Karthik Nadig <kanadig@microsoft.com>

* Update package.nls.hindi.json

Co-Authored-By: Karthik Nadig <kanadig@microsoft.com>

* Update package.nls.hindi.json

Co-Authored-By: Karthik Nadig <kanadig@microsoft.com>

* Update package.nls.hindi.json

Co-Authored-By: Karthik Nadig <kanadig@microsoft.com>

* Update package.nls.hindi.json

Co-Authored-By: Karthik Nadig <kanadig@microsoft.com>

* Update package.nls.hindi.json

Co-Authored-By: Karthik Nadig <kanadig@microsoft.com>

* Update package.nls.hindi.json

Co-Authored-By: Karthik Nadig <kanadig@microsoft.com>

* Update package.nls.hindi.json

Co-Authored-By: Karthik Nadig <kanadig@microsoft.com>

* Update package.nls.hindi.json

* Update package.nls.hindi.json

* Create 10711.md

Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
  • Loading branch information
abhirampai and karthiknadig committed Mar 24, 2020
1 parent b123674 commit c4658f9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions news/1 Enhancements/10711.md
@@ -0,0 +1,2 @@
Added command translations for Hindi Language.
(thanks [Pai026](https://github.com/Pai026/))
31 changes: 31 additions & 0 deletions package.nls.hindi.json
@@ -0,0 +1,31 @@
{
"python.command.python.sortImports.title": "आयात क्रमबद्ध करें",
"python.command.python.startREPL.title": "REPL शुरू करें",
"python.command.python.createTerminal.title": "टर्मिनल बनाएं",
"python.command.python.buildWorkspaceSymbols.title": "वर्कस्पेस सिंबल बनाएं",
"python.command.python.runtests.title": "सभी टेस्ट चलाएं",
"python.command.python.debugtests.title": "सभी टेस्ट डीबग करें",
"python.command.python.execInTerminal.title": "टर्मिनल में पायथन फाइल चलाएं",
"python.command.python.setInterpreter.title": "इंटरप्रिटर चुनें",
"python.command.python.refactorExtractVariable.title": "वेरिएबल निकालें",
"python.command.python.refactorExtractMethod.title": "मेथड निकालें",
"python.command.python.viewTestOutput.title": "टेस्ट आउटपुट दिखाएँ",
"python.command.python.selectAndRunTestMethod.title": "टेस्ट मेथड चलाएँ ...",
"python.command.python.selectAndDebugTestMethod.title": "डिबग टेस्ट मेथड ...",
"python.command.python.selectAndRunTestFile.title": "टेस्ट फ़ाइल चलाएँ ...",
"python.command.python.runCurrentTestFile.title": "वर्तमान टेस्ट फ़ाइल चलाएँ",
"python.command.python.runFailedTests.title": "विफल टेस्ट चलाएँ",
"python.command.python.execSelectionInTerminal.title": "पायथन टर्मिनल में चयनित पंक्तियां चलाएं",
"python.command.python.execSelectionInDjangoShell.title": "Django शेल में चलाएं या लाइन चलाएं",
"python.command.python.goToPythonObject.title": "पायथन ऑब्जेक्ट पर जाएं",
"python.command.python.setLinter.title": "Linter चुनें",
"python.command.python.enableLinting.title": "Linting सक्षम करें",
"python.command.python.runLinting.title": "Linting चलाएं",
"python.snippet.launch.standard.label": "पायथन: वर्तमान फ़ाइल",
"python.snippet.launch.module.label": "पायथन: मॉड्यूल",
"python.snippet.launch.django.label": "पायथन: Django",
"python.snippet.launch.flask.label": "पायथन: Flask",
"python.snippet.launch.pyramid.label": "पायथन: Pyramid अनुप्रयोग",
"python.snippet.launch.attach.label": "पायथन: रिमोट अटैच",
"LanguageService.bannerLabelYes": "हाँ, अब सर्वेक्षण करें"
}

0 comments on commit c4658f9

Please sign in to comment.