|
6 | 6 | "python.command.python.runtests.title": "Uruchom wszystkie testy jednostkowe",
|
7 | 7 | "python.command.python.debugtests.title": "Debuguj wszystkie testy jednostkowe",
|
8 | 8 | "python.command.python.execInTerminal.title": "Uruchom plik Pythonowy w terminalu",
|
9 |
| - "python.command.python.setInterpreter.title": "Wybierz wersje interpretera", |
| 9 | + "python.command.python.setInterpreter.title": "Wybierz wersję interpretera", |
10 | 10 | "python.command.python.updateSparkLibrary.title": "Zaktualizuj biblioteki w przestrzeni roboczej PySpark",
|
11 |
| - "python.command.python.refactorExtractVariable.title": "Wypakuj zmienną", |
12 |
| - "python.command.python.refactorExtractMethod.title": "Wypakuj metode", |
| 11 | + "python.command.python.refactorExtractVariable.title": "Estrahuj zmienną", |
| 12 | + "python.command.python.refactorExtractMethod.title": "Estrahuj metode", |
13 | 13 | "python.command.python.viewOutput.title": "Przedstaw wyniki",
|
14 | 14 | "python.command.python.viewTestOutput.title": "Przedstaw wyniki testów jednostkowych",
|
15 |
| - "python.command.python.selectAndRunTestMethod.title": "Uruchom metode testów jednostkowych ...", |
16 |
| - "python.command.python.selectAndDebugTestMethod.title": "Debuguj metode testów jednostkowych ...", |
| 15 | + "python.command.python.selectAndRunTestMethod.title": "Uruchom metodę testów jednostkowych ...", |
| 16 | + "python.command.python.selectAndDebugTestMethod.title": "Debuguj metodę testów jednostkowych ...", |
17 | 17 | "python.command.python.selectAndRunTestFile.title": "Uruchom plik z testami jednostkowymi ...",
|
18 | 18 | "python.command.python.runCurrentTestFile.title": "Uruchom bieżący plik z testami jednostkowymi",
|
19 | 19 | "python.command.python.runFailedTests.title": "Uruchom testy jednostwowe, które się nie powiodły",
|
20 |
| - "python.command.python.discoverTests.title": "Wyszykaj testy jednostkowe", |
| 20 | + "python.command.python.discoverTests.title": "Wyszukaj testy jednostkowe", |
21 | 21 | "python.command.python.configureTests.title": "Skonfigutuj testy jednostkowe",
|
22 | 22 | "python.command.python.execSelectionInTerminal.title": "Uruchom zaznaczony obszar w interpreterze Pythona",
|
23 |
| - "python.command.python.execSelectionInDjangoShell.title": "Uruchom zaznaczony obszar w in powłoce Django", |
| 23 | + "python.command.python.execSelectionInDjangoShell.title": "Uruchom zaznaczony obszar w powłoce Django", |
24 | 24 | "python.command.python.goToPythonObject.title": "Udaj się do obiektu Pythonowego",
|
25 | 25 | "python.command.python.setLinter.title": "Wybierz linter",
|
26 | 26 | "python.command.python.enableLinting.title": "Włącz linting",
|
27 | 27 | "python.command.python.runLinting.title": "Uruchom linting",
|
28 |
| - "python.command.python.datascience.runallcells.command.title": "Uruchom bierzący plik w oknie IPythona", |
29 |
| - "python.command.python.datascience.runallcells.title": "Urzuchom wszystkie komórki", |
30 |
| - "python.command.python.datascience.runcurrentcell.title": "Urzuchom bierząca komórkę", |
31 |
| - "python.command.python.datascience.runcurrentcelladvance.title": "Uruchom bierzące komórki i pokaż", |
| 28 | + "python.command.python.datascience.runallcells.command.title": "Uruchom bieżący plik w oknie IPythona", |
| 29 | + "python.command.python.datascience.runallcells.title": "Uruchom wszystkie komórki", |
| 30 | + "python.command.python.datascience.runcurrentcell.title": "Urzuchom bieżąca komórkę", |
| 31 | + "python.command.python.datascience.runcurrentcelladvance.title": "Uruchom bieżące komórki i pokaż", |
32 | 32 | "python.command.python.datascience.execSelectionInteractive.title": "Uruchom zaznaczony obszar w oknie IPythona",
|
33 | 33 | "python.command.python.datascience.runcell.title": "Uruchom komórki",
|
34 | 34 | "python.command.python.datascience.showhistorypane.title": "Pokaż okno IPythona",
|
|
0 commit comments