|
| 1 | +{ |
| 2 | + "python.command.python.sortImports.title": "مرتبسازی ایمپورتها", |
| 3 | + "python.command.python.startREPL.title": "شروع REPL", |
| 4 | + "python.command.python.createTerminal.title": "ایجاد ترمینال", |
| 5 | + "python.command.python.buildWorkspaceSymbols.title": "ساختن نمادهای محیط کاری", |
| 6 | + "python.command.python.runtests.title": "اجرای همهی تستها", |
| 7 | + "python.command.python.debugtests.title": "باگزدایی همهی تستها", |
| 8 | + "python.command.python.execInTerminal.title": "اجرای فایل پایتون در ترمینال", |
| 9 | + "python.command.python.setInterpreter.title": "انتخاب مفسر", |
| 10 | + "python.command.python.refactorExtractVariable.title": "استخراج متغیر", |
| 11 | + "python.command.python.refactorExtractMethod.title": "استخراج متد", |
| 12 | + "python.command.python.viewTestOutput.title": "نمایش خروجی تست", |
| 13 | + "python.command.python.selectAndRunTestMethod.title": "اجرای متد تست ...", |
| 14 | + "python.command.python.selectAndDebugTestMethod.title": "باگزدایی متد تست ...", |
| 15 | + "python.command.python.selectAndRunTestFile.title": "اجرای فایل تست ...", |
| 16 | + "python.command.python.runCurrentTestFile.title": "اجرای فایل تست جاری", |
| 17 | + "python.command.python.runFailedTests.title": "اجرای تستهای شکست خورده", |
| 18 | + "python.command.python.execSelectionInTerminal.title": "اجرای انتخاب شده/خط در ترمینال پایتون", |
| 19 | + "python.command.python.execSelectionInDjangoShell.title": "اجرای انتخاب شده/خط در پوسته جانگو", |
| 20 | + "python.command.python.goToPythonObject.title": "برو به شئ پایتون", |
| 21 | + "python.command.python.setLinter.title": "انتخاب لینتر", |
| 22 | + "python.command.python.enableLinting.title": "فعال سازی لینتینگ", |
| 23 | + "python.command.python.runLinting.title": "اجرای لینتینگ", |
| 24 | + "python.snippet.launch.standard.label": "پایتون: فایل فعلی", |
| 25 | + "python.snippet.launch.module.label": "پایتون: ماژول", |
| 26 | + "python.snippet.launch.django.label": "پایتون: Django", |
| 27 | + "python.snippet.launch.flask.label": "پایتون: Flask", |
| 28 | + "python.snippet.launch.pyramid.label": "پایتون: برنامه Pyramid", |
| 29 | + "python.snippet.launch.attach.label": "پایتون: الصاق", |
| 30 | + "LanguageService.bannerLabelYes": "بله، نظرسنجی را همین حالا انجام بده" |
| 31 | +} |
0 commit comments