solorice/vscodium/extensions/ms-toolsai.jupyter-2022.3.1000901801/package.nls.pl.json
2022-04-28 21:17:01 +03:00

21 lines
1.6 KiB
JSON

{
"jupyter.command.jupyter.runallcells.title": "Uruchom wszystkie komórki",
"jupyter.command.jupyter.runcurrentcell.title": "Uruchom bieżącą komórkę",
"jupyter.command.jupyter.runcurrentcelladvance.title": "Uruchom bieżące komórki i pokaż",
"jupyter.command.jupyter.execSelectionInteractive.title": "Uruchom zaznaczony obszar w oknie IPythona",
"jupyter.command.jupyter.runcell.title": "Uruchom komórki",
"jupyter.command.jupyter.selectjupyteruri.title": "Podaj identyfikator URI serwera Jupyter",
"jupyter.command.jupyter.importnotebook.title": "Importuj notatnik Jupyter",
"jupyter.command.jupyter.importnotebookonfile.title": "Importuj notatnik Jupyter",
"jupyter.command.jupyter.exportoutputasnotebook.title": "Eksportuj okno IPython jako notatnik Jupyter",
"jupyter.command.jupyter.exportfileasnotebook.title": "Eksportuj bieżący plik Pythona jako notatnik Jupytera",
"jupyter.command.jupyter.exportfileandoutputasnotebook.title": "Eksportuj bieżący plik Pythona i jego wyniki jako notatnik Jupytera",
"jupyter.command.jupyter.undocells.title": "Cofnij ostatnią akcję IPythona",
"jupyter.command.jupyter.redocells.title": "Ponów ostatnią akcję IPythona",
"jupyter.command.jupyter.removeallcells.title": "Usuń wszystkie komórki IPythona",
"jupyter.command.jupyter.interruptkernel.title": "Przerwij Jupyter Kernel",
"jupyter.command.jupyter.restartkernel.title": "Restartuj Jupyter Kernel",
"jupyter.command.jupyter.expandallcells.title": "Rozwiń wszystkie komórki IPythona",
"jupyter.command.jupyter.collapseallcells.title": "Zwiń wszystkie komórki IPythona"
}