Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa7352e

Browse files
author
Mikhail Arkhipov
authored
Russian translation (microsoft#411)
* Basic tokenizer * Fixed property names * Tests, round I * Tests, round II * tokenizer test * Remove temorary change * Fix merge issue * Merge conflict * Merge conflict * Completion test * Fix last line * Fix javascript math * Make test await for results * Add license headers * Rename definitions to types * License headers * Fix typo in completion details (typo) * Fix hover test * Russian translations * Update to better translation * Fix typo
1 parent 8345e44 commit aa7352e

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

package.nls.ru.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"python.command.python.sortImports.title": "Отсортировать Imports",
3+
"python.command.python.startREPL.title": "Открыть REPL",
4+
"python.command.python.buildWorkspaceSymbols.title": "Собрать символы рабочего пространства",
5+
"python.command.python.runtests.title": "Запустить все тесты",
6+
"python.command.python.debugtests.title": "Запустить все тесты под отладчиком",
7+
"python.command.python.execInTerminal.title": "Выполнить файл в консоли",
8+
"python.command.python.setInterpreter.title": "Выбрать интерпретатор",
9+
"python.command.python.updateSparkLibrary.title": "Обновить библиотеки PySpark",
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": "Выполнить выбранный текст или текущую строку в оболочке Django",
20+
"python.command.jupyter.runSelectionLine.title": "Выполнить выбранный текст или текущую строку",
21+
"python.command.jupyter.execCurrentCell.title": "Выполнить ячейку",
22+
"python.command.jupyter.execCurrentCellAndAdvance.title": "Выполнить ячейку и перейти к следующей",
23+
"python.command.jupyter.gotToPreviousCell.title": "Перейти к предыдущей ячейке",
24+
"python.command.jupyter.gotToNextCell.title": "Перейти к следующей ячейке",
25+
"python.command.python.goToPythonObject.title": "Перейти к объекту Python",
26+
"python.snippet.launch.standard.label": "Python",
27+
"python.snippet.launch.standard.description": "Отладить программу Python со стандартным выводом",
28+
"python.snippet.launch.pyspark.label": "Python: PySpark",
29+
"python.snippet.launch.pyspark.description": "Отладка PySpark",
30+
"python.snippet.launch.module.label": "Python: Модуль",
31+
"python.snippet.launch.module.description": "Отладка модуля",
32+
"python.snippet.launch.terminal.label": "Python: Интегрированная консоль",
33+
"python.snippet.launch.terminal.description": "Отладка программы Python в интегрированной консоли",
34+
"python.snippet.launch.externalTerminal.label": "Python: Внешний терминал",
35+
"python.snippet.launch.externalTerminal.description": "Отладка программы Python во внешней консоли",
36+
"python.snippet.launch.django.label": "Python: Django",
37+
"python.snippet.launch.django.description": "Отладка приложения Django",
38+
"python.snippet.launch.flask.label": "Python: Flask (0.11.x или новее)",
39+
"python.snippet.launch.flask.description": "Отладка приложения Flask",
40+
"python.snippet.launch.flaskOld.label": "Python: Flask (0.10.x или старее)",
41+
"python.snippet.launch.flaskOld.description": "Отладка приложения Flask (старый стиль)",
42+
"python.snippet.launch.pyramid.label": "Python: Приложение Pyramid",
43+
"python.snippet.launch.pyramid.description": "Отладка приложения Pyramid",
44+
"python.snippet.launch.watson.label": "Python: Приложение Watson",
45+
"python.snippet.launch.watson.description": "Отладка приложения Watson",
46+
"python.snippet.launch.attach.label": "Python: Подключить отладчик",
47+
"python.snippet.launch.attach.description": "Подключить отладчик для удаленной отладки",
48+
"python.snippet.launch.scrapy.label": "Python: Scrapy",
49+
"python.snippet.launch.scrapy.description": "Scrapy в интегрированной консоли"
50+
}

0 commit comments

Comments
 (0)