Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command translation for Farsi/Persian #8092

Merged
merged 5 commits into from
Oct 26, 2019
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Learn more about the rich features of the Python extension:

The extension is available in multiple languages thanks to external
contributors (if you would like to contribute a translation, see the
[pull request which added Italian](https://github.com/Microsoft/vscode-python/pull/1152)): `de`, `en`, `es`, `fr`, `it`, `ja`, `ko-kr`, `pt-br`, `ru`, `zh-cn`, `zh-tw`
[pull request which added Italian](https://github.com/Microsoft/vscode-python/pull/1152)): `de`, `en`, `es`, `fa`, `fr`, `it`, `ja`, `ko-kr`, `pt-br`, `ru`, `zh-cn`, `zh-tw`
Nikronic marked this conversation as resolved.
Show resolved Hide resolved

## Questions, issues, feature requests, and contributions

Expand Down
2 changes: 2 additions & 0 deletions news/1 Enhancements/8092.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add commands translation for Farsi locale.
(thanks [Nikronic](https://github.com/Nikronic))
31 changes: 31 additions & 0 deletions package.nls.fa.json
Original file line number Diff line number Diff line change
@@ -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": "بله، نظرسنجی را همین حالا انجام بده"
}