-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Added command translations for polish #4435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. :) |
soltysh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some comments
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wersję
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Estrahuj will be much better, imo. Wypakuj is not quite what extract does here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wydobądź, wyizoluj, wybierz.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wyodrębnij is another option.
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 ...", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
metodę
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 ...", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wyszukaj
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Urzuchom
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ę", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bieżącą
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ż", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Be consistent and use either Eksportuj everywhere or Wyeksportuj. I'd personally go with the former.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still holds.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So does this.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jednostkowe
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ę", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Urzuchom
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still holds.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So does this.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Restartuj
|
@soltysh thank you very much :) |
soltysh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Skonfiguruj -> Konfiguruj ?
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Idź do obiektu?
|
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion about capital letters in adjectives and form of one word
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion about capital letters in adjectives and form of one word
programmer04
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion about capital letters in adjectives and form of one word
programmer04
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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ę", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bieżącą instead of bieżąca
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)