forked from microsoft/vscode-jupyter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.pl.json
20 lines (20 loc) · 1.62 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
{
"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"
}