Added command translations for polish#4435
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4435 +/- ##
========================================
+ Coverage 58% 78% +21%
========================================
Files 366 442 +76
Lines 15753 20820 +5067
Branches 2455 3356 +901
========================================
+ Hits 9022 16114 +7092
+ Misses 6141 4701 -1440
+ Partials 590 5 -585
|
|
Hi @brettcannon, I hope you are right person Brett. Could you help me deliver my firsts commits to repo? What I did wrong? Br |
|
@pypros LGTM! We're just having some CI instability which is why you see the failures. |
|
How to rerun this tests? Sorry for stupid question but it is my first comments in open source. |
|
I've asked on Twitter for feedback on the translation to help make sure we have the best Polish translation possible. 😄 |
|
For my point of me great idea. :) |
package.nls.pl.json
Outdated
| "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 wersje interpretera", |
package.nls.pl.json
Outdated
| "python.command.python.setInterpreter.title": "Wybierz wersje interpretera", | ||
| "python.command.python.updateSparkLibrary.title": "Zaktualizuj biblioteki w przestrzeni roboczej PySpark", | ||
| "python.command.python.refactorExtractVariable.title": "Wypakuj zmienną", | ||
| "python.command.python.refactorExtractMethod.title": "Wypakuj metode", |
There was a problem hiding this comment.
Estrahuj will be much better, imo. Wypakuj is not quite what extract does here.
package.nls.pl.json
Outdated
| "python.command.python.refactorExtractMethod.title": "Wypakuj metode", | ||
| "python.command.python.viewOutput.title": "Przedstaw wyniki", | ||
| "python.command.python.viewTestOutput.title": "Przedstaw wyniki testów jednostkowych", | ||
| "python.command.python.selectAndRunTestMethod.title": "Uruchom metode testów jednostkowych ...", |
package.nls.pl.json
Outdated
| "python.command.python.viewOutput.title": "Przedstaw wyniki", | ||
| "python.command.python.viewTestOutput.title": "Przedstaw wyniki testów jednostkowych", | ||
| "python.command.python.selectAndRunTestMethod.title": "Uruchom metode testów jednostkowych ...", | ||
| "python.command.python.selectAndDebugTestMethod.title": "Debuguj metode testów jednostkowych ...", |
package.nls.pl.json
Outdated
| "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 jednostwowe, które się nie powiodły", | ||
| "python.command.python.discoverTests.title": "Wyszykaj testy jednostkowe", |
package.nls.pl.json
Outdated
| "python.command.python.enableLinting.title": "Włącz linting", | ||
| "python.command.python.runLinting.title": "Uruchom linting", | ||
| "python.command.python.datascience.runallcells.command.title": "Uruchom bierzący plik w oknie IPythona", | ||
| "python.command.python.datascience.runallcells.title": "Urzuchom wszystkie komórki", |
package.nls.pl.json
Outdated
| "python.command.python.runLinting.title": "Uruchom linting", | ||
| "python.command.python.datascience.runallcells.command.title": "Uruchom bierzący plik w oknie IPythona", | ||
| "python.command.python.datascience.runallcells.title": "Urzuchom wszystkie komórki", | ||
| "python.command.python.datascience.runcurrentcell.title": "Urzuchom bierząca komórkę", |
package.nls.pl.json
Outdated
| "python.command.python.datascience.runallcells.command.title": "Uruchom bierzący plik w oknie IPythona", | ||
| "python.command.python.datascience.runallcells.title": "Urzuchom wszystkie komórki", | ||
| "python.command.python.datascience.runcurrentcell.title": "Urzuchom bierząca komórkę", | ||
| "python.command.python.datascience.runcurrentcelladvance.title": "Uruchom bierzące komórki i pokaż", |
package.nls.pl.json
Outdated
| "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": "Wyeksportuj bieżący plik Pythona jako notatnik Jupytera", |
There was a problem hiding this comment.
Be consistent and use either Eksportuj everywhere or Wyeksportuj. I'd personally go with the former.
package.nls.pl.json
Outdated
| "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": "Wyeksportuj bieżący plik Pythona jako notatnik Jupytera", | ||
| "python.command.python.datascience.exportfileandoutputasnotebook.title": "Wyeksportuj bieżący plik Pythona i jego wyniki jako notatnik Jupytera", |
package.nls.pl.json
Outdated
| "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 jednostwowe, które się nie powiodły", |
package.nls.pl.json
Outdated
| "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": "Urzuchom bieżąca komórkę", |
package.nls.pl.json
Outdated
| "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": "Wyeksportuj bieżący plik Pythona jako notatnik Jupytera", |
package.nls.pl.json
Outdated
| "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": "Wyeksportuj bieżący plik Pythona jako notatnik Jupytera", | ||
| "python.command.python.datascience.exportfileandoutputasnotebook.title": "Wyeksportuj bieżący plik Pythona i jego wyniki jako notatnik Jupytera", |
package.nls.pl.json
Outdated
| "python.command.python.datascience.exportfileasnotebook.title": "Wyeksportuj bieżący plik Pythona jako notatnik Jupytera", | ||
| "python.command.python.datascience.exportfileandoutputasnotebook.title": "Wyeksportuj 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", |
There was a problem hiding this comment.
You have double space between ostatnią and akcję, which is not necessary
package.nls.pl.json
Outdated
| "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": "Restart IPython Kernel", |
|
@soltysh thank you very much :) |
soltysh
left a comment
There was a problem hiding this comment.
One final nit, but overall this lgtm 👍 Thanks for putting it together!
package.nls.pl.json
Outdated
| "python.command.python.setInterpreter.title": "Wybierz wersję interpretera", | ||
| "python.command.python.updateSparkLibrary.title": "Zaktualizuj biblioteki w przestrzeni roboczej PySpark", | ||
| "python.command.python.refactorExtractVariable.title": "Ekstrahuj zmienną", | ||
| "python.command.python.refactorExtractMethod.title": "Ekstrahuj metodę", |
There was a problem hiding this comment.
Yeah after @deshipu comments, I think we could change this to wyodrębnij.
package.nls.pl.json
Outdated
| "python.command.python.refactorExtractVariable.title": "Ekstrahuj zmienną", | ||
| "python.command.python.refactorExtractMethod.title": "Ekstrahuj metodę", | ||
| "python.command.python.viewOutput.title": "Przedstaw wyniki", | ||
| "python.command.python.viewTestOutput.title": "Przedstaw wyniki testów jednostkowych", |
There was a problem hiding this comment.
Maybe "Pokaż wynik testów..." will be better?
package.nls.pl.json
Outdated
| "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": "Skonfiguruj testy jednostkowe", |
package.nls.pl.json
Outdated
| "python.command.python.configureTests.title": "Skonfiguruj 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": "Udaj się do obiektu Pythonowego", |
|
@soltysh Did I do it right? I asking about squash all my git commits. After squash I used +master and force push only on my branch without "--force" for all repo. If something did wrong I have copy on my laptop. Can you confirm it? |
programmer04
left a comment
There was a problem hiding this comment.
Suggestion about capital letters in adjectives and form of one word
programmer04
left a comment
There was a problem hiding this comment.
Suggestion about capital letters in adjectives and form of one word
programmer04
left a comment
There was a problem hiding this comment.
Suggestion about capital letters in adjectives and form of one word
package.nls.pl.json
Outdated
| "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", |
There was a problem hiding this comment.
In Polish language adjectives don't start with capital letter. It should be pythonowego
package.nls.pl.json
Outdated
| "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", |
There was a problem hiding this comment.
In Polish language adjectives don't start with capital letter. It should be pythonowy
package.nls.pl.json
Outdated
| "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żąca komórkę", |
lgtm |
Reviewers done @soltysh, @szok, @deshipu @programmer04
|
Fixes are done after review @programmer04 . |
|
Ok, if everybody approved my changes what is next @brettcannon? What I have to do now for push my branch to master? |
|
Thanks everyone for this! This will be included in the 2019.3/March release of the extension! |
For #
package-lock.jsonhas been regenerated by runningnpm install(if dependencies have changed)