Skip to content

Commit c831ce6

Browse files
Nikronickarthiknadig
authored andcommitted
Add command translation for Farsi/Persian (#8092)
* add command translations for Farsi * using half-space and some word refinement * add news entry * using Latin script for poduct names * Update README.md Co-Authored-By: Karthik Nadig <[email protected]>
1 parent 93852c1 commit c831ce6

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

news/1 Enhancements/8092.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Add commands translation for Farsi locale.
2+
(thanks [Nikronic](https://github.com/Nikronic))

package.nls.fa.json

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

Comments
 (0)