Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added command translations for hindi #10711

Merged
merged 12 commits into from Mar 24, 2020
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 चलाएं",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR.

Curios, here we use Linting in English, however in line 21 we use Hindi for the word Linter. I'd prefer to be consistent, either Hindi or English for linter.

@karrtikr @karthiknadig /cc. (Not my first language hence please review)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, it should be consistent either hind or english.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think English would be Better

"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": "हाँ, अब सर्वेक्षण करें"
}