Skip to content

Commit cb1ca69

Browse files
authored
Fixes#2 after review @soltysh
Fixes after review @soltysh
1 parent 18453bf commit cb1ca69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.nls.pl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"python.command.python.datascience.importnotebookonfile.title": "Importuj notatnik Jupyter",
3838
"python.command.python.enableSourceMapSupport.title": "Włącz obsługę map źródłowych do debugowania rozszerzeń",
3939
"python.command.python.datascience.exportoutputasnotebook.title": "Eksportuj okno IPython jako notatnik Jupyter",
40-
"python.command.python.datascience.exportfileasnotebook.title": "Wyeksportuj bieżący plik Pythona jako notatnik Jupytera",
41-
"python.command.python.datascience.exportfileandoutputasnotebook.title": "Wyeksportuj bieżący plik Pythona i jego wyniki jako notatnik Jupytera",
40+
"python.command.python.datascience.exportfileasnotebook.title": "Eksportuj bieżący plik Pythona jako notatnik Jupytera",
41+
"python.command.python.datascience.exportfileandoutputasnotebook.title": "Eksportuj bieżący plik Pythona i jego wyniki jako notatnik Jupytera",
4242
"python.command.python.datascience.undocells.title": "Cofnij ostatnią akcję IPythona",
4343
"python.command.python.datascience.redocells.title": "Ponów ostatnią akcję IPythona",
4444
"python.command.python.datascience.removeallcells.title": "Usuń wszystkie komórki IPythona",

0 commit comments

Comments
 (0)