forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.fa.json
31 lines (31 loc) · 2.48 KB
/
package.nls.fa.json
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": "اجرای انتخاب شده/خط در پوسته جانگو",
"python.command.python.goToPythonObject.title": "برو به شئ پایتون",
"python.command.python.setLinter.title": "انتخاب لینتر",
"python.command.python.enableLinting.title": "فعال سازی لینتینگ",
"python.command.python.runLinting.title": "اجرای لینتینگ",
"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": "بله، نظرسنجی را همین حالا انجام بده"
}