forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.hindi.json
More file actions
31 lines (31 loc) · 2.88 KB
/
package.nls.hindi.json
File metadata and controls
31 lines (31 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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": "हाँ, अब सर्वेक्षण करें"
}