diff --git a/news/1 Enhancements/8092.md b/news/1 Enhancements/8092.md new file mode 100644 index 000000000000..e39c480d85e2 --- /dev/null +++ b/news/1 Enhancements/8092.md @@ -0,0 +1,2 @@ +Add commands translation for Farsi locale. +(thanks [Nikronic](https://github.com/Nikronic)) diff --git a/package.nls.fa.json b/package.nls.fa.json new file mode 100644 index 000000000000..80be499afbdc --- /dev/null +++ b/package.nls.fa.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": "اجرای انتخاب شده/خط در پوسته جانگو", + "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": "بله، نظرسنجی را همین حالا انجام بده" +}