diff --git a/README.md b/README.md index 40aaf6e46250..667919c8f120 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ contributors (if you would like to contribute a translation, see the * `it` * `ja` * `ko-kr` +* `pl` * `pt-br` * `ru` * `zh-cn` diff --git a/news/1 Enhancements/4435.md b/news/1 Enhancements/4435.md new file mode 100644 index 000000000000..898fb6a594d8 --- /dev/null +++ b/news/1 Enhancements/4435.md @@ -0,0 +1,3 @@ +Added commands translation for polish locale. +(thanks [pypros](https://github.com/pypros/)) + diff --git a/package.nls.pl.json b/package.nls.pl.json new file mode 100644 index 000000000000..4e50edb88b10 --- /dev/null +++ b/package.nls.pl.json @@ -0,0 +1,49 @@ +{ + "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.buildWorkspaceSymbols.title": "Zbuduj symbole dla przestrzeni roboczej", + "python.command.python.runtests.title": "Uruchom wszystkie testy jednostkowe", + "python.command.python.debugtests.title": "Debuguj wszystkie testy jednostkowe", + "python.command.python.execInTerminal.title": "Uruchom plik pythonowy w terminalu", + "python.command.python.setInterpreter.title": "Wybierz wersję interpretera", + "python.command.python.updateSparkLibrary.title": "Zaktualizuj biblioteki w przestrzeni roboczej PySpark", + "python.command.python.refactorExtractVariable.title": "Wyodrębnij zmienną", + "python.command.python.refactorExtractMethod.title": "Wyodrębnij metodę", + "python.command.python.viewOutput.title": "Pokaż wyniki", + "python.command.python.viewTestOutput.title": "Pokaż wyniki testów jednostkowych", + "python.command.python.selectAndRunTestMethod.title": "Uruchom metodę testów jednostkowych ...", + "python.command.python.selectAndDebugTestMethod.title": "Debuguj metodę testów jednostkowych ...", + "python.command.python.selectAndRunTestFile.title": "Uruchom plik z testami jednostkowymi ...", + "python.command.python.runCurrentTestFile.title": "Uruchom bieżący plik z testami jednostkowymi", + "python.command.python.runFailedTests.title": "Uruchom testy jednostkowe, które się nie powiodły", + "python.command.python.discoverTests.title": "Wyszukaj testy jednostkowe", + "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.datascience.runallcells.command.title": "Uruchom bieżący plik w oknie IPythona", + "python.command.python.datascience.runallcells.title": "Uruchom wszystkie komórki", + "python.command.python.datascience.runcurrentcell.title": "Uruchom bieżącą komórkę", + "python.command.python.datascience.runcurrentcelladvance.title": "Uruchom bieżące komórki i pokaż", + "python.command.python.datascience.execSelectionInteractive.title": "Uruchom zaznaczony obszar w oknie IPythona", + "python.command.python.datascience.runcell.title": "Uruchom komórki", + "python.command.python.datascience.showhistorypane.title": "Pokaż okno IPythona", + "python.command.python.datascience.selectjupyteruri.title": "Podaj identyfikator URI serwera Jupyter", + "python.command.python.datascience.importnotebook.title": "Importuj notatnik Jupyter", + "python.command.python.datascience.importnotebookonfile.title": "Importuj notatnik Jupyter", + "python.command.python.enableSourceMapSupport.title": "Włącz obsługę map źródłowych do debugowania rozszerzeń", + "python.command.python.datascience.exportoutputasnotebook.title": "Eksportuj okno IPython jako notatnik Jupyter", + "python.command.python.datascience.exportfileasnotebook.title": "Eksportuj bieżący plik Pythona jako notatnik Jupytera", + "python.command.python.datascience.exportfileandoutputasnotebook.title": "Eksportuj bieżący plik Pythona i jego wyniki jako notatnik Jupytera", + "python.command.python.datascience.undocells.title": "Cofnij ostatnią akcję IPythona", + "python.command.python.datascience.redocells.title": "Ponów ostatnią akcję IPythona", + "python.command.python.datascience.removeallcells.title": "Usuń wszystkie komórki IPythona", + "python.command.python.datascience.interruptkernel.title": "Przerwij IPython Kernel", + "python.command.python.datascience.restartkernel.title": "Restartuj IPython Kernel", + "python.command.python.datascience.expandallcells.title": "Rozwiń wszystkie komórki IPythona", + "python.command.python.datascience.collapseallcells.title": "Zwiń wszystkie komórki IPythona" +}