forked from microsoft/vscode-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.pl.json
28 lines (28 loc) · 2.2 KB
/
package.nls.pl.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
{
"python.command.python.sortImports.title": "Sortuj importy",
"python.command.python.startREPL.title": "Uruchom REPL",
"python.command.python.createTerminal.title": "Otwórz Terminal",
"python.command.python.buildWorkspaceSymbols.title": "Zbuduj symbole dla przestrzeni roboczej",
"python.command.python.runtests.title": "Uruchom wszystkie testy jednostkowe",
"python.command.python.debugtests.title": "Debuguj wszystkie testy jednostkowe",
"python.command.python.execInTerminal.title": "Uruchom plik pythonowy w terminalu",
"python.command.python.setInterpreter.title": "Wybierz wersję interpretera",
"python.command.python.refactorExtractVariable.title": "Wyodrębnij zmienną",
"python.command.python.refactorExtractMethod.title": "Wyodrębnij metodę",
"python.command.python.viewOutput.title": "Pokaż wyniki",
"python.command.python.viewTestOutput.title": "Pokaż wyniki testów jednostkowych",
"python.command.python.selectAndRunTestMethod.title": "Uruchom metodę testów jednostkowych ...",
"python.command.python.selectAndDebugTestMethod.title": "Debuguj metodę testów jednostkowych ...",
"python.command.python.selectAndRunTestFile.title": "Uruchom plik z testami jednostkowymi ...",
"python.command.python.runCurrentTestFile.title": "Uruchom bieżący plik z testami jednostkowymi",
"python.command.python.runFailedTests.title": "Uruchom testy jednostkowe, które się nie powiodły",
"python.command.python.discoverTests.title": "Wyszukaj testy jednostkowe",
"python.command.python.configureTests.title": "Konfiguruj testy jednostkowe",
"python.command.python.execSelectionInTerminal.title": "Uruchom zaznaczony obszar w interpreterze Pythona",
"python.command.python.execSelectionInDjangoShell.title": "Uruchom zaznaczony obszar w powłoce Django",
"python.command.python.goToPythonObject.title": "Idź do obiektu pythonowego",
"python.command.python.setLinter.title": "Wybierz linter",
"python.command.python.enableLinting.title": "Włącz linting",
"python.command.python.runLinting.title": "Uruchom linting",
"python.command.python.enableSourceMapSupport.title": "Włącz obsługę map źródłowych do debugowania rozszerzeń"
}