solorice/vscode/extensions/ms-python.python-2022.4.1/package.nls.pl.json
2022-04-28 20:54:44 +03:00

17 lines
1.1 KiB
JSON

{
"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.execInTerminal.title": "Uruchom plik pythonowy w terminalu",
"python.command.python.setInterpreter.title": "Wybierz wersję interpretera",
"python.command.python.viewOutput.title": "Pokaż wyniki",
"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ń"
}