mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
17 lines
1.1 KiB
JSON
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ń"
|
|
}
|